Files
bachelor-thesis/bachelor-thesis.tex
2026-05-18 00:52:17 +08:00

98 lines
2.2 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
% !TEX encoding = UTF-8
% !TEX program = xelatex
% !TEX spellcheck = en_US
\documentclass[degree=bachelor]{thuthesis}
% 学位 degree:
% doctor | master | bachelor | postdoc
% 学位类型 degree-type:
% academic默认| professional
% 特殊格式 style-override:
% none默认| schwarzman苏世民学院
% 语言 language
% chinese默认| english
% 字体库 fontset
% windows | mac | fandol | ubuntu
% 建议终版使用 Windows 平台的字体编译
% 论文基本配置,加载宏包等全局配置
\input{thusetup}
\begin{document}
% 封面
\maketitle
% 学位论文指导小组、公开评阅人和答辩委员会名单
% 本科生不需要
% \input{data/committee}
% 使用授权的说明
% 本科生开题报告不需要
\copyrightpage
% 将签字扫描后授权文件 scan-copyright.pdf 替换原始页面
% \copyrightpage[file=scan-copyright.pdf]
\frontmatter
\input{data/abstract}
% 目录
\tableofcontents
% 插图和附表清单
\listoffigures % 插图清单
\listoftables % 附表清单
% \listoffiguresandtables % 插图和附表清单
% 符号对照表
\input{data/denotation}
% 正文部分
\mainmatter
\input{data/chap01}
\input{data/chap02}
\input{data/chap03}
\input{data/chap04}
% 参考文献
\bibliography{ref/refs} % 参考文献使用 BibTeX 编译
% \printbibliography % 参考文献使用 BibLaTeX 编译
% 附录
\appendix
\input{data/appendix}
% 其他部分
\backmatter
% 致谢
\input{data/acknowledgements}
% 声明
% 各类开题报告通常不需要
\statement
% 在提交终稿 PDF 时,先编译不含页眉页脚的声明页,以避免页码变化带来问题
% \statement[page-style=empty]
% 打印、签名、扫描为 PDF 文档后,将 scan-statement.pdf 替换原始页面,并生成页眉页脚
% \statement[file=scan-statement.pdf]
% 个人简历、在学期间完成的相关学术成果
% 本科生可以附个人简历,也可以不附个人简历
% \input{data/resume}
% 指导教师/指导小组评语
% 本科生不需要
% \input{data/comments}
% 答辩委员会决议书
% 本科生不需要
% \input{data/resolution}
% 本科生的综合论文训练记录表(扫描版)
% \record{file=scan-record.pdf}
\end{document}