]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Remove theorem* from mjo-theorem and be explicit about the default style.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Apr 2016 00:21:47 +0000 (20:21 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Apr 2016 00:21:47 +0000 (20:21 -0400)
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}