]> git.lyx.org Git - features.git/commitdiff
Fixup 1b2aad9 : Cleanup of spacing in mathed
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 25 May 2016 13:14:18 +0000 (15:14 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:55 +0000 (17:55 -0400)
Now that 5mu are added on each side of : (because it is a relation), there is no need to do the same in the definition of \vcentcolon.

This is closer to what is done in mathtools.sty.

lib/symbols

index 6106b46a3b7961ac2bd3be0f76109efdc526f48c..279e64ecf00be8529f998089e151ca16cfedc6fd 100644 (file)
@@ -1103,7 +1103,7 @@ pod                lyxblacktext  0   0 func     x     amsmath
 
 
 # mathtools.sty
-\def\vcentcolon{\kern4mu:\kern3mu}             mathtools
+\def\vcentcolon{:}                             mathtools
 \def\dblcolon{\vcentcolon\kern-8mu\vcentcolon} mathtools
 \def\coloneqq{\vcentcolon\kern-7mu=}           mathtools
 \def\Coloneqq{\dblcolon\kern-7mu=}             mathtools