/install latex-writer
LaTeX Writer
Intelligent LaTeX document generator with template management and PDF compilation.
Features
- 📄 Academic Templates: IEEE, ACM, Springer, Elsevier
- 📝 Chinese Support: CTeX for thesis and reports
- 👤 CV/Resume: moderncv, altacv templates
- 🎨 Custom Templates: Import your own .cls files
- 🔧 Auto Compilation: xelatex/lualatex with error handling
- 📊 Figure/Table Support: Auto-convert markdown tables to LaTeX
Trigger Conditions
Use this skill when:
- User asks to "write a paper" with specific format
- User mentions "LaTeX", "PDF", "typesetting"
- User needs CV/resume generation
- User provides content and asks for professional formatting
Usage Examples
Academic Paper
User: 帮我写一篇 IEEE 格式的机器学习论文,主题是深度学习在医学影像中的应用
Skill Actions:
1. Select IEEEtran template
2. Generate structure: Abstract → Intro → Method → Experiments → Conclusion
3. Ask user for key content points
4. Generate LaTeX with proper math formulas
5. Compile to PDF
Chinese Thesis
User: 我要写硕士毕业论文,学校要求用 LaTeX
Skill Actions:
1. Select CTeX template (ctexrep)
2. Configure Chinese fonts (SimSun, SimHei)
3. Setup school-specific requirements
4. Generate chapter structure
CV Generation
User: 帮我生成一份软件工程师的英文简历
Skill Actions:
1. Select moderncv template (banking style)
2. Collect user information
3. Format with proper sections
4. Generate PDF
Implementation
See scripts/ directory for implementation:
latex_writer.py- Main entry pointtemplate_manager.py- Template library managementcontent_parser.py- Parse user input to structured contentlatex_generator.py- Generate LaTeX codepdf_builder.py- Compile LaTeX to PDF
Requirements
- Python 3.10+
- TeX Live or MiKTeX (with xelatex)
- CJK fonts for Chinese support
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install latex-writer - After installation, invoke the skill by name or use
/latex-writer - Provide required inputs per the skill's parameter spec and get structured output
What is LaTeX Writer?
Generate professional LaTeX documents from templates. Supports academic papers (IEEE/ACM), Chinese thesis (CTeX), CVs (moderncv), and custom templates. Auto-... It is an AI Agent Skill for Claude Code / OpenClaw, with 356 downloads so far.
How do I install LaTeX Writer?
Run "/install latex-writer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is LaTeX Writer free?
Yes, LaTeX Writer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does LaTeX Writer support?
LaTeX Writer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created LaTeX Writer?
It is built and maintained by alicepub (@alicepub); the current version is v1.0.0.