[转载]TeX中如何设置定理(命题,假设,证明等)环境
万年青打一成语
偶尔还会想起原⽂地址:TeX中如何设置定理(命题,假设,证明等)环境作者:童⼼未泯
⾸先你要先使⽤宏包ntheorem
小学英语课堂
upackage[amsmath,thmmarks]{ntheorem}
% 定理类环境宏包,其中 amsmath 选项
% ⽤来兼容 AMS LaTeX 的宏包
%=== 配合上⾯的ntheorem宏包产⽣各种定理结构,重定义⼀些
%正⽂相关标题 ===我的愿望是
如何洗螃蟹theoremstyle{plain}
theoremheaderfont{normalfontrmfamilyCJKfamily{hei}}
theorembodyfont{normalfontrmCJKfamily{kai}} theoremindent0em
找男朋友的标准theoremparator{hspace{1em}} theoremnumbering{arabic}
%theoremsymbol{} %定理结束时⾃动添加的标志
newtheorem{definition}{hspace{2em}定义}[ction]
%newtheorem{definition}{hei 定义}[ction]
%注意当ction为中国数字时,[ction]不可⽤!
newtheorem{proposition}{hspace{2em}命题}[ction]
newtheorem{property}{hspace{2em}性质}[ction]
启蒙年下
newtheorem{lemma}{hspace{2em}引理}[ction]
%newtheorem{lemma}[definition]{引理}
电脑取消密码newtheorem{theorem}{hspace{2em}定理}[ction]
newtheorem{axiom}{hspace{2em}公理}[ction]
newtheorem{corollary}{hspace{2em}推论}[ction]
newtheorem{exerci}{hspace{2em}习题}[ction]
theoremsymbol{$blacksquare$}
newtheorem{example}{hspace{2em}例}[ction]
theoremstyle{nonumberplain}
theoremheaderfont{CJKfamily{hei}rmfamily}
theorembodyfont{normalfont rm CJKfamily{song}} theoremindent0em
theoremparator{hspace{1em}} theoremsymbol{$blacksquare$}
newtheorem{proof}{hspace{2em}证明}
注意:如果你使⽤的book,⽽不是article,那么你要把所有的ction改为chapter.