X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-theorem.tex;h=ea0ca332922827ae38fa388b2cf89d72ec3349ca;hb=7dfe6fdee9d819258393544917c871f6b85a3eb8;hp=c11d56f6b250a3ff27f000ae0158edadfc30e75d;hpb=bd3eeb942bc06aee3717638865ec9503b3fdd535;p=mjotex.git diff --git a/mjo-theorem.tex b/mjo-theorem.tex index c11d56f..ea0ca33 100644 --- a/mjo-theorem.tex +++ b/mjo-theorem.tex @@ -2,8 +2,12 @@ % 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} @@ -18,3 +22,6 @@ \theoremstyle{remark} \newtheorem{remark}{Remark} + + +\fi