Skip to content

Commit

Permalink
update theorem environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ftxi committed Apr 26, 2021
1 parent 4f2e76f commit fb7e498
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ JLU-MATH-Thesis
* 修改了题目、文字大小和间距等格式,使其尽量满足学院的要求;
* 删减了在数学论文中不常用的算法排版样式,并同时设置了定理和证明的格式;
* 使用[CTeX-org/gbt7714-bibtex-style](https://github.com/CTeX-org/gbt7714-bibtex-style)代替原本设定的bibtex格式,以满足参考文献顺序的需求;
* 添加了一些<s>没有什么用的</s>例子。
* 修改了封面样式,虽然目前还不太好看;
* 添加了一些~~没有什么用的~~例子。

经测试本项目代码与TeXLive-2016附带的`xelatex`版本兼容。

Expand Down
Binary file modified docs/document.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11736,6 +11736,7 @@ <h1>JLU-MATH-Thesis</h1>
<li>修改了题目、文字大小和间距等格式,使其尽量满足学院的要求;</li>
<li>删减了在数学论文中不常用的算法排版样式,并同时设置了定理和证明的格式;</li>
<li>使用<a href="https://github.com/CTeX-org/gbt7714-bibtex-style">CTeX-org/gbt7714-bibtex-style</a>代替原本设定的bibtex格式,以满足参考文献顺序的需求;</li>
<li>修改了封面样式,虽然目前还不太好看;</li>
<li>添加了一些<s>没有什么用的</s>例子。</li>
</ul>
<p>经测试本项目代码与TeXLive-2016附带的<code>xelatex</code>版本兼容。<a href="./document.pdf">查看示例</a></p>
Expand Down
11 changes: 7 additions & 4 deletions thesis/document.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,29 @@
{\kai}%〈Body font〉
{}%〈Indent amount〉
{\bf}%〈Theorem head font〉
{:}%〈Punctuation after theorem head〉
{.}%〈Punctuation after theorem head〉
{.5em}%〈Space after theorem head〉
{}%〈Theorem head spec(can be left empty, meaning ‘normal’)〉
\theoremstyle{cthmstyle}
\newtheorem{thm}{定理}
\newtheorem{defn}{定义}
\newtheorem{lem}{引理}
\newtheorem{cor}{推论}
\newtheorem{prop}{命题}


\newtheorem*{thm*}{定理}
\newtheorem*{defn*}{定义}
\newtheorem*{lem*}{引理}
\newtheorem*{cor*}{推论}
\newtheorem*{prop*}{命题}

\theoremstyle{definition}
\newtheorem{defn}{定义}
\newtheorem*{defn*}{定义}

\theoremstyle{remark}
\newtheorem{rem}{注释}
\newtheorem*{rem*}{注释}
\newtheorem{example}{例}
\newtheorem*{example*}{例}

\renewcommand{\proofname}{\rm\kai 证明}

Expand Down

0 comments on commit fb7e498

Please sign in to comment.