-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathscutthesis.cfg
44 lines (37 loc) · 1.32 KB
/
scutthesis.cfg
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
%# -*- coding: utf-8-unix -*-
%%==================================================
%% scutthesis.cfg for SCUT Thesis
%%==================================================
\ProvidesFile{scutthesis.cfg}[2019/3/25 v0.1 scutthesis config file]
\def\scut@label@studentname{学生姓名}
\def\scut@label@studentid{学生学号}
\def\scut@label@school{学院}
\def\scut@label@major{专业}
\def\scut@label@advisor{指导老师}
\def\scut@label@submitdate{提交日期}
\def\scut@label@covertitle{本科毕业设计(论文)}
%% 摘要, 致谢
\def\scut@label@chineseabstract{摘~~~要}
\def\scut@label@chinesekeywords{关键字: }
\def\scut@label@abstract{\scut@label@chineseabstract}
\def\scut@label@englishkeywords{Keywords: }
\def\scut@label@englishabstract{Abstract}
\def\scut@label@thanks{致谢}
%% head and foot
\def\scut@label@headeventitle{华南理工大学学士学位论文}
%% 目录、插图索引、表格索引
\def\scut@contentsname{目~~~录}
\def\scut@figurename{图}
%% the theorem name definitions
\def\scut@label@algo{算法}
\def\scut@label@thm{定理}
\def\scut@label@lem{引理}
\def\scut@label@prop{命题}
\def\scut@label@cor{推论}
\def\scut@label@defn{定义}
\def\scut@label@conj{猜想}
\def\scut@label@exmp{例}
\def\scut@label@rem{注}
\def\scut@label@case{情形}
\def\scut@label@proof{证明}
%% End of scutthesis.cfg