%%
%% @Author : Albert Wang
%% @Time : 2023-01-08 21:21:02
%% @Description :
%% @Email : shadowofgost@outlook.com
%% @FilePath : /sudathesis-soochow-university-latex-template/main.tex
%% @LastTime : 2024-05-04 10:59:44
%% @LastAuthor : Albert Wang
%% @Software : Vscode
%% @ Copyright Notice : Copyright (c) 2023 Albert Wang 王子睿, All Rights Reserved.
%%
% !TeX encoding = UTF-8
% !TeX program = xelatex
% !TeX spellcheck = en_US
\documentclass[degree=master,print-style=twoside,sequence-style=liberal]{sudathesis}
% 学位 degree:
% doctor | master | bachelor | postdoc
% 学位类型 degree-type:
% academic(学术学位)(默认)| professional(专业学位) | double(双学位) | minor(辅修)
% 文章类型 thesis-type:
% thesis(默认)| proposal(开题报告)
% 语言 language
% chinese(默认)| english
% 字体库 fontset
% windows | mac | fandol | ubuntu
% 建议终版使用 Windows
% 章节编码设置 sequence-style
% science(默认)| liberal
% 封面设置 cover-type
% sudacover(默认) | thucover
% 打印设置 print-style
% oneside | twoside
% 默认使用双面打印,根据自己需要设定双面还是单面打印,如果是提交电子版论文建议使用单面打印消除空白页
%%% 配置setup.tex 和main。tex后运行,记得自己选择导入生成封面和选择参考文献格式
% 论文基本配置,加载宏包等全局配置
\input{setup}
\begin{document}
% 封面,使用清华原版的封面
\maketitle
% 插入封面,针对苏大本科生毕业论文
%\includepdf[pages={1}]{./figures/cover.pdf}
% 学位论文指导小组、公开评阅人和答辩委员会名单
% 本科生不需要
%\input{data/committee}
% 使用授权的说明
%\copyrightpage
% 将签字扫描后授权文件 scan-copyright.pdf 替换原始页面
%(master-phd-copyright.pdf是指研究生的申明文件,bachelor-copyright.pdf是指本科生的申明文件)
\copyrightpage[file=statement.pdf]
% 将签字扫描后的声明文件 scan-statement.pdf 替换原始页面
%(master-phd-statement.pdf是指研究生的申明文件,bachelor-statement.pdf是指本科生的申明文件)
\statement[file=statement.pdf]
% 插入独创性声明和使用授权说明(苏大本科生)
%\includepdf[pages={1,2}]{./figures/statement.pdf}
% 插入空白页
%\includepdf[pages=1]{./figures/empty.pdf}
\frontmatter
\input{contents/abstract.tex}
% 目录
\tableofcontents
% 插图和附表清单
% 本科生的插图索引和表格索引需要移至正文之后、参考文献前
% \listoffiguresandtables % 插图和附表清单(仅限研究生)
\listoffigures % 插图清单
\listoftables % 附表清单
% 符号对照表
\input{contents/denotation}
%\newpage
% 正文部分
\mainmatter
\input{contents/chap01}
\input{contents/chap02}
\input{contents/chap03}
\input{contents/chap04}
%\chapter{测试}
% 其他部分
\backmatter
% 参考文献
\bibliography{reference/refs} % 参考文献使用 BibTeX 编译(本科生)
% 研究生引入参考文献使用此版本
%\begin{kai}
%\bibliography{reference/refs}
%\end{kai}
%\printbibliography % 参考文献使用 BibLaTeX 编译
%\chapter{附录}
% 附录
%\fancypagestyle{input}{%
% \fancyhf{}%
% \renewcommand\footrulewidth{0pt}%
% \renewcommand\headrulewidth{0bp}%
% \fancyfoot[C]{
% \xiaowu
% -\thepage-
% }%
%}% 给下面引入的所有 pdf 标页码
%\includepdfset{pagecommand={\thispagestyle{input}}} %pdfpages宏包插入文件无页码的解决
%\setcounter{secnumdepth}{0}
%\includepdf[addtotoc={1,chapter,1,文献综述,cc,2,section,2,测试,aa},pages={1,2,3}]{./figures/statement.pdf}
% 本科生需要将附录放到声明之后,个人简历之前
\appendix
% \input{contents/appendix-survey} % 本科生:外文资料的调研阅读报告
% \input{contents/appendix-translation} % 本科生:外文资料的书面翻译
\input{contents/appendix}
% 致谢
\input{contents/acknowledgements}
% 声明
\statement
% 将签字扫描后的声明文件 scan-statement.pdf 替换原始页面
% \statement[file=scan-statement.pdf]
% 本科生编译生成的声明页默认不加页脚,插入扫描版时再补上;
% 研究生编译生成时有页眉页脚,插入扫描版时不再重复。
% 也可以手动控制是否加页眉页脚
% \statement[page-style=empty]
% \statement[file=scan-statement.pdf, page-style=plain]
% 个人简历、在学期间完成的相关学术成果
% 本科生可以附个人简历,也可以不附个人简历
\input{contents/resume}
% 指导教师/指导小组评语
% 本科生不需要
\input{contents/comments}
% 答辩委员会决议书
% 本科生不需要
\input{contents/resolution}
% 本科生的综合论文训练记录表(扫描版)
% \record{file=scan-record.pdf}
\end{document}