]> git.lyx.org Git - features.git/commit
Correct on-screen kerning in math for non-mu units
authorGuillaume Munch <gm@lyx.org>
Mon, 21 Nov 2016 21:21:38 +0000 (22:21 +0100)
committerGuillaume Munch <gm@lyx.org>
Tue, 22 Nov 2016 10:30:26 +0000 (11:30 +0100)
commitd5f139e71b74e5e622b8c9631a202903d7c09f55
tree5d185182e409c3463e0db31c16d114648e263f61
parent6a437363faef1391ae55bbdd01c3b9922ce52776
Correct on-screen kerning in math for non-mu units

The current math style should have no impact on \kern1mu. This is another
benefit of a9eb87a8.

Testcase:
\begin{align*}
 & \kern1em a\\
 & {\scriptscriptstyle \kern1em a}\\
 & \kern18mu a\\
 & {\scriptscriptstyle \kern18mu a}
\end{align*}
src/Length.cpp