]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-misc.tex
Wrap all mjotex files in conditionals to prevent double-loading.
[mjotex.git] / mjo-misc.tex
index 3d8a4069eb3984cf93917b020da8572c58f768f4..f73fe142e3a41f105f8e3d085ca9523468eb7744 100644 (file)
@@ -1,6 +1,9 @@
 %
 % Things that fit absolutely nowhere else.
 %
+\ifx\havemjomisc\undefined
+\def\havemjomisc{1}
+
 
 \usepackage{amsmath}
 
@@ -8,3 +11,6 @@
 % absolute value, and the meaning of card(X) is clear at once, so we
 % prefer the latter.
 \newcommand*{\card}[1]{ \operatorname{card} \of{{#1}} }
+
+
+\fi