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>
This commit is contained in:
2026-05-29 15:40:52 +08:00
parent c55f956656
commit 89c038b1c4
6 changed files with 33 additions and 9 deletions
+4
View File
@@ -61,6 +61,10 @@
bookmarksopen=true,
}
% ========== 参考文献 ==========
\usepackage[numbers,sort&compress]{natbib}
\bibliographystyle{plainnat}
% ========== 其他 ==========
\usepackage{enumitem}
\usepackage{tcolorbox}