29 lines
856 B
Markdown
29 lines
856 B
Markdown
---
|
||
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服务器]]
|