forked from wugh/bupt-thesis-bachelor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.cfg
48 lines (41 loc) · 2.26 KB
/
main.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
45
46
47
48
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% Copyright (c) 2010 - 2011 Caspar Zhang <[email protected]> %
% %
% This copyrighted material is made available to anyone wishing %
% to use, modify, copy, or redistribute it subject to the terms %
% and conditions of the GNU General Public License version 2. %
% %
% This program is distributed in the hope that it will be %
% useful, but WITHOUT ANY WARRANTY; without even the implied %
% warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR %
% PURPOSE. See the GNU General Public License for more details. %
% %
% You should have received a copy of the GNU General Public %
% License along with this program; if not, write to the Free %
% Software Foundation, Inc., 51 Franklin Street, Fifth Floor, %
% Boston, MA 02110-1301, USA. %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 你只需要修改下面几行就可以完成大部分内容的填写,
% 这要求你具有一定的LaTeX基础,但是如果你足够聪明,
% 不具有LaTeX基础也可以完成。
% 论文中文题目
\def\thesistitle{这里是毕设的题目,有时候它会被分成两行}
% 论文英文题目
\def\thesistitleen{This is the title in English Version, it will be broken into 3 lines at most if the title is long enough.}
% 封面上要填的一些项目
\def\name{张\quad{}\quad{}三} % 姓名
\def\institute{叉叉学院} % 学院
\def\major{欧欧工程} % 专业
\def\class{09XXX} % 班级
\def\stuno{09XXXX} % 学号
\def\classno{XX} % 班内序号
\def\supervisor{老~师~好} % 指导老师
\def\date{二〇一三~年~六~月} % 日期 TODO:如何自动打上日期?
% Thank Words
\def\thankwords{
感谢国家,感谢CCAV;
感谢XXX导师对我的论文的精心指导;
感谢你感谢我感谢他。
}