Files
2026_DesignAI/officefile/latex/DesignAI.bib
T
pengxiao 6288f24067 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

21 lines
631 B
BibTeX

@book{EJUUCH39,
title = {All the Math You Missed: But Need to Know for Graduate School},
author = {Thomas A. Garrity},
edition = {2},
year = {2017},
publisher = {Cambridge University Press},
langid = {english}
}
@book{MGDW8DPN,
title = {人工智能:计算agent基础},
author = {David L. Poole and Alan K. Mackworth},
translator = {董红斌 and 董兴业 and 童向荣 and 汪廷华},
year = {2015},
series = {计算机科学丛书},
publisher = {机械工业出版社},
isbn = {978-7-111-48457-8},
langid = {chinese},
origtitle = {Artificial Intelligence: Foundations of Computational Agents}
}