X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=mjo-theorem.tex;h=ea0ca332922827ae38fa388b2cf89d72ec3349ca;hp=8bc945f5cfb3eae0da7a06518cee94ffe2851d35;hb=HEAD;hpb=b82239a2170e2f408d81734df2e6605c47e949b3 diff --git a/mjo-theorem.tex b/mjo-theorem.tex index 8bc945f..ea0ca33 100644 --- a/mjo-theorem.tex +++ b/mjo-theorem.tex @@ -2,11 +2,16 @@ % The standard corollary, definition, theorem, etc. that we all define % in every single paper. % +\ifx\havemjotheorem\undefined +\def\havemjotheorem{1} -\usepackage{amsthm} +\ifx\theoremstyle\undefined + \usepackage{amsthm} +\fi \theoremstyle{plain} \newtheorem{corollary}{Corollary} +\newtheorem{exercise}{Exercise} \newtheorem{lemma}{Lemma} \newtheorem{proposition}{Proposition} \newtheorem{theorem}{Theorem} @@ -17,3 +22,6 @@ \theoremstyle{remark} \newtheorem{remark}{Remark} + + +\fi