forked from bdebye/thesisuestc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_multifile.tex
58 lines (45 loc) · 1.31 KB
/
main_multifile.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
\documentclass[master]{thesis-uestc}
\title{时域积分方程时间步进算法及其快速算法}
\author{王稳}
\advisor{赖生建\chinesespace 副教授}
\school{物理电子学院}
\major{无线电物理}
\studentid{201421040223}
% write all usepackage here
% \usepackage{algorithm2e}
\begin{document}
\makecover
% this is a thesis template with mutiple files: the chapters/ and the misc/ contain related files
% to avoid too many files in current folder.
% template add extra direcotry: chapter/ and misc/
% please do not change the sequence or the name of each one except the chapters themselves.
% by FengYouzheng.
% abstract
\include{misc/chinese_abstract}
\include{misc/english_abstract}
% table of contents
\thesistableofcontents
% thesis contents
\include{chapter/c1_exordium}
\include{chapter/c2}
\include{chapter/c3}
\include{chapter/c4}
\include{chapter/c5}
%\include{chapter/template}
% misc
\include{misc/acknowledgement}
\thesisloadbibliography[nocite]{reference}
%
% Uncomment following codes to load bibliography database with native
% \bibliography command.
%
% \nocite{*}
% \bibliographystyle{thesis-uestc}
% \bibliography{reference}
%
% comment while no need
\include{misc/appendix}
\thesisloadaccomplish{publications}
\include{misc/translate_original}
\include{misc/translate_chinese}
\end{document}