QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
documentclass{article}
usepackage{times}
usepackage{CJK}
pagestyle{empty}
setcounter{page}{6}
setcounter{section}{5}
setlengthtextwidth{151.0pt}
setlengthtextheight{.44textheight}
usepackage{amsmath,amssymb}
begin{CJK*}{GBK}{song}
newtheorem{theorem}{{定理}}
newtheorem{proposition}{{命题}}
newtheorem{lemma}{{引理}}
newtheorem{corollary}{{推论}}[theorem]
newtheorem{definition}{{定义}}
newtheorem{example}{{例}}
begin{document}
section{数学常用环境的汉化}
begin{definition}
定义的例子。
end{definition}
begin{lemma}
引理的例子。
end{lemma}
begin{theorem}
定理的例子。
end{theorem}
begin{lemma}
第二个引理的例子。
end{lemma}
begin{theorem}
第二个定理的例子。
end{theorem}
begin{corollary}
推论的例子。
end{corollary}
begin{corollary}
第二个推论的例子。
end{corollary}
begin{proposition}
命题的例子。
end{proposition}
begin{example}
例的例子。
end{example}
end{CJK*}
end{document}
效果图: