LaTeX技巧88:数学常用定理命题等环境的汉化

标签:
latex定理环境汉化命题 |
分类: 数学公式 |
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
\documentclass{article}
\usepackage{times}
\usepackage{CJK}
\pagestyle{empty}
\setcounter{page}{6}
\setcounter{section}{5}
\setlength\textwidth{151.0pt}
\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}
效果图:
