From b270fa2262972ce19c18ccd488b85e1f96f9a36d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 16 May 2013 22:27:33 +0000 Subject: uestcthesis (16may13) git-svn-id: svn://tug.org/texlive/trunk@30507 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/uestcthesis/uestcthesis.cls | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/latex/uestcthesis') diff --git a/Master/texmf-dist/tex/latex/uestcthesis/uestcthesis.cls b/Master/texmf-dist/tex/latex/uestcthesis/uestcthesis.cls index 8d534447d61..b5144a4f4d0 100644 --- a/Master/texmf-dist/tex/latex/uestcthesis/uestcthesis.cls +++ b/Master/texmf-dist/tex/latex/uestcthesis/uestcthesis.cls @@ -29,7 +29,7 @@ \NeedsTeXFormat{LaTeX2e}[2011/06/27] \ProvidesClass{uestcthesis} - [2013/05/04 v0.4.1 UESTC thesis class] + [2013/05/14 v0.4.2 UESTC thesis class] \LoadClass[cs4size,UTF8,fancyhdr,hyperref,fntef,openany]{ctexbook} \RequirePackage{etoolbox} \RequirePackage{ifthen} @@ -2693,12 +2693,20 @@ \end{filecontents*} \immediate\write18{latex logo}% \immediate\write18{dvips logo}% + \IfFileExists{logo.dvi}{ \immediate\write18{ps2pdf logo.ps}% + }{} \newcommand{\uestclogo}{ -\includegraphics[width=13cm]{logo.pdf} +\IfFileExists{logo.pdf}{\includegraphics[width=13cm]{logo.pdf}}{ +{\zihao{6}此文档不是用正确编译脚本生成的。请用compile.bat或compile.sh生成才能保证编译结果完全正确,包括此处的LOGO。 +如果您是从MikTeX或CTAN.org处得到的此模板,请访问\url{https://github.com/shifujun/UESTCthesis}获取最新版本和相应的编译脚本。} +} } \newcommand{\uestclogobadge}{ -\includegraphics*[height=5cm,trim=0 0 140cm 0]{logo.pdf} +\IfFileExists{logo.pdf}{\includegraphics*[height=5cm,trim=0 0 140cm 0]{logo.pdf}}{ +{\zihao{6}此文档不是用正确编译脚本生成的。请用compile.bat或compile.sh生成才能保证编译结果完全正确,包括此处的LOGO。 +如果您是从MikTeX或CTAN.org处得到的此模板,请访问\url{https://github.com/shifujun/UESTCthesis}获取最新版本和相应的编译脚本。} +} } \ifdefstring{\degree@uestcthesis}{bachelor}{ \renewcommand{\bachelortitlepage@uestcthesis}{ @@ -3092,11 +3100,10 @@ pdfpagelayout={TwoPageRight} \include{contents/Eabstract}%插入英文摘要 \tocmatter%目录版式 \tableofcontents%插入目录 -\ifblank{\ifusingglossary}{}{%如果没有使用过\fuhao命令,则不插入主要符号表 +\newpage%目录之后另起一页,这样无论目录后有没有主要符号表,主要符号表的页眉设置命令都会应用到下一页。 \glossarymatterfancy%设置主要符号表版式。 \printglossary%插入主要符号表 \mainmatter%修正主要符号表版式,这里是受目录版式的影响,必须在此加入\mainmatter。 -}% \end{CJK} \mainmatter%正文区版式 \makeatletter -- cgit v1.2.3