
兰州大学研究生毕业论文模板
Author:
YoctoHan
Last Updated:
před 4 lety
License:
Creative Commons CC BY 4.0
Abstract:
论文模板,欢迎交流。

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
% !TEX TS-program = tex
% !Mode::"TeX:UTF-8"
%---------------------------------------------------------------------------%
%-                           LaTeX Template                                -%
%-                             LZU Thesis                                  -%
%-                             Yocto Han                                   -%
%-                          yhan19@lzu.edu.cn                              -%
%---------------------------------------------------------------------------%
\documentclass[oneside,12pt,reqno,CJK]{ctexart}
%---------------------------------------------------------------------------%
%-                        User-defined Commands                            -%
%---------------------------------------------------------------------------%
\input{Tex/Option}
%---------------------------------------------------------------------------%
%-                        main body of your thesis                         -%
%---------------------------------------------------------------------------%
\begin{document}
%---------------------------------------------------------------------------%
%-                                  封面页                                  -%
%---------------------------------------------------------------------------%
\input{Tex/Titlepage}
%---------------------------------------------------------------------------%
%-                                  声明页                                  -%
%---------------------------------------------------------------------------%
\input{Tex/Statement}
%---------------------------------------------------------------------------%
%-                                  摘要页                                  -%
%---------------------------------------------------------------------------%
\input{Tex/Abstract}
%---------------------------------------------------------------------------%
%-                                  目录页                                  -%
%---------------------------------------------------------------------------%
\input{Tex/Tableofcontents}
%---------------------------------------------------------------------------%
%-                                Mainmatter                               -%
%---------------------------------------------------------------------------%
\input{Tex/Chap_Introduction}
\input{Tex/Chap_RelatedWork}
\input{Tex/Chap_Method}
\input{Tex/Chap_Disscusion}
\input{Tex/Chap_Review}
%---------------------------------------------------------------------------%
%-                                 Reference                               -%
%---------------------------------------------------------------------------%
\input{Tex/Reference}
%---------------------------------------------------------------------------%
%-                                  致谢页                                  -%
%---------------------------------------------------------------------------%
\input{Tex/Acknowledgement}
% ------------------------------------------------------------------------- %
\end{document}