-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis.tex
More file actions
51 lines (37 loc) · 843 Bytes
/
Copy paththesis.tex
File metadata and controls
51 lines (37 loc) · 843 Bytes
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
\documentclass[master, nofonts]{tongjithesis}
\usepackage{tongjiutils}
\usepackage[top=2.54cm, bottom=2.54cm, left=3.17cm, right=3.17cm]{geometry}
\begin{document}
\graphicspath{{./figures/}}
\frontmatter
\input{chapters/cover}
\makecover
%% 目录
\tableofcontents
%% 符号对照表
\input{chapters/denotation}
%% 以下索引按需要选择
% 插图索引
% \listoffigures
% 表格索引
% \listoftables
% 公式索引
% \listofequations
%% 正文章节
\mainmatter
\include{chapters/chap01}
\include{chapters/chap02}
\include{chapters/chap03}
\include{chapters/chap04}
\include{chapters/chap05}
%% 其它部分
\backmatter
\makeatother
%% 致谢
\include{chapters/ack}
%% 参考文献
\bibliographystyle{tongjibib}
\bibliography{/Users/wangjian/Dropbox/Papers/library}
%% 个人简历
\include{chapters/resume}
\end{document}