更新CLAUDE.md,删除wiki/concepts空文件

This commit is contained in:
2026-04-14 16:26:02 +08:00
parent c6e3d3c5db
commit ba87044423
361 changed files with 3 additions and 12064 deletions

View File

@@ -1,31 +0,0 @@
---
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
- 尚未发现