Commit Graph

13 Commits

Author SHA1 Message Date
pengxiao f2715cbac1 merge: resolve overleaf initial conflict 2026-05-30 02:09:03 +08:00
pengxiao 6e4472954e Update on Overleaf. 2026-05-29 18:08:14 +00:00
pengxiao 2997b460be init: merge overleaf subtree baseline 2026-05-30 02:06:00 +08:00
pengxiao 5eff99a876 Update on Overleaf. 2026-05-29 18:05:59 +00:00
pengxiao d489c968e3 update to overleaf 2026-05-30 02:01 2026-05-30 02:01:48 +08:00
pengxiao 2305ae0ba6 docs: 新增项目 README,清理残留 label,添加 diagbox 宏包
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 21:24:00 +08:00
pengxiao 89c038b1c4 feat(latex): 配置 natbib 参考文献系统并插入引用
- 新增 DesignAI.bib(Garrity + 普尔等 2 条)
- preamble 添加 natbib + plainnat 样式
- ch01/ch02 插入 \cite 引用(共 5 处)
- 参考文献加入目录 outline(\addcontentsline)
- 删除 ap07-references.tex,由 \bibliography 自动生成

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 15:40:52 +08:00
pengxiao c55f956656 sync(latex): 从 Word 同步第二章和附录内容
- ch02: 第5节重写为"环境-智能体框架",新增表2.1/2.2和图2.1
- ch01: 补充 Garrity 引用来源
- 全部附录(ap01-ap09)从 Word 重新转换,修复 \sub 等转换错误
- 新增 ch13 结语占位、上下篇分隔页

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 15:13:27 +08:00
pengxiao 491ba89892 refactor(officefile): 按 md/latex/word 三层结构重组文档目录
将 Markdown 源文件移入 md/,LaTeX 工作目录保留在 latex/,
Word 导出移入 word/;删除临时脚本、调试截图和空 stub。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 14:25:21 +08:00
pengxiao fa7d851bac fix(latex): 修复中文引号遗漏,补丁 ``...'' → "..."(15处)
上次修复了 ''...'' 模式,遗漏了 ``...'' 包裹中文的情况。
补充修复 ch02-ch08 及 ap01-ap02 中的混合引号。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 14:10:44 +08:00
pengxiao c9d2ce8a69 fix(latex): 修复中文引号渲染,''...'' → "..."(139处)
pandoc 转换将中文双引号变为两个ASCII单引号,导致LaTeX中
左右引号均渲染为右引号。替换为Unicode中文引号以正确显示。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 14:05:08 +08:00
pengxiao acfcca58f5 chore(latex): 清理临时文件,figures 加入 gitignore
删除 content_raw.tex、_test_ch04.tex、_check_jumps.py、_check_nums.py
将 officefile/latex/figures/ 加入 .gitignore

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 12:25:04 +08:00
pengxiao d4665a362e feat(latex): 新增 LaTeX 排版系统,从 Markdown 生成 ctexbook
- 新增 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>
2026-05-29 12:21:15 +08:00