]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Fix \adjoint and \dual spacing when subscripts are involved.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 29 Aug 2016 00:23:53 +0000 (20:23 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 29 Aug 2016 00:23:53 +0000 (20:23 -0400)
mjo-cone.tex
mjo-linear_algebra.tex

index c556f4b14338306b8537a931f7f91c7588e5e310..b53e23918d36c644d9ead02e35574d9adbdcc2a6 100644 (file)
@@ -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.
index 71ab1b61362be810e0a758490641b86a7ae3f52f..380c3bf546317349b20adedd1974bb82da6ed9f6 100644 (file)
@@ -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}} }