LaTeX Paper Writing - LaTeX 论文写作
把 Agent 变成 LaTeX 写作助手,无需本地安装 TeX 即可即时编译并预览 PDF。支持 article/IEEE/beamer 多种模板。
openclawai-agentsresearchlatexwriting
LaTeX Paper Writing
把 Agent 变成 LaTeX 写作助手,无需本地安装 TeX 即可即时编译并预览 PDF。
解决什么问题
本地 LaTeX 环境配置痛苦 — 安装 TeX Live 需要数 GB,调试编译错误繁琐。
功能特点
- 与 Agent 协作写作 LaTeX
- 即时编译 PDF:使用 pdflatex、xelatex 或 lualatex
- 内联预览 PDF
- 起始模板:article、IEEE、beamer、中文文章
- 参考文献支持:BibTeX/BibLaTeX
如何设置
第一步:部署 Prismer
git clone https://github.com/Prismer-AI/Prismer.git && cd Prismer
docker compose -f docker/docker-compose.dev.yml up
第二步:配置 Agent
Help me write a research paper in LaTeX.
1. Start from the IEEE template
2. When I describe a section, generate the LaTeX source
3. After each major edit, compile and preview the PDF
4. If there are compilation errors, read the log and fix them
Use xelatex if I need Chinese/CJK support.
第三步:开始写作
试试:"Start a new IEEE paper titled 'A Survey of LLM Agents'. Give me the template with abstract and introduction sections."
成本估算
| 组件 | 成本 |
|---|---|
| latex-compiler skill | 免费 |
| Prismer Docker | 免费 |