From 42aadc60bddb32104aa8269f9db5e3cfe057816e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 15 May 2016 17:37:38 -0400 Subject: [PATCH] Use cl() instead of an overline for the topological closure. --- mjo-topology.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mjo-topology.tex b/mjo-topology.tex index 5f10451..885f339 100644 --- a/mjo-topology.tex +++ b/mjo-topology.tex @@ -11,7 +11,7 @@ \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}} } -- 2.43.2