-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmain.tex
61 lines (51 loc) · 1.13 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
\documentclass[oneside,master]{swustthesis}
\usepackage{swustextra}
%\usepackage{color}
%\usepackage{listings}
%\lstset{
% language={[ANSI]C},
% tabsize=2,
% xleftmargin=1em,
% xrightmargin=1em,
% breaklines=true,
% breakatwhitespace=true,
% basicstyle=\tt,
% directivestyle=\tt,
% identifierstyle=\tt,
% commentstyle=\tt,
% stringstyle=\tt,
% keywordstyle=\color{blue}\tt
%}
\zhtitle{\LaTeX{}论文模板}
\entitle{The Template of Thesis Written by \LaTeX}
\zhauthor{张三}
\enauthor{Zhang San}
\zhadvisor{李四(副教授)}
\enadvisor{Li Si}
\zhdegree{工程硕士}
\endegree{Master of Engineering}
\zhdate{2016年07月08日}
\endate{July 8 2016}
\stuid{2016010134}
\zhacademy{计算机科学与技术学院}
\zhmajor{计算机科学与技术}
\classified{TP393}
\udc{L1606}
\secret{公开}
\begin{document}
\maketitle
\frontmatter
\input{chapters/abstract}
\tableofcontents
\mainmatter
\input{chapters/intro}
\input{chapters/table}
\input{chapters/figures}
\input{chapters/reference}
\input{chapters/code.tex}
\bibliography{bib/refs}
\backmatter
\nocite{*}
\input{chapters/acknowledgements}
\input{chapters/publications}
\end{document}