发布时间:2009-11-06 12:36:11
文章类别:小技巧
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100fx37.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
Email:latexstudio@hotmail.com
常见数学公式问题集下载
在正常定理编号中,有时需要输入带'的数字编号,请问这时应如何处理?
\documentclass{article}
\usepackage{CJK}
\usepackage{amsthm}
\newtheoremstyle{mythm}%
\begin{document}
\begin{CJK*}{GBK}{song}
\newtheorem{theorem}{定理}
\begin{theorem}
微分中值定理
\end{theorem}
\addtocounter{theorem}{-1}
\renewcommand{\thetheorem}{\arabic{theorem}$'$}
\begin{theorem}
\end{theorem}
\renewcommand{\thetheorem}{\arabic{theorem}}
\addtocounter{theorem}{-1}
\renewcommand{\thetheorem}{\arabic{theorem}$''$}
\begin{theorem}
\end{theorem}
\renewcommand{\thetheorem}{\arabic{theorem}}
\begin{theorem}
\end{theorem}
\clearpage
\end{CJK*}
\end{document}
效果图:
发表评论 取消回复