]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-theorem-star.tex
mjo-algebra.tex: fix glossary sorting of \variety
[mjotex.git] / mjo-theorem-star.tex
index ec6b87851a8179d200a7021aa258fa7074b909db..b8ed63c0ff5713bbb323100eddce77d780e0a447 100644 (file)
@@ -1,11 +1,17 @@
 %
 % 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}
+\newtheorem*{exercise*}{Exercise}
 \newtheorem*{lemma*}{Lemma}
 \newtheorem*{proposition*}{Proposition}
 \newtheorem*{theorem*}{Theorem}
@@ -16,3 +22,6 @@
 
 \theoremstyle{remark}
 \newtheorem*{remark*}{Remark}
+
+
+\fi