Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Patch theorem environments.
  • Loading branch information
Wang Wen committed Sep 26, 2018
1 parent 6817ff5 commit 5cbe0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -119,7 +119,7 @@ xelatex main.tex

### 定理环境

请使用模板类提供的定义(definition)、公理(axiom)、证明(proof)、定理(theorem)、推论(corollary)和引理(lemma)环境。
请使用模板类提供的定义(definition)、公理(axiom)、证明(proof)、定理(theorem)、推论(corollary)、命题(proposition)、引理(lemma)和例子(example)环境。

### 算法描述

Expand Down
1 change: 1 addition & 0 deletions thesis-uestc.cls
Expand Up @@ -810,6 +810,7 @@ UDC\textsuperscript{ 注1} \uline{\hspace{2.5in}} \\[12bp]
\newtheorem{lemma}[theorem]{引理}
\newtheorem{definition}[theorem]{定义}
\newtheorem{example}[theorem]{例子}
\newtheorem{proposition}[theorem]{命题}


\renewcommand{\thetheorem}{\arabic{chapter}.\arabic{theorem}}
Expand Down

0 comments on commit 5cbe0ab

Please sign in to comment.