X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-topology.tex;h=c7f50373ad8e98320f25088b2644e72828c1195b;hb=ba0227140d34fe1c8cacdb4996b5896aec4c4013;hp=9ea5ff1d99f60e273dcb511b88049aa859a57291;hpb=af7e58d88448fa6726d8e6df22b280390e0a5a34;p=mjotex.git diff --git a/mjo-topology.tex b/mjo-topology.tex index 9ea5ff1..c7f5037 100644 --- a/mjo-topology.tex +++ b/mjo-topology.tex @@ -1,6 +1,9 @@ % % Standard topological operations. % +\ifx\havemjotopology\undefined +\def\havemjotopology{1} + % Needed for \operatorname. \usepackage{amsopn} @@ -8,10 +11,13 @@ \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