-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathexample.tex
86 lines (66 loc) · 1.49 KB
/
example.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
\documentclass[12pt,a4paper,openany,oneside]{book}
% 格式控制
\input{settings/thesis-setting}
% 非格式控制插件
% \usepackage{math-symbols}
\usepackage{plug-ins/math-symbols}
\input{plug-ins/aerocoeffs}
% 插图目录
\graphicspath{{figures/}}
% 仅用于测试
\usepackage{blindtext}
\title{\textsf{比如我举个例子}}
\author{{\kai 谁知道呢}}
\date{May 20, 20xx}
\begin{document}
\sloppy
\pagenumbering{Roman}
% 封皮
\frontmatter
\input{settings/cover.tex}
\clearpage
\thispagestyle{empty}
\phantom{s}
\clearpage
\includepdf{preface/tasklist.pdf}
\newpage
\clearpage
\thispagestyle{empty}
\phantom{s}
\clearpage
\setcounter{page}{1}
\pagenumbering{Roman}
\renewcommand{\baselinestretch}{1.25}
% 中文摘要
\include{preface/c_abstract}
% 英文摘要
\include{preface/e_abstract}
\renewcommand{\baselinestretch}{1.25}
\fontsize{12pt}{12pt}\selectfont
\phantomsection
\addcontentsline{toc}{chapter}{\fHei 目录}
\tableofcontents
\clearpage
\mainmatter
\renewcommand{\baselinestretch}{1.25}
\sHalfXiaosi\fSong
% 正文内容
\input{chapters/chapter01.tex}
\input{chapters/chapter02.tex}
\input{chapters/chapter03.tex}
% 参考文献设置
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{\fHei 参考文献}
\sWuhao
% npu专用
\bibliographystyle{settings/nputhesis}
% 参考文献位置
\bibliography{references/reference}
% 附录
\backmatter
\input{appendix/appendix.tex}
\input{appendix/acknowledgements.tex}
\input{appendix/design-conclusion.tex}
\clearpage
\end{document}