将定理编号加上’ 定义环境: \newtheorem{thm}{Theorem} \newenvironment{mythm}[1] {\renewcommand{\thethm}{#1}% \begin{thm}} {\end{thm}} 使用: \begin{mythm}{1'} $x+y=y+x$ \end{mythm} 效果: