From af99ead1279fbb31bfbb091ce184828a50f31c9b Mon Sep 17 00:00:00 2001 From: andnot Date: Sun, 9 Apr 2017 22:16:56 +0800 Subject: [PATCH] =?UTF-8?q?dtx=E5=AF=BC=E5=87=BAcls=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 对应PR #84 定理环境修正&会议论文BiBTeX格式修正 --- template/uestcthesis.cls | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/template/uestcthesis.cls b/template/uestcthesis.cls index 0ca4d9a..411f626 100644 --- a/template/uestcthesis.cls +++ b/template/uestcthesis.cls @@ -696,19 +696,17 @@ pdfkeywords={\@pdfckeywords}%在pdf元信息中加入关键字 \theoremheaderfont{\normalfont \bfseries \hspace*{2em}}%设置缩进 \theoremseparator{\enskip}%分隔符是一个空格 \theoremsymbol{}%定义环境结束符,下同 -\newtheorem{dingyi}{定义}[section] +\newtheorem{dingyi}{定义}[chapter] \def\enddingyi{\quad\@endtheorem}%修正环境中最后一个字符不是英文字符时,不显示结束符的BUG。下同。 \theoremsymbol{} -\newtheorem{gongli}{公理}[section] +\newtheorem{gongli}{公理}[chapter] \def\endgongli{\quad\@endtheorem} -\theoremsymbol{■} -\newtheorem{dingli}{定理}[section] +\newtheorem{dingli}{定理}[chapter] \def\enddingli{\quad\@endtheorem} -\theoremsymbol{■} -\newtheorem{yinli}{引理}[section] +\newtheorem{yinli}{引理}[chapter] \def\endyinli{\quad\@endtheorem} \theoremstyle{nonumberplain} -\theoremsymbol{■} +\theoremsymbol{$\blacksquare$} \newtheorem{zhengming}{证明} \def\endzhengming{\quad\@endtheorem} \RequirePackage[numbers,sort&compress]{natbib}