]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-arrow.tex
GNUmakefile: oops, fix the index generation again.
[mjotex.git] / mjo-arrow.tex
index 8b44ded1753eb175124ed71fa73ad4e5ec9b35e5..60530cb71020f3902e3b4c11f9a6498814241f5e 100644 (file)
@@ -1,8 +1,15 @@
 %
 % Things dealing with arrows in a category. Or functions, basically.
 %
+\ifx\havemjoarrow\undefined
+\def\havemjoarrow{1}
 
-\input{mjo-common}
+
+\input{mjo-common} % for \of, at least.
+
+\ifx\operatorname\undefined
+  \usepackage{amsopn}
+\fi
 
 % The identity operator/arrow on its argument.
 \newcommand*{\identity}[1]{ \operatorname{id}_{{#1}} }
@@ -16,3 +23,6 @@
 
 % The preimage of the second argument (a set) under the first (a function).
 \newcommand*{\preimage}[2]{ #1^{-1}\of{#2} }
+
+
+\fi