-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathmain.tex
93 lines (80 loc) · 4.14 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
\documentclass[algorithmlist,figurelist,tablelist,nomlist]{seumasterthesis}
\begin{document}
%% ----------------------------------------------------------------------------
%% Meta Data
%% ----------------------------------------------------------------------------
\categorynumber{TP15} % Chinese Library Classification
\UDC{001.9} % Universal Decimal Classification
\secretlevel{公开} % Secret Level
\studentid{170001} % Student Number
%% ----------------------------------------------------------------------------
%% Thesis Title and Spine
%% ----------------------------------------------------------------------------
\title
{东南大学 \LaTeX 论文模板使用手册} % Thesis Title
{如何优雅地撰写硕士研究生毕业论文} % Thesis Subtitle
{Southeast University \LaTeX Thesis Template User Manual} % Thesis English Title
{How to Write a Master Thesis in an Elegant Way} % Thesis English Subtitle
\spine
{东南大学 \rotatebox{270}{LaTeX} 论文模板使用手册} % Spine Title
{} % Spine Subtitle
%% ----------------------------------------------------------------------------
%% Author and Advidor
%% ----------------------------------------------------------------------------
\author
{张三} % Author Name in Chinese
{ZHANG San} % Author Name in English
\advisor
{张广军} % Advisor Name (Chinese)
{ZHANG Guang-Jun} % Advisor Name (English)
{Prof.} % Advisor Title (English)
\coadvisor
{程光} % Co-advisor Name (Chinese)
{CHENG Guang} % Co-advisor Name (English)
{Prof.} % Co-advisor Title (English)
%% ----------------------------------------------------------------------------
%% Thesis Defence
%% ----------------------------------------------------------------------------
\degreetype % Degree Type
{工学硕士}
{Master of Engineering}
\major{网络空间安全} % First-level Discipline Name
\submajor{} % Second-level Discipline Name
\defenddate{\today} % Defence Date
\authorizedate{\today} % Degree Award Date
\committeechair{} % Chairman of Defence Committee
\reviewer{}{} % Thesis Reviewer(s)
\department % Faculty or Department
{网络空间安全学院}
{School of Cyberspace Security}
\seuthesisthanks % Short Acknowledgement
{本文的部分工作受国家自然基金 No. wdnm6666 的支持与帮助,在此表示感谢。}
%% ----------------------------------------------------------------------------
%% Paper Cover Generation
%% ----------------------------------------------------------------------------
\makebigcover
\makecover
%% ----------------------------------------------------------------------------
%% Abstract and Contents
%% ----------------------------------------------------------------------------
\input{chapters/abstract}
\tableofcontents
\listofothers
%% ----------------------------------------------------------------------------
%% Main Body
%% ----------------------------------------------------------------------------
\mainmatter
%\input{chapters/chapter1}
%\input{chapters/chapter2}
%\input{chapters/chapter3}
%\input{chapters/chapter4}
%\input{chapters/chapter5}
%\input{chapters/chapter6}
%% ----------------------------------------------------------------------------
%% Acknowledgement, Appendix, Bibliography and Resume
%% ----------------------------------------------------------------------------
%\input{chapters/acknowledgement}
%\input{chapters/appendix}
%\thesisbib{seumasterthesis}
%\input{chapters/resume}
\end{document}