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}