Files
nexus/wiki/sources/latex-paper-writing.md

29 lines
856 B
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, writing, research]
date: 2026-03-06
---
## Source File
- [[raw/Agent/usecases/latex-paper-writing.md]]
## Summary
- 核心主题对话式LaTeX论文写作
- 问题域本地LaTeX环境配置痛苦调试耗时
- 方法/机制Prismer工作区容器运行LaTeX服务器对话式生成和编译
- 结论/价值无需本地安装即可进行LaTeX写作
## Key Claims
- 协作编写LaTeX描述需求Agent生成源码
- 即时编译到PDF使用pdflatex、xelatex或lualatex
- 内联预览PDF无需切换到其他应用
- 使用起始模板article、IEEE、beamer、中文文章
## Key Concepts
- [[LaTeX写作]]:学术论文排版系统
- [[Prismer]]包含LaTeX服务器的工作区容器
## Connections
- [[Prismer]] ← provides ← [[LaTeX服务器]]