forked from BHOSC/BUAAthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-bachelor.tex
More file actions
43 lines (37 loc) · 893 Bytes
/
sample-bachelor.tex
File metadata and controls
43 lines (37 loc) · 893 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
% !Mode:: "TeX:UTF-8"
\documentclass[bachelor,openany,oneside,color]{buaathesis}
\begin{document}
% 用户信息
\include{data/com_info}
\include{data/bachelor/bachelor_info}
% 任务书信息
\include{data/bachelor/assign}
% 页眉页脚样式
\pagestyle{mainmatter}
% 封面、任务书、声明
\maketitle
% 摘要
\include{data/abstract}
% 目录
\tableofcontents
% 将表格的行距增大为正常行距
\renewcommand{\arraystretch}{1.5}
% 正文页码样式
\mainmatter
% 正文
\include{data/chapter1-intro}
\include{data/chapter2-config}
\include{data/chapter3-download}
\include{data/chapter4-basic}
\include{data/chapter5-usage}
\include{data/chapter6-implement}
\include{data/chapter7-conclusion}
% 致谢
\include{data/bachelor/thanks}
% 参考文献
\include{data/reference}
% 附录
\appendix
\include{data/appendix1-faq}
\include{data/appendix2-contactus}
\end{document}