发布时间: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}%
{}%
{}%
{}%
{\parindent}%
{\bfseries}%
{}%
{1em}%
{\thmname{#1}\thmnumber{~#2}\thmnote{(#3)}}%

\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}

效果图:

LaTeX技巧61:定理编号问题


点赞(1)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部