X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-theorem-star.tex;h=b8ed63c0ff5713bbb323100eddce77d780e0a447;hb=2398b156d5cec30d4ede3e65ae1c89ad08551447;hp=7fd06e1ddb20bc8f31ab5ac813c096a1f690ea19;hpb=bd3eeb942bc06aee3717638865ec9503b3fdd535;p=mjotex.git diff --git a/mjo-theorem-star.tex b/mjo-theorem-star.tex index 7fd06e1..b8ed63c 100644 --- a/mjo-theorem-star.tex +++ b/mjo-theorem-star.tex @@ -1,8 +1,13 @@ % % Unnumbered versions of the mjo-theorem environments. % +\ifx\havemjotheoremstar\undefined +\def\havemjotheoremstar{1} -\usepackage{amsthm} + +\ifx\theoremstyle\undefined + \usepackage{amsthm} +\fi \theoremstyle{plain} \newtheorem*{corollary*}{Corollary} @@ -17,3 +22,6 @@ \theoremstyle{remark} \newtheorem*{remark*}{Remark} + + +\fi