% !TeX encoding = UTF-8
% !TeX program = xelatex
% !TeX spellcheck = en_US
\documentclass[degree=master,degree-type=professional,output=print]{ahputhesis}
% degree = master
% degree-type = academic | professional
% language = chinese | english
% fontset = windows | mac | ubuntu | fandol
% output = print | electronic
% 加载宏包、全部的配置
\input{ahpusetup.tex}
\begin{document}
\maketitle
\copyrightpage
\frontmatter
\input{chapters/abstract.tex}
\tableofcontents
% \listoffigures
% \listoftables
% \listoffiguresandtables
% \input{chapters/notation.tex}
\mainmatter
\input{chapters/intro.tex}
\input{chapters/floats.tex}
\input{chapters/math.tex}
\input{chapters/citations.tex}
\bibliography{bibliographies/ahpu} % 参考文献使用 BibTeX 编译
% \printbibliography % 参考文献使用 BibLaTeX 编译
\appendix
\input{chapters/complementary.tex}
\backmatter
\input{chapters/achievements.tex}
\input{chapters/acknowledgements.tex}
\end{document}