blob: 75e4f5593440865fa99036c6ef65699cb3f3525a (
plain)
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
78
79
|
%%
%% This is file `seuthesix.cfg'
%% This file will be loaded by seuthesix.cls at runtime and must be in the same
%% directory as seuthesix.cls
%% Author: James Fan, email: zhimengfan1990@163.com
%% License: GNU General Public License, version 3
\ProvidesFile{seuthesix.cfg}
\newcommand{\universityname}{东南大学}
\newcommand{\universitynameeng}{Southeast University}
\newcommand{\schoolcodepre}{学校代码}
\newcommand{\schoolcode}{10286}
\newcommand{\secretlevelpre}{密级}
\newcommand{\categorynumberpre}{分类号}
\newcommand{\studentidpre}{学号}
\newcommand{\authorpre}{研究生姓名}
\newcommand{\advisorpre}{导~~师~~姓~~名}
\newcommand{\appdegreepre}{申请学位类别}
\newcommand{\majorpre}{一级学科名称}
\newcommand{\submajorpre}{二级学科名称}
\newcommand{\defenddatepre}{论文答辩日期}
\newcommand{\authorizeorganizationpre}{学位授予单位}
\newcommand{\@authorizeorganization}{~~东~南~大~学~~}
\newcommand{\authorizedatepre}{学位授予日期}
\newcommand{\committeechairpre}{答辩委员会主席}
\newcommand{\reviewerpre}{评~~~~~~~~~阅~~~~~~~~~人}
\newcommand{\@abstracttitle}{摘\quad 要}
\newcommand{\addresspre}{设计地点}
\newcommand{\bachelortitle}{毕业设计(论文)报告}
\newcommand{\todayeng}{\the\year/\the\month/\the\day}
\newcommand{\@degreelevel}{硕士}
\newcommand{\@degreetype}{工学硕士}
\newcommand{\@degreetypeen}{Master of Engineering}\relax
\newcommand{\@thesistype}{\@degreelevel{}学位论文}
\newcommand{\signline}{\underline{\makebox[2.5cm][s]{}}}
\newcommand{\seudeclare}{
{\xiaosihao
\begin{center}
{\hei\sanhao 东南大学学位论文独创性声明}
\end{center}
\vspace{0.5in}
{ \linespacing{1.5}
本人声明所呈交的学位论文是我个人在导师指导下进行的研究工作及取得的
研究成果。尽我所知,除了文中特别加以标注和致谢的地方外,论文中不包
含其他人已经发表或撰写过的研究成果,也不包含为获得东南大学或其它教
育机构的学位或证书而使用过的材料。与我一同工作的同志对本研究所做的
任何贡献均已在论文中作了明确的说明并表示了谢意。\par}
\vspace{0.3in}
\begin{flushright}
研究生签名:\signline 日~期:\signline
\end{flushright}
\vspace{1.5in}
\begin{center}
{\hei\sanhao 东南大学学位论文使用授权声明}
\end{center}
\vspace{0.5in}
{ \linespacing{1.5}
东南大学、中国科学技术信息研究所、国家图书馆有权保留本人所送交学位
论文的复印件和电子文档,可以采用影印、缩印或其他复制手段保存论文。
本人电子文档的内容和纸质论文的内容相一致。除在保密期内的保密论文
外,允许论文被查阅和借阅,可以公布(包括刊登)论文的全部或部分内容。
论文的公布(包括刊登)授权东南大学研究生院办理。\par}
\vspace{0.3in}
\begin{flushright}
研究生签名:\signline 导师签名:\signline 日~期:\signline
\end{flushright}
\par
}
}
\endinput
|