]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-topology.tex
mjo-common: prevent \Sn[1] and \Hn[1] from dropping their superscripts.
[mjotex.git] / mjo-topology.tex
index 574506c7379102db1aa326b1cb211671310d3cf2..760d44d96c4bbead22746a24b5712faa16478efa 100644 (file)
@@ -1,12 +1,24 @@
 %
 % Standard topological operations.
 %
+\ifx\havemjotopology\undefined
+\def\havemjotopology{1}
+
+
+\ifx\operatorname\undefined
+  \usepackage{amsopn}
+\fi
+
+\input{mjo-common}
 
 % The ``interior of'' operator.
-\newcommand*{\interior}[1]{ \operatorname{int} \of{{#1}} }
+\newcommand*{\interior}[1]{ \operatorname{int}\of{{#1}} }
 
 % The ``closure of'' operator.
-\newcommand*{\closure}[1]{ \overline{{#1}} }
+\newcommand*{\closure}[1]{ \operatorname{cl}\of{{#1}} }
+
+% And the ``boundary of'' operator.
+\newcommand*{\boundary}[1]{ \operatorname{bdy}\of{{#1}} }
+
 
-% And the boundary operator.
-\newcommand*{\boundary}[1]{ \partial \of{{#1}} }
+\fi