]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-topology.tex
Whitespace cleanup.
[mjotex.git] / mjo-topology.tex
index 2a7f3b7649efbf74d33db13355b55456e38ca291..885f3390ae0aee177391ac1584070704261ca962 100644 (file)
@@ -2,13 +2,16 @@
 % Standard topological operations.
 %
 
+% Needed for \operatorname.
+\usepackage{amsopn}
+
 \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 operator.
-\newcommand*{\boundary}[1]{ \partial \of{{#1}} }
+% And the ``boundary of'' operator.
+\newcommand*{\boundary}[1]{ \operatorname{bdy}\of{{#1}} }