]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-theorem-star.tex
Wrap all mjotex files in conditionals to prevent double-loading.
[mjotex.git] / mjo-theorem-star.tex
index ec6b87851a8179d200a7021aa258fa7074b909db..7a3cebad1b5eaff67c54a5bf9a569a76b3ca92d2 100644 (file)
@@ -1,11 +1,15 @@
 %
 % Unnumbered versions of the mjo-theorem environments.
 %
+\ifx\havemjotheoremstar\undefined
+\def\havemjotheoremstar{1}
+
 
 \usepackage{amsthm}
 
 \theoremstyle{plain}
 \newtheorem*{corollary*}{Corollary}
+\newtheorem*{exercise*}{Exercise}
 \newtheorem*{lemma*}{Lemma}
 \newtheorem*{proposition*}{Proposition}
 \newtheorem*{theorem*}{Theorem}
@@ -16,3 +20,6 @@
 
 \theoremstyle{remark}
 \newtheorem*{remark*}{Remark}
+
+
+\fi