From: Michael Orlitzky Date: Mon, 29 Aug 2016 00:23:53 +0000 (-0400) Subject: Fix \adjoint and \dual spacing when subscripts are involved. X-Git-Tag: posZ-submitted-laa~19 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=21d18c2a88952e968b02c838abc5cb61dff960c9;hp=7c7ef6216956f7a5c8bbaf1d9780d2e1aa431342 Fix \adjoint and \dual spacing when subscripts are involved. --- 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}} }