From: Michael Orlitzky Date: Fri, 8 Apr 2016 00:21:47 +0000 (-0400) Subject: Remove theorem* from mjo-theorem and be explicit about the default style. X-Git-Tag: posZ-submitted-laa~49 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=b82239a2170e2f408d81734df2e6605c47e949b3;hp=b5df7cd8456ef72fd2e61a2bb0c47b89b0ffa07e Remove theorem* from mjo-theorem and be explicit about the default style. --- diff --git a/mjo-theorem.tex b/mjo-theorem.tex index 0b55300..8bc945f 100644 --- a/mjo-theorem.tex +++ b/mjo-theorem.tex @@ -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}