c81cf83c13
- 新增 officefile/latex/ 目录,包含 main.tex、preamble.tex 及 14 个章节 + 10 个附录 tex 文件 - md→tex 转换流程:pandoc 转换 + _postprocess.py 后处理(去编号、修破折号、清标签) - 修复 5 个 md 源文件的标题层级(H1→H2 降级,统一层级结构) - 配置 VS Code LaTeX Workshop(xelatex + ctexbook 编译链) - 新增 VS Code workspace 和 .gitignore(排除 LaTeX 编译产物) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
34 lines
391 B
Plaintext
34 lines
391 B
Plaintext
# === 归档 ===
|
|
Archive/
|
|
|
|
# === 生成输出 ===
|
|
output/
|
|
|
|
# === 大型数据 ===
|
|
.pandoc/zotero-library-1.json
|
|
|
|
# === 工具本地配置 ===
|
|
.obsidian/
|
|
.claude/settings.local.json
|
|
.claude/agents/
|
|
.claude/commands/
|
|
.claude/worktrees/
|
|
.claudian/
|
|
|
|
# === 系统文件 ===
|
|
.DS_Store
|
|
*.docx
|
|
*.zip
|
|
~$*
|
|
~WRL*.tmp
|
|
|
|
# === LaTeX 编译产物 ===
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.bbl
|
|
*.blg
|
|
*.synctex.gz
|
|
*.pdf
|