发布时间:2010-09-04 17:43:35
文章类别:数学公式
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100lcom.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
\begin{theorem}
……
\end{theorem}
编译以后就会出现:定理1……
我想去掉那个定理的序号,应该怎么搞啊?
谢谢了
【解决方案】
方案一、\usepackage{amsthm}
\newtheorem*{theorem}{Theorem}
也可通过修改theoremstyle来实现。
方案二、修改内部命令如下:
\makeatletter
\def\@begintheorem#1#2{\trivlist
\makeatother
发表评论 取消回复