Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

dtx导出cls文件更新 #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions template/uestcthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down