From 1997f5caa0a548beade98765fa9b679a8de26bdf Mon Sep 17 00:00:00 2001
From: Michael Orlitzky <michael@orlitzky.com>
Date: Tue, 8 Mar 2016 19:54:11 -0500
Subject: [PATCH] Use bdy(S) for the boundary of S.

---
 mjo-topology.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mjo-topology.tex b/mjo-topology.tex
index 9ea5ff1..5f10451 100644
--- a/mjo-topology.tex
+++ b/mjo-topology.tex
@@ -8,10 +8,10 @@
 \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}} }
 
-% And the boundary operator.
-\newcommand*{\boundary}[1]{ \partial \of{{#1}} }
+% And the ``boundary of'' operator.
+\newcommand*{\boundary}[1]{ \operatorname{bdy}\of{{#1}} }
-- 
2.45.3