%%==================================================
%% Ma Thesis.tex for DUT Thesis
%% version: 1.2
%% last update: Apr 27th, 2022
%%==================================================
\documentclass[twoside,doctor,hide]{DUT-thesis-grd}
%==============更改数学字体设置,Latin Modern Math 默认的的确有点细,看个人需要,下面提供一种方法,需要的可以取消注释=========%
% \usepackage[bold-style=ISO]{unicode-math} %采用unicode-math,可以直接输入Unicode公式,当然传统的输入就行
% \setmathfont{XITS Math} %目前unicode-math 支持几种数学字体,具体用法可以查看帮助文档,这里采用类似times字体科学数学字体,可以取消注释对比
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 封面
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\titleone{大连理工大学教授:}
\titletwo{大连理工大学副教授:}
\titlethree{XXXXXXXXXXXX高工:}
\titlefour{XXXXXXXX大学教授:}
\titlefive{大连理工大学研究员:}
\profone{ABC}
\proftwo{DE}
\profthree{FGH}
\proffour{IJK}
\proffive{LM}
\dabianren{硕士生}
\shijian{2023年05月30日}
\where{大连理工大学综合教学1号楼301室}
% 封面绘制
\maketitle
% 论文原创性声明和使用授权
\makeDeclareOriginal
%\addcontentsline{toc}{chapter}{大连理工大学学位论文版权使用授权书}
\committee
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 前置部分
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\frontmatter
% 摘要
\include{chapters/abstract}
%% 符号对照表,可选,如不用可注释掉
% 加入目录
\tableofcontents
\tableofengcontents
%加入图、表索引(同时取消图表索引中章之间的垂直间隔)
\let\origaddvspace\addvspace
\renewcommand{\addvspace}[1]{}
\addcontentsline{toc}{chapter}{图目录}
\listoffigures
\addcontentsline{toc}{chapter}{表目录}
\listoftables
\renewcommand{\addvspace}[1]{\origaddvspace{#1}}
\input{chapters/denotation}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 正主体部分
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mainmatter
%% 各章正文内容
\let\cleardoublepage\clearpage
\include{chapters/chapter1}
\include{chapters/chapter2}
\include{chapters/chapter3}
\include{chapters/chapter4}
\include{chapters/chapter5}
\include{chapters/chapter6}
%% 参考文献,五号字,使用 BibTeX,包含参考文献文件.bib
%\bibliography{reference/chap1,reference/chap2} %多个章节的参考文献
\bibliography{reference/chap1}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 后置部分
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 附录(章节编号重新计算,使用字母进行编号)
\appendix
\renewcommand{\appendixname}{附录~\Alph{chapter}}
\ctexset{chapter={name = {附录}}}
% \CTEXsetup[name={附录}]{chapter}
% 附录中编号形式是"A.1"的样子
\renewcommand\thefigure{\Alph{chapter}.\arabic{figure}}
\renewcommand\thetable{\Alph{chapter}.\arabic{table}}
\renewcommand{\theequation}{\Alph{chapter}.\arabic{equation}}
\renewcommand{\thelstlisting}{\Alph{chapter}.\arabic{lstlisting}}
\renewcommand\tablename{附录-表}
\captionsetup[table][bi-second]{name=App.Tab.}
\renewcommand\figurename{附录-图}
\captionsetup[figure][bi-second]{name=App.Fig.}
\include{chapters/app1}
\include{chapters/app2}
%(其后部分无编号)
\backmatter
% 发表文章目录
\include{chapters/pub}
% 致谢
\include{chapters/thanks}
\end{document}