forked from jokerdawn/GDUTThesis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis.tex
More file actions
57 lines (48 loc) · 1.43 KB
/
thesis.tex
File metadata and controls
57 lines (48 loc) · 1.43 KB
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
%%
%% 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<jokerdawn@gmail.com>
%%
%% 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 : jokerdawn@gmail.com
%% Thanks Joseph Pan <cs.wzpan@gmail.com>
%% LiuBenYuan <liubenyuan@gmail.com>
%% Thanks Xue Ruini <xueruini@gmail.com> for the thuthesis class!
%% Thanks sofoot for the original NUDT paper class!
%%
\documentclass[otf,oneside,cn]{gdutthesis}
\usepackage{mygdut}
\begin{document}
\graphicspath{{figures/}}
\frontmatter
\input{data/cover}
\iftrans{\input{data/abstract}}{}
% 生成目录
\tableofcontents
% 书写正文,可以根据需要增添章节。
\mainmatter
\iftrans{\input{data/chap01}\input{data/chap02}}{\input{data/translation}\input{data/original}}
% 参考文献
\bibliographystyle{GBT7714-2005-UTF8-N}
\iftrans{\bibliography{ref/refs}}{}
% 致谢
\iftrans{\input{data/ack}}{}
% 附录
\backmatter
\iftrans{\input{data/appendix01}}{}
\end{document}
%%