Files
nexus/wiki/sources/latex-paper-writing.md
2026-04-14 16:02:50 +08:00

32 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "LaTeX Paper Writing"
type: source
tags: [OpenClaw, LaTeX, Paper Writing, Prismer, Academic]
sources: ["https://github.com/Prismer-AI/Prismer/tree/main/skills/latex-compiler"]
date: 2026-04-14
---
## Summary
- 核心主题AI 协作 LaTeX 论文写作
- 问题域:如何无需本地安装 TeX 环境即可编译 LaTeX
- 方法/机制latex-compiler skill + Prismer Docker 容器提供在线编译
- 结论/价值:对话式写作 + 即时编译预览
## Key Claims
- 对话式协作撰写 LaTeX描述需求生成源码
- 无需本地 TeX 安装在线编译pdflatex/xelatex/lualatex
- 内联预览 PDF支持 IEEE/Article/Beamer/中文模板
- BibTeX/BibLaTeX 参考文献支持
## Key Concepts
- [[LaTeX Writing]]LaTeX 论文协作写作
- [[latex-compiler skill]]LaTeX 编译工具集
- [[Prismer]] ← 运行环境 ← [[LaTeX Writing]]
## Connections
- [[OpenClaw]] ← 运行 ← [[LaTeX Writing]]
- [[Prismer]] ← 容器 ← [[LaTeX Writing]]
## Contradictions
- 尚未发现