X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-theorem.tex;h=dc67f45ca37d98c9a7d3d728c1eacb3720b4e1ac;hb=ba0227140d34fe1c8cacdb4996b5896aec4c4013;hp=0b553009d9bac0ba3df9c9400fb7bc2669bc4f42;hpb=05d580bd8940274b3d3a87a364ba649dff2cf53d;p=mjotex.git diff --git a/mjo-theorem.tex b/mjo-theorem.tex index 0b55300..dc67f45 100644 --- a/mjo-theorem.tex +++ b/mjo-theorem.tex @@ -2,14 +2,18 @@ % The standard corollary, definition, theorem, etc. that we all define % in every single paper. % +\ifx\havemjotheorem\undefined +\def\havemjotheorem{1} + \usepackage{amsthm} +\theoremstyle{plain} \newtheorem{corollary}{Corollary} +\newtheorem{exercise}{Exercise} \newtheorem{lemma}{Lemma} \newtheorem{proposition}{Proposition} \newtheorem{theorem}{Theorem} -\newtheorem*{theorem*}{Theorem} \theoremstyle{definition} \newtheorem{definition}{Definition} @@ -17,3 +21,6 @@ \theoremstyle{remark} \newtheorem{remark}{Remark} + + +\fi