]> 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 7fd06e1ddb20bc8f31ab5ac813c096a1f690ea19..b8ed63c0ff5713bbb323100eddce77d780e0a447 100644 (file)
@@ -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