|
|
Viewing Correction to 'Poincar\'e lemma'
|
Therem-like environment by igor Correction id: 3053 Filed on: 2004-01-11 22:10:16 Status: Accepted on 2004-02-13 15:22:19 Type: Meta/Minor
Correction text:
Perhaps you can use a theorem-like environment available from the amsthm package. It is used as follows
\newtheorem*{theorem}{Theorem}
...
\begin{theorem}[Poincare Lemma] ... \end{theorem}
\newthorem produces numbered environments while \newtheorem* produces unnumbered ones. | Comment from object owner matte:
|
|
|
|
|
|
|
|
|
|