]>
gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-topology.tex
2 % Standard topological operations.
4 \ifx\havemjotopology\undefined
5 \def\havemjotopology{1}
8 \ifx\operatorname\undefined
14 % The ``interior of'' operator.
15 \newcommand*
{\interior}[1]{ \operatorname{int
}\of{{#1}} }
17 % The ``closure of'' operator.
18 \newcommand*
{\closure}[1]{ \operatorname{cl
}\of{{#1}} }
20 % And the ``boundary of'' operator.
21 \newcommand*
{\boundary}[1]{ \operatorname{bdy
}\of{{#1}} }