]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-misc.tex
GNUmakefile: oops, fix the index generation again.
[mjotex.git] / mjo-misc.tex
index 3d8a4069eb3984cf93917b020da8572c58f768f4..24421457fab2d4a4bd474473b96bf470f221d351 100644 (file)
@@ -1,10 +1,18 @@
 %
 % Things that fit absolutely nowhere else.
 %
+\ifx\havemjomisc\undefined
+\def\havemjomisc{1}
 
-\usepackage{amsmath}
+
+\ifx\operatorname\undefined
+  \usepackage{amsopn}
+\fi
 
 % The cardinality of a set. The |X| notation conflicts with the
 % 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