forked from jokerdawn/GDUTThesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
66 lines (55 loc) · 1.53 KB
/
thesis.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
%%
%% This is file `thesis.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% This is a generated file.
%%
%% Copyright (C) 2013 by JD<[email protected]>
%%
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3a
%% 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.3a or later is part of all distributions of LaTeX
%% version 2004/10/01 or later.
%%
%% Any Suggestions : [email protected]
%% Thanks Joseph Pan <[email protected]>
%% LiuBenYuan <[email protected]>
%% Thanks Xue Ruini <[email protected]> for the thuthesis class!
%% Thanks sofoot for the original NUDT paper class!
%%
\documentclass[otf,oneside,cn]{gdutthesis}
\usepackage{mygdut}
\usepackage[natbib]{gbt7714}
\usepackage{fancyhdr}
\begin{document}
\graphicspath{{figures/}}
\frontmatter
\input{data/cover}
\clearpage
\phantom{s}
\thispagestyle{empty}
\iftrans{\input{data/abstract}}{}
\clearpage
\phantom{s}
\thispagestyle{empty}
% 生成目录
\tableofcontents
% 书写正文,可以根据需要增添章节。
\mainmatter
\iftrans{\input{data/chap01}\input{data/chap02}}{\input{data/translation}\input{data/original}}
% 参考文献
\iftrans{\bibliography{refs}}
% 致谢
\iftrans{\input{data/ack}}{}
% 附录
\backmatter
\iftrans{\input{data/appendix01}}{}
\end{document}
%%