-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathmain.tex
More file actions
47 lines (37 loc) · 800 Bytes
/
main.tex
File metadata and controls
47 lines (37 loc) · 800 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
\documentclass[
oneside,
degree=bachelor,
field=science,
fullwidthstop=circle,
fontset=fandol,
times=false,
minted=true,
biblatex=true,
]{tongjithesis}
\tjbibresource{bib/note.bib}
\begin{document}
\input{chapters/metadata}
\MakeCover
\cleardoublepage
\MakeInfoPage
\cleardoublepage
\frontmatter
\input{chapters/00_abstract}
\clearpage
\tableofcontents
% \listoffigures % 插图清单(根据需要取消注释)
% \listoftables % 表格清单(根据需要取消注释)
\cleardoublepage
\mainmatter
\input{chapters/01_guide}
\input{chapters/02_intro}
\input{chapters/03_float}
\input{chapters/04_math}
\input{chapters/05_reference}
\input{chapters/06_conclusion}
\makereferences
\appendix
\input{chapters/appendix}
\backmatter
\input{chapters/ack}
\end{document}