-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmain.tex
48 lines (40 loc) · 1.37 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
44
45
46
47
48
\documentclass[phd]{buptthesis}
\BUPTthesiscntitlepage{%
title = {北京邮电大学 \\ 博士论文\LaTeX 模板 \\ 信通院$ \text{IC}^\text{2} $ Laboratory},
studentid = {2019},
name = {魏\quad \quad 何},
major = {信息与通信工程},
supervisor = {茹\quad \quad 果},
institute = {信息与通信工程学院},
degreetype = {工学}}
%% \quad 相当于一个汉字的宽度,同时也相当于~~~~
\BUPTthesisentitlepage{%
title = {A \LaTeX~TEMPLATE FOR PHD DISSERTATION OF BUPT},
desc = {A DISSERTATION\\SUBMITTED TO THE FACULTY OF THE GRADUATE\\SCHOOL OF BEIJING UNIVERSITY OF POSTS AND\\TELECOMMUNICATIONS},
name = {BY\\DOCTOR},
supervisor = {PROF. SOMEONE, PH.D. ADVISOR},
major = {INFORMATION AND COMMUNICATIONS ENGINEERING},
degree = {FOR THE DEGREE OF
\\ DOCTOR OF PHILOSOPHY IN\\INFORMATION AND COMMUNICATIONS ENGINEERING}
}
\begin{document}
\makechinesetitle
\makeenglishtitle
\makestatement
\frontmatter
\include{Chapter/Chapter_cnabstract}
\include{Chapter/Chapter_enabstract}
\tableofcontents
\listoffigures
\listoftables
%\include{Chapter/Chapter_nomenclature}
\mainmatter
\include{Chapter/Chapter_introduction}
\include{Chapter/Chapter_architecture}
\include{Chapter/Chapter_algorithm}
\bibliography{Bib/thesis}
\backmatter
\include{Chapter/Chapter_abbreviation}
\include{Chapter/Chapter_acknowledgement}
\include{Chapter/Chapter_publication}
\end{document}