forked from whutug/whu-thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
whu-thesis-demo.tex
48 lines (46 loc) · 1.63 KB
/
whu-thesis-demo.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
%% An Introduction to LaTeX Thesis Template of Wuhan University
%%
%% Created by WHUTUG
\documentclass{whu-thesis}
\whusetup
{
info =
{
title = {武汉大学学位论文 \LaTeX{} 模板\\使用示例文档},
title* = {An Introduction to LaTeX Thesis Template\\of Wuhan University},
student-number = {xxxxxxxxxxxxx},
school = {院系名称},
author = {作者姓名},
author* = {Your Name},
subject = {学科},
major = {专业名称},
advisor = {教师姓名 , 职称},
direction = {研究方向},
% date = {2021/5},
keywords = {关键词 1 , 关键词 2 , 关键词 3 , 关键词 4 , 一个非常非常,非常非常长——的关键词 5},
keywords* = {key word 1 , key word 2 , key word 3 , key word 4 , {and a very very, very very long key word---the key word 5}},
},
style =
{
graphics-path = {{figures/}{data/}},
list-of-figures,
list-of-tables,
},
element =
{
innovation = {pages/innovation},
abstract = {pages/abstract},
abstract* = {pages/enabstract},
bibliography = {ref/refs , ref/thu},
achievements = {pages/achievements},
thanks = {pages/thanks},
appendix = {pages/appendix}
}
}
\begin{document}
%%----------- 主体部分 ----------- %%
\include{pages/chapter1}
\include{pages/chapter2}
\include{pages/chapter3}
\include{pages/chapter4}
\end{document}