diff --git a/Build/main.pdf b/Build/main.pdf index 6d8f081..f12430a 100644 Binary files a/Build/main.pdf and b/Build/main.pdf differ diff --git a/GUET-Thesis.cls b/GUET-Thesis.cls index 75b7ed1..52111d4 100644 --- a/GUET-Thesis.cls +++ b/GUET-Thesis.cls @@ -16,9 +16,9 @@ % ----------------------------------------------------------------------- % Author : 焱铭 % Date : 2023-07-30 15:13:12 +0800 -% LastEditTime : 2024-03-25 22:34:31 +0800 +% LastEditTime : 2024-03-27 18:28:05 +0800 % Github : https://github.com/YanMing-lxb/ -% FilePath : /GUET_Thesis_LaTeX/GUET-Thesis.cls +% FilePath : \GUET_Thesis_LaTeX\GUET-Thesis.cls % Description : GUET-Thesis 样式文件 % ----------------------------------------------------------------------- % @@ -103,7 +103,7 @@ \RequirePackage{geometry} % 用于设置页面尺寸和布局 \RequirePackage{setspace} % 提供调整行距的命令和环境 \RequirePackage{fancyvrb} % 提供了更灵活的抄录环境和定制选项 -\RequirePackage{fancyhdr} % 用于设置页眉和页脚的样式 +\RequirePackage[twoside]{fancyhdr} % 用于设置页眉和页脚的样式 \RequirePackage{titlesec} % 用于自定义章节标题的样式 \RequirePackage{indentfirst} % 用于在章节标题后自动缩进第一段落 \RequirePackage{appendix} % 用于生成附录并对附录标题进行格式设置 diff --git a/main.tex b/main.tex index c69d8da..699aa29 100644 --- a/main.tex +++ b/main.tex @@ -16,10 +16,10 @@ % ----------------------------------------------------------------------- % Author : 焱铭 % Date : 2023-07-18 08:50:38 +0800 -% LastEditTime : 2024-03-25 22:37:45 +0800 +% LastEditTime : 2024-03-27 18:32:43 +0800 % Github : https://github.com/YanMing-lxb/ -% FilePath : /GUET_Thesis_LaTeX/main.tex -% Description : Version 2.9.1 更新请关注 https://github.com/YanMing-lxb/GUET_Thesis_LaTeX +% FilePath : \GUET_Thesis_LaTeX\main.tex +% Description : Version 2.9.2 更新请关注 https://github.com/YanMing-lxb/GUET_Thesis_LaTeX % ----------------------------------------------------------------------- % @@ -101,7 +101,7 @@ \input{Chapters/Chapter4} \input{Chapters/Chapter5} % 可根据需求自行添加章节数 - % \input{Chapters/Conclusion} % 总结与展望 + \input{Chapters/Conclusion} % 总结与展望 % ------------------------------------------------------------------------------------------