From 47014a6d435e271c9b486f5bcb31a91bb3ca8211 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Sun, 27 Apr 2025 17:38:14 +0800 Subject: [PATCH] =?UTF-8?q?docs(paper):=20=E6=B7=BB=E5=8A=A0=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=AB=A0=E8=8A=82=E5=88=B0=E4=B8=BB=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在`main.tex`中新增了`verification.tex`章节,用于描述实验设置、评估指标及实验结果与分析,以完善论文结构。 --- paper/latex/chapters/conclusion.tex | 2 +- paper/latex/chapters/verification.tex | 3 +++ paper/latex/main.tex | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 paper/latex/chapters/verification.tex diff --git a/paper/latex/chapters/conclusion.tex b/paper/latex/chapters/conclusion.tex index c766fbd..afe6fa1 100644 --- a/paper/latex/chapters/conclusion.tex +++ b/paper/latex/chapters/conclusion.tex @@ -1,4 +1,4 @@ -% 第五章 总结与展望 +% 第六章 总结与展望 \section{总结与展望} diff --git a/paper/latex/chapters/verification.tex b/paper/latex/chapters/verification.tex new file mode 100644 index 0000000..39ce36b --- /dev/null +++ b/paper/latex/chapters/verification.tex @@ -0,0 +1,3 @@ +% 第五章:结果验证 + +\section{结果验证} diff --git a/paper/latex/main.tex b/paper/latex/main.tex index 6ba77b9..1d3de16 100644 --- a/paper/latex/main.tex +++ b/paper/latex/main.tex @@ -135,6 +135,8 @@ \newpage \input{chapters/implementation} \newpage + \input{chapters/verification} + \newpage \input{chapters/conclusion}