-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThesis.tex
62 lines (39 loc) · 2.39 KB
/
Thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
% % 主文档,包含了 SZU Master Thesis LaTex 全篇的主要架构。
% % 载入模板类
% \documentclass{szuthesis} % 默认形式
% \documentclass[print]{szuthesis} % 打印预览版本,可自动生成额外的空白页用于打印
% \documentclass[fontset=windows|adobe|mac|ubuntu]{szuthesis} % 选择字库
\documentclass[fontset=windows]{szuthesis}
% % 载入配置信息,包含论文封面信息、必要的package
\input{config}
% % 辅助命令,后文中的所有\include均可在此单独列出,用逗号隔开,以此只编译必要的章节,加快编译速度,
% \includeonly{Tex/Abstract,Tex/Appendix} % 待全文完成后可注释本命令,即可编译全文。
\begin{document}
\maketitle % 制作封面
% % 声明
% 如果参数为空则可自动生成默认声明页,也可设置参数导入签字后的扫描版PDF文件
\makedeclaration{} % 制作声明页面,自动生成
% \makedeclaration{XX.pdf} % 导入签名后的声明页扫描版,参数为pdf文档名,默认在Image下
% \szuaddpdf{XX.jpg} % 若\makedeclaration{XX.pdf}导致摘要页排版异常,则使用图像格式的扫描文档导入
\frontmatter % 初始化摘要页环境,不建议注释
\include{Tex/Abstract}
\tableofcontents % 目录
\mainmatter % 初始化正文环境,不建议注释
\include{Tex/Introduction}
\include{Tex/Chapter2}
\include{Tex/Chapter3}
\include{Tex/Chapter4}
\include{Tex/Conclusion}
\backmatter % 初始化其他部分环境,不建议注释
\szubibliography % 导入参考文献
\include{Tex/Appendix} % 导入附录
% % 添加答辩记录
% 建议分三个独立的PDF或图像。\szuaddpdf包含两个参数,[]中为可选参数,用于生成目录,{}中为文件名,默认在Image下
% \szuaddpdf[指导教师对研究生学位论文的学术评语]{pingyu.pdf}
% \szuaddpdf[学位论文答辩委员会决议书]{dabian1.pdf}
% \szuaddpdf{dabian2.pdf} % 前一页生成目录即可
\include{Tex/Acknowledgements} % 导入致谢 % 盲审版,注释掉此处
\include{Tex/Publications} % 导入研究成果 % 盲审版,注释掉此处
\end{document}
% 查重时,PaperYY等网站会把封面、原创性申明、附录、致谢等算进去。将摘要-参考文献部分的PDF拆分出来,再进行PaperYY等网站的查重。
% 若是使用PaperYY查重,可使用https://www.ilovepdf.com/zh-cn/split_pdf网页或者其他PDF拆分工具。