summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg50
1 files changed, 22 insertions, 28 deletions
diff --git a/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg b/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg
index f5477c83dac..2de98c9384f 100644
--- a/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg
+++ b/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2005-2014 by Xue Ruini <xueruini@gmail.com>
+%% Copyright (C) 2005-2015 by Xue Ruini <xueruini@gmail.com>
%%
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3a
@@ -20,12 +20,10 @@
%% and version 1.3a or later is part of all distributions of LaTeX
%% version 2004/10/01 or later.
%%
-%%
%% This is the configuration file of the thuthesis package with LaTeX2e.
%%
-
\ProvidesFile{thuthesis.cfg}
-[2014/12/09 4.8.1 Tsinghua University Thesis Template]
+[2015/12/24 5.0 Tsinghua University Thesis Template]
\theoremsymbol{\ensuremath{\square}}
\newtheorem*{proof}{证明}
\theoremstyle{plain}
@@ -43,39 +41,31 @@
\newtheorem{remark}{注释}[chapter]
\newtheorem{problem}{问题}[chapter]
\newtheorem{conjecture}{猜想}[chapter]
-\renewcommand\contentsname{目\hspace{1em}录}
-\renewcommand\listfigurename{插图索引}
-\renewcommand\listtablename{表格索引}
+\ctexset{%
+ chapter/name={第,章},
+ appendixname=附录,
+ contentsname={目\hspace{\ccwd}录},
+ listfigurename=插图索引,
+ listtablename=表格索引,
+ figurename=图,
+ tablename=表,
+ bibname=参考文献,
+ indexname=索引,
+}
\newcommand\listequationname{公式索引}
\newcommand\equationname{公式}
-\renewcommand\bibname{参考文献}
-\renewcommand\indexname{索引}
-\renewcommand\figurename{图}
-\renewcommand\tablename{表}
-\newcommand\CJKprepartname{第}
-\newcommand\CJKpartname{部分}
-\CTEXnumber{\thu@thepart}{\@arabic\c@part}
-\newcommand\CJKthepart{\thu@thepart}
-\newcommand\CJKprechaptername{第}
-\newcommand\CJKchaptername{章}
-\newcommand\CJKthechapter{\@arabic\c@chapter}
-\renewcommand\chaptername{\CJKprechaptername~\CJKthechapter~\CJKchaptername}
-\renewcommand\appendixname{附录}
\ifthu@bachelor
\newcommand{\cabstractname}{中文摘要}
\newcommand{\eabstractname}{ABSTRACT}
\else
- \newcommand{\cabstractname}{摘\hspace{1em}要}
+ \newcommand{\cabstractname}{摘\hspace{\ccwd}要}
\newcommand{\eabstractname}{Abstract}
\fi
\let\CJK@todaysave=\today
\def\CJK@todaysmall@short{\the\year 年 \the\month 月}
-\def\CJK@todaysmall{\CJK@todaysmall@short \the\day 日}
-\CTEXdigits{\thu@CJK@year}{\the\year}
-\CTEXnumber{\thu@CJK@month}{\the\month}
-\CTEXnumber{\thu@CJK@day}{\the\day}
-\def\CJK@todaybig@short{\thu@CJK@year{}年\thu@CJK@month{}月}
-\def\CJK@todaybig{\CJK@todaybig@short{}\thu@CJK@day{}日}
+\def\CJK@todaysmall{\the\year 年 \the\month 月 \the\day 日}
+\def\CJK@todaybig@short{\zhdigits{\the\year}年\zhnumber{\the\month}月}
+\def\CJK@todaybig{\zhdigits{\the\year}年\zhnumber{\the\month}月\zhnumber{\the\day}日}
\def\CJK@today{\CJK@todaysmall}
\renewcommand\today{\CJK@today}
\newcommand\CJKtoday[1][1]{%
@@ -175,7 +165,11 @@
\ifthu@bachelor
\newcommand{\thu@resume@title}{在学期间参加课题的研究成果}
\else
- \newcommand{\thu@resume@title}{个人简历、在学期间发表的学术论文与研究成果}
+ \ifthu@postdoctor
+ \newcommand{\thu@resume@title}{个人简历、发表的学术论文与科研成果}
+ \else
+ \newcommand{\thu@resume@title}{个人简历、在学期间发表的学术论文与研究成果}
+ \fi
\fi
\endinput
%%