]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-topology.tex
Wrap all mjotex files in conditionals to prevent double-loading.
[mjotex.git] / mjo-topology.tex
index 885f3390ae0aee177391ac1584070704261ca962..c7f50373ad8e98320f25088b2644e72828c1195b 100644 (file)
@@ -1,6 +1,9 @@
 %
 % Standard topological operations.
 %
+\ifx\havemjotopology\undefined
+\def\havemjotopology{1}
+
 
 % Needed for \operatorname.
 \usepackage{amsopn}
@@ -15,3 +18,6 @@
 
 % And the ``boundary of'' operator.
 \newcommand*{\boundary}[1]{ \operatorname{bdy}\of{{#1}} }
+
+
+\fi