-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironments.tex
67 lines (62 loc) · 2.83 KB
/
environments.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
% !Mode:: "TeX:UTF-8"
\theoremstyle{nonumberplain} % 预定格式
\theoremheaderfont{\normalfont\heiti} % 标题字体
\theorembodyfont{\songti} % 陈述字体, 默认 \itshape
\theoremseparator{} % 标题与陈述分割符号
\theoremindent 0em % 左缩进
\theoremnumbering{arabic} % 计数形式
\theoremsymbol{$\square$} % 结束符, 应用于所有定理类, 默认空
\newtheorem{Proof}{\hspace*{4.5ex}证明}
\newtheorem{Solve}{\hspace*{4.5ex}解}
\theoremstyle{plain} % 预定格式
\theoremheaderfont{\normalfont\heiti} % 标题字体
\theorembodyfont{\songti} % 陈述字体, 默认 \itshape
\theoremseparator{} % 标题与陈述分割符号
\theoremindent 0em % 左缩进
\theoremnumbering{arabic} % 计数形式
\theoremsymbol{} % 结束符, 应用于所有定理类, 默认空
\newtheorem{Example}{\hspace*{4.5ex}例}[chapter]
\newtheorem*{Rem}{\hspace*{4.5ex}注}
\newtheorem{Remark}{\hspace*{4.5ex}注}[chapter]
\theoremstyle{plain} % 预定格式
\theoremheaderfont{\normalfont\heiti} % 标题字体
\theorembodyfont{\kaishu} % 陈述字体, 默认 \itshape
\theoremseparator{} % 标题与陈述分割符号
\theoremindent 0em % 左缩进
\theoremnumbering{arabic} % 计数形式
\theoremsymbol{} % 结束符, 应用于所有定理类, 默认空
\newtheorem{Corollary}{\hspace*{4.5ex}推论}[chapter]
\newtheorem{Definition}{\hspace*{4.5ex}定义}[chapter]
\newtheorem{Theorem}{\hspace*{4.5ex}定理}[chapter]
\newtheorem{Lemma}{\hspace*{4.5ex}引理}[chapter]
\newtheorem{Proposition}{\hspace*{4.5ex}命题}[chapter]
\theoremstyle{plain} % 预定格式
\theoremheaderfont{\normalfont\bf} % 标题字体
\theorembodyfont{\normalfont} % 陈述字体, 默认 \itshape
\theoremseparator{} % 标题与陈述分割符号
\theoremindent 0em % 左缩进
\theoremnumbering{arabic} % 计数形式
\theoremsymbol{} % 结束符, 应用于所有定理类, 默认空
\newtheorem{corollary}{Corollary}[chapter]
\newtheorem{definition}{Definition}[chapter]
\newtheorem{proposition}{Proposition}[chapter]
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{lemma}{Lemma}[chapter]
\theoremstyle{plain} % 预定格式
\theoremheaderfont{\normalfont\itshape} % 标题字体
\theorembodyfont{\normalfont} % 陈述字体, 默认 \itshape
\theoremseparator{} % 标题与陈述分割符号
\theoremindent 0em % 左缩进
\theoremnumbering{arabic} % 计数形式
\theoremsymbol{} % 结束符, 应用于所有定理类, 默认空
\newtheorem{example}{Example}[chapter]
\newtheorem{remark}{Remark}[chapter]
\theoremstyle{nonumberplain}
\theoremheaderfont{\normalfont\itshape} % 标题字体
\theorembodyfont{\normalfont} % 陈述字体, 默认 \itshape
\theoremseparator{} % 标题与陈述分割符号
\theoremindent 0em % 左缩进
\theoremnumbering{arabic} % 计数形式
\theoremsymbol{$\square$} % 结束符, 应用于所有定理类, 默认空
\newtheorem{proof}{Proof}
\newtheorem{solution}{Solution}