From b82239a2170e2f408d81734df2e6605c47e949b3 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 7 Apr 2016 20:21:47 -0400 Subject: [PATCH] Remove theorem* from mjo-theorem and be explicit about the default style. --- mjo-theorem.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.43.2