]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-theorem.tex
mjo-algebra.tex: fix glossary sorting of \variety
[mjotex.git] / mjo-theorem.tex
index c11d56f6b250a3ff27f000ae0158edadfc30e75d..ea0ca332922827ae38fa388b2cf89d72ec3349ca 100644 (file)
@@ -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