diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-13 22:16:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-13 22:16:08 +0000 |
commit | 9580e6ab00cfd29e95ce12a2b69ba4ef165b7221 (patch) | |
tree | 3db534777b9fdef48b1f70812888240fdcea77ba /Master/texmf-dist/tex/latex/seuthesix/seuthesix.cfg | |
parent | 1916527c4310ffc4b2517c1242af4658bfa44e06 (diff) |
seuthesix (13jan16)
git-svn-id: svn://tug.org/texlive/trunk@39377 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/seuthesix/seuthesix.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/seuthesix/seuthesix.cfg | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/seuthesix/seuthesix.cfg b/Master/texmf-dist/tex/latex/seuthesix/seuthesix.cfg new file mode 100644 index 00000000000..75e4f559344 --- /dev/null +++ b/Master/texmf-dist/tex/latex/seuthesix/seuthesix.cfg @@ -0,0 +1,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 + |