From 21d18c2a88952e968b02c838abc5cb61dff960c9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 28 Aug 2016 20:23:53 -0400 Subject: [PATCH] Fix \adjoint and \dual spacing when subscripts are involved. --- mjo-cone.tex | 2 +- mjo-linear_algebra.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mjo-cone.tex b/mjo-cone.tex index c556f4b..b53e239 100644 --- a/mjo-cone.tex +++ b/mjo-cone.tex @@ -11,7 +11,7 @@ % The dual of a subset of an inner-product space; always a closed % convex cone. -\newcommand*{\dual}[1]{ {#1}^{*} } +\newcommand*{\dual}[1]{ #1^{*} } % % Common cones. diff --git a/mjo-linear_algebra.tex b/mjo-linear_algebra.tex index 71ab1b6..380c3bf 100644 --- a/mjo-linear_algebra.tex +++ b/mjo-linear_algebra.tex @@ -25,7 +25,7 @@ \newcommand*{\kp}[2]{ {#1}\odot{#2} } % The adjoint of a linear operator. -\newcommand*{\adjoint}[1]{ {#1}^{*} } +\newcommand*{\adjoint}[1]{ #1^{*} } % The ``span of'' operator. The name \span is already taken. \newcommand*{\spanof}[1]{ \operatorname{span}\of{{#1}} } -- 2.43.2