diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-12 23:04:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-12 23:04:09 +0000 |
commit | e0ef5aa5395ccd3aa5d931352f510bdec4f5140d (patch) | |
tree | a644664ab71e57294c06ec941993a0e5add6a616 /Master/texmf-dist/tex | |
parent | 2782545551c008d3531563f57fe118036785bf0b (diff) |
thuthesis (9mar16)
git-svn-id: svn://tug.org/texlive/trunk@40010 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/thuthesis/thuthesis.cls | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg b/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg index cabc2ca00c9..fafe73e3f11 100644 --- a/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg +++ b/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cfg @@ -23,7 +23,7 @@ %% This is the configuration file of the thuthesis package with LaTeX2e. %% \ProvidesFile{thuthesis.cfg} -[2016/02/27 5.2.3 Tsinghua University Thesis Template] +[2016/03/12 5.3.0 Tsinghua University Thesis Template] \theoremsymbol{\ensuremath{\square}} \newtheorem*{proof}{证明} \theoremstyle{plain} @@ -100,10 +100,10 @@ \fi \def\thu@postdoctor@first@discipline@title{流动站(一级学科)名称} \def\thu@postdoctor@second@discipline@title{专\hspace{1em}业(二级学科)名称} -\def\thu@secretlevel@inner{内部} \def\thu@secret@content{% - \ifx\thu@secretlevel\thu@secretlevel@inner\relax\else ★\fi% - \hspace{2em}\thu@secretyear\hspace{1em}年} + \unskip\ifthu@master$\bigstar$ \fi% + \ifthu@doctor$\bigstar$ \fi% + \thu@secretyear 年} \def\thu@apply{(申请清华大学\thu@cdegree 学位论文)} \ifthu@bachelor \def\thu@department@title{系别} diff --git a/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cls b/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cls index e081ea0739c..9f8a34a2411 100644 --- a/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cls +++ b/Master/texmf-dist/tex/latex/thuthesis/thuthesis.cls @@ -25,10 +25,10 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{thuthesis} -[2016/02/27 5.2.3 Tsinghua University Thesis Template] +[2016/03/12 5.3.0 Tsinghua University Thesis Template] \hyphenation{Thu-Thesis} \def\thuthesis{\textsc{ThuThesis}} -\def\version{5.2.3} +\def\version{5.3.0} \RequirePackage{kvoptions} \SetupKeyvalOptions{ @@ -523,7 +523,7 @@ \begin{center} \vspace*{-1.6cm} \parbox[b][2.4cm][t]{\textwidth}{% - \ifthu@secret\hfill{\sihao\thu@secretlevel\thu@secret@content}\else\rule{1cm}{0cm}\fi} + \ifthu@secret{\heiti\sanhao\thu@secretlevel\thu@secret@content}\else\rule{1cm}{0cm}\fi} \ifthu@bachelor \vskip0.45cm {\yihao\lishu\ziju{0.3846}\thu@schoolname} |