% 模板参数:
% `type` 模板类型,doctor 为博士master 为硕士
% `version` 打印类型 evaluate(盲评),final(终版),draft(草稿)
% 其他高级设置请参考文档
%
\documentclass[oneside,degree=master,print=final]{GZUthesis} % 盲评博士论文,单面打印
\usepackage[backend=biber,style=gb7714-2015]{biblatex}
\gradyear{2021}
\major{学科专业}
\research{研究方向}
\author{学生}
\supervisor{导师}
\stuid{(学号)}
\title{深度神经网络在图像识别中的应用与优化}
\seclvl{<密级>}
\classifyno{<分类号>}
\paperno{<论文号>}
\chairman{贵州大学\ 张XX\ 教授}
\addexpert{贵州大学\ 李XX\ 教授}
\addexpert{贵州大学\ 李XX\ 教授}
\addexpert{贵州大学\ 李XX\ 教授}
\addexpert{贵州大学\ 刘XX\ 教授}
\defsec{张三\ 学士}
%% 添加参考文献
\addbibresource[location=local]{reference.bib}
\begin{document}
\maketitle
\frontmatter
\input{chapter/abstract.tex}
\newpage
\tableofcontents
\clearpage
\mainmatter
\input{chapter/intro.tex}
\input{chapter/acknowledgments.tex}
\input{chapter/appendices.tex}
\printbibliography[heading=bibliography,title=参考文献]
\end{document}