forked from whutug/whu-thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
39 lines (31 loc) · 1.03 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
%% Bachelor Thesis Template of Wuhan Uniersity
%%
%% Created by Fing
\documentclass[]{WHUBachelor}
\begin{document}
%%----------- 封面部分 ----------- %%
\stunum{xxxxxxxxxxxxx}
\ctitle{\LaTeX{} Template for Undergraduate Thesis \linebreak Wuhan University \linebreak 毕业论文模板使用指南}
\cschool{院系名称}
\cmajor{专业名称}
\cauthor{作者姓名}
\cadvisor{教师姓名\quad 职称}
\cdate{二〇二〇年五月}
\maketitlepage % 封面
\makestatement % 申明
%%----------- 前言部分 ----------- %%
\include{pages/abstract} % 摘要
\contents % 目录
%%----------- 主体部分 ----------- %%
\include{pages/chapter1}
\include{pages/chapter2}
\include{pages/chapter3}
\include{pages/chapter4}
%%----------- 结尾部分 ----------- %%
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{参考文献}
\bibliography{ref/refs} % 参考文献
\include{pages/thanks} % 致谢
\include{pages/appendix} % 附录
\end{document}