pengxiao
|
a90f7adfa1
|
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
|
de7a47db9d
|
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
|
9fd6eccde5
|
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
|
c81cf83c13
|
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 |
|