]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-theorem.tex
Wrap all mjotex files in conditionals to prevent double-loading.
[mjotex.git] / mjo-theorem.tex
index c11d56f6b250a3ff27f000ae0158edadfc30e75d..dc67f45ca37d98c9a7d3d728c1eacb3720b4e1ac 100644 (file)
@@ -2,6 +2,9 @@
 % The standard corollary, definition, theorem, etc. that we all define
 % in every single paper.
 %
+\ifx\havemjotheorem\undefined
+\def\havemjotheorem{1}
+
 
 \usepackage{amsthm}
 
@@ -18,3 +21,6 @@
 
 \theoremstyle{remark}
 \newtheorem{remark}{Remark}
+
+
+\fi