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>
This commit is contained in:
2026-05-29 15:13:27 +08:00
parent 491ba89892
commit c55f956656
16 changed files with 1414 additions and 1273 deletions
+24 -21
View File
@@ -1,16 +1,16 @@
\chapter{附录3学术论文撰写工作流}
\chapter{学术论文撰写工作流}
本附录介绍文献检索管理、论文写作工具、AI辅助写作流程及引用格式规范。
\subsection{文献检索与管理}
\section{文献检索与管理}
\subsubsection{检索平台}
\subsection{检索平台}
{\def\LTcaptype{none} % do not increment counter
\begin{longtable}[]{@{}
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.1899}}
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.1965}}
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.2117}}@{}}
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.1979}}
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.1771}}
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.6042}}@{}}
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
平台
@@ -23,19 +23,21 @@
\endhead
\bottomrule\noalign{}
\endlastfoot
Google Scholar & 综合学术搜索 & \href{https://scholar.google.com/}{scholar.google.com} \\
Google Scholar & 综合学术搜索 &
\href{https://scholar.google.com/}{scholar.google.com} \\
arXiv & AI领域预印本 & \href{https://arxiv.org/}{arxiv.org} \\
Semantic Scholar & AI辅助文献搜索 & \href{https://www.semanticscholar.org/}{semanticscholar.org} \\
Semantic Scholar & AI辅助文献搜索 &
\href{https://www.semanticscholar.org/}{semanticscholar.org} \\
CNKI & 中文学术文献 & \href{https://www.cnki.net/}{cnki.net} \\
\end{longtable}
}
\subsubsection{文献管理工具}
\subsection{文献管理工具}
{\def\LTcaptype{none} % do not increment counter
\begin{longtable}[]{@{}
>{\raggedright\arraybackslash}p{(\linewidth - 2\tabcolsep) * \real{0.1184}}
>{\raggedright\arraybackslash}p{(\linewidth - 2\tabcolsep) * \real{0.3303}}@{}}
>{\raggedright\arraybackslash}p{(\linewidth - 2\tabcolsep) * \real{0.1528}}
>{\raggedright\arraybackslash}p{(\linewidth - 2\tabcolsep) * \real{0.4028}}@{}}
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
工具
@@ -52,20 +54,21 @@ EndNote & 功能全面、与Word深度集成 \\
\end{longtable}
}
\subsection{论文写作工具}
\section{论文写作工具}
\subsubsection{LaTeX}\label{latex}
\subsection{LaTeX}\label{latex}
学术排版的行业标准,适合公式密集的论文。
\begin{itemize}
\item
\textbf{在线编辑}\href{https://www.overleaf.com/}{Overleaf} --- 无需本地安装,支持协作
\textbf{在线编辑}\href{https://www.overleaf.com/}{Overleaf} ---
无需本地安装,支持协作
\item
\textbf{本地编辑}TeX Live + VSCode LaTeX Workshop 插件
\end{itemize}
\subsubsection{Markdown + Pandoc}\label{markdown-pandoc}
\subsection{Markdown + Pandoc}\label{markdown-pandoc}
轻量级写作方案,适合课程报告和技术文档。
@@ -73,12 +76,13 @@ EndNote & 功能全面、与Word深度集成 \\
pandoc paper.md -o paper.docx\\
pandoc paper.md -o paper.pdf -\/-pdf-engine=xelatex
\subsection{AI辅助写作流程}\label{aiux8f85ux52a9ux5199ux4f5cux6d41ux7a0b}
\section{AI辅助写作流程}
\begin{enumerate}
\def\labelenumi{\arabic{enumi}.}
\item
\textbf{文献综述}:使用 ChatGPT/Claude 快速了解研究领域的核心文献和发展脉络
\textbf{文献综述}:使用 ChatGPT/Claude
快速了解研究领域的核心文献和发展脉络
\item
\textbf{大纲生成}:通过AI辅助梳理论文结构和逻辑框架
\item
@@ -89,9 +93,9 @@ pandoc paper.md -o paper.pdf -\/-pdf-engine=xelatex
注意:AI辅助写作应遵循学术诚信原则,AI生成的内容需人工审核和改写,核心观点和论证应由作者独立完成。
\subsection{引用与格式规范}
\section{引用与格式规范}
\subsubsection{常用引用格式}
\subsection{常用引用格式}
\begin{itemize}
\item
@@ -102,7 +106,7 @@ pandoc paper.md -o paper.pdf -\/-pdf-engine=xelatex
\textbf{GB/T 7714}:中国国家标准
\end{itemize}
\subsubsection{BibTeX示例}\label{bibtexux793aux4f8b}
\subsection{BibTeX示例}
@article\{vaswani2017attention,\\
title=\{Attention is all you need\},\\
@@ -111,4 +115,3 @@ journal=\{NeurIPS\},\\
volume=\{30\},\\
year=\{2017\}\\
\}