forked from bdebye/thesisuestc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_multifile.tex
60 lines (44 loc) · 1.29 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
59
60
\documentclass[master]{thesis-uestc}
\title{时域积分方程时间步进算法及其快速算法}{The Time Marching Scheme of Time Domain
Integral Equation and Corresponding Fast Algorithm}
\author{王稳}{Wang Wen}
\advisor{赖生建\chinesespace 副教授}{Dr. Shengjian Lai}
\school{物理电子学院}{School of Physical Electronics}
\major{无线电物理}{Radio Physics}
\studentnumber{201421040223}
% require all the usepackages here
% \usepackage{algorithm2e}
\begin{document}
\makecover
% This is a template of mutiple files.
% The folders chapters/ and misc/ have the related files
% abstract
\input{misc/chinese_abstract}
\input{misc/english_abstract}
% table of contents
\thesistableofcontents
% thesis contents
\input{chapter/c1_exordium}
\input{chapter/c2}
\input{chapter/c3}
\input{chapter/c4}
\input{chapter/c5}
%\input{chapter/template}
% misc
\input{misc/acknowledgement}
\input{misc/appendix}
% Uncomment to list all the entries of the database.
% \nocite{*}
\thesisbibliography{reference}
%
% Uncomment the following code to load bibliography database with native
% \bibliography command.
%
% \nocite{*}
% \bibliographystyle{thesis-uestc}
% \bibliography{reference}
%
\thesisaccomplish{publications}
\input{misc/translate_original}
\input{misc/translate_chinese}
\end{document}