Is it possible to have single theorems without numbering? I would like to be able to switch them off individually with asterisk-* or have a nono-theorem environment.
\newtheorem{theorem}{Theorem}
\newtheorem{nono-theorem}{Theorem}[]
|
|
|
You can switch numbering on and off for individual theorems just by defining environments with nearly identical names (as with equation environments):
|
|||||||
|
|
(It's more of a comment.) You can define a new theorem with a star:
|
||||
|
|