-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
43 lines (36 loc) · 1.25 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
%% main.tex
%% Copyright 2019 Guozheng Zhang.
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is Guozheng Zhang.
%
% This work consists of the files main.tex and gdutthesis.cls
% and the derived file gbt7714.sty.
\documentclass{gdutthesis}
\usepackage{gbt7714}
\begin{document}
\graphicspath{{figures/}}
\frontmatter
\input{data/cover} % 封面
\input{data/abstract} % 摘要
\tableofcontents % 目录
\mainmatter
\input{data/chap01} % 第一章
\input{data/chap02} % 第二章
\input{data/chap03} % 第三章
\input{data/chap04} % 第四章
\input{data/con} % 结论
\bibliography{ref/refs} % 参考文献
\input{data/ack} % 致谢
\backmatter
% \input{data/appendix01} % 附录
\end{document}