学位论文定稿

This commit is contained in:
2025-05-27 22:27:39 +08:00
commit a789f36041
74 changed files with 1427510 additions and 0 deletions

66
thesis.tex Normal file
View File

@ -0,0 +1,66 @@
% !TeX TS-program = xelatex
% !TeX root = thesis.tex
% !Mode:: "TeX:UTF-8"
% \documentclass[fontset=mac,type=doctor,campus=harbin]{hithesisbook}
\documentclass[fontset=windows,type=doctor,tocblank=false,library=false,campus=harbin,openright=false]{hithesisbook}
\usepackage{enumitem}
\usepackage{hithesis}
\usepackage{longtable}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{pifont}
\usepackage{color}
\usepackage{ulem}
\usepackage{tabularray}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{rotating}
\usepackage{makecell}
\usepackage{threeparttable}
\usepackage{array}
\usepackage{float}
\usepackage{dutchcal}
\usepackage{amsmath}
\usepackage{longtable}
\usepackage[linesnumbered]{algorithm2e}
% \usepackage[colorlinks,linkcolor=red,anchorcolor=blue,citecolor=green]{hyperref}
\graphicspath{{figures/}}
\SetKwInOut{Input}{输入}
\SetKwInOut{Output}{输出}
\SetKwProg{Fn}{function}{}{end}
\begin{document}
\frontmatter
\input{front/cover} % 封面
\makecover
\input{front/denotation} % 物理量名称表
\tableofcontents %目录
\mainmatter
\include{body/chapter1}
\include{body/chapter2}
\include{body/chapter3}
\include{body/chapter4}
\include{body/chapter5}
\backmatter
\include{back/conclusion} % 结论
\bibliographystyle{gbt7714-numerical}
\bibliography{reference} % 参考文献
\include{back/publications} % 所发文章
\resolution % 博士的答辩决议表
%\resolution[scan.pdf] %添加扫描页的命令,与上互斥
% \authorization % 授权
\authorization[scan.pdf] % 添加扫描页的命令,与上互斥
\include{back/acknowledgements} % 致谢
\include{back/resume} % 个人简介
\end{document}
% Local Variables:
% TeX-engine: xetex
% End: