-
Notifications
You must be signed in to change notification settings - Fork 1
/
whu-thesis-demo.tex
77 lines (75 loc) · 3.02 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
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
%% An Introduction to LaTeX Thesis Template of Wuhan University
%%
%% Created by WHUTUG
\documentclass[type=master, class=academic]{whu-thesis}
\usepackage{rotating}
% 注释掉下面这行编译出来的即为插入空白页,不注释则为不插入空白页
% \renewcommand{\cleardoublepage}{\clearpage}
\newcommand{\figcite}[1]{\scalebox{1.3}[1.3]{\raisebox{-0.7ex}{\cite{#1}}}}
\whusetup
{
info =
{
title = {武汉大学学位论文 \LaTeX{} 模板\\使用示例文档},
title* = {An Introduction to LaTeX Thesis Template\\of Wuhan University},
%%%%% ------------------------------------------------------------------- %%%%%
student-number = {20XX20211XXXX},
school = {计算机学院},
school* = {School of Computer Science},
author = {XXxx},
author* = {\sc xx XX},
clc = {TP391},%%%%%
% subject = {学科},
major = {计算机科学与技术},
major* = {Computer Science and Technology},
advisor = {XXxx , 教授},
advisor* = {\sc Prof.~xx XX},
%%%%% -------------------- Upload System ----- BEGIN -------------------- %%%%%
% student-number = {},
% school = {计算机学院},
% school* = {School of Computer Science},
% author = {},
% author* = {},
% clc = {TP391},%%%%%
% % subject = {学科},
% major = {计算机科学与技术},
% major* = {Computer Science and Technology},
% advisor = {},
% advisor* = {},
%%%%% -------------------- Upload System ----- END -------------------- %%%%%
direction = {自然语言处理},%%%%
direction* = {Natural Language Processing},%%%%
% date = {2022/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,
% bib-backend = {bibtex},
bib-style = {numerical},
cite-style = {numerical-super},
cjk-font = overleaf
},
element =
{
innovation = {pages/innovation},
abstract = {pages/abstract},
abstract* = {pages/enabstract},
bibliography = {ref/refs},
achievements = {pages/achievements},
thanks = {pages/thanks},
appendix = {pages/appendix}
}
}
\begin{document}
%%----------- 主体部分 ----------- %%
\include{pages/chapter1}
\include{pages/chapter2}
\include{pages/chapter3}
\include{pages/chapter4}
\include{pages/chapter5}
\include{pages/chapter6}
\end{document}