]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-theorem.tex
Remove theorem* from mjo-theorem and be explicit about the default style.
[mjotex.git] / mjo-theorem.tex
index 0b553009d9bac0ba3df9c9400fb7bc2669bc4f42..8bc945f5cfb3eae0da7a06518cee94ffe2851d35 100644 (file)
@@ -5,11 +5,11 @@
 
 \usepackage{amsthm}
 
+\theoremstyle{plain}
 \newtheorem{corollary}{Corollary}
 \newtheorem{lemma}{Lemma}
 \newtheorem{proposition}{Proposition}
 \newtheorem{theorem}{Theorem}
-\newtheorem*{theorem*}{Theorem}
 
 \theoremstyle{definition}
 \newtheorem{definition}{Definition}