]> git.lyx.org Git - lyx.git/commit
Fix display of some math symbols
authorGuillaume Munch <gm@lyx.org>
Fri, 11 Nov 2016 19:52:03 +0000 (20:52 +0100)
committerGuillaume Munch <gm@lyx.org>
Sun, 13 Nov 2016 19:04:51 +0000 (20:04 +0100)
commitad7e2435cfdb3eb7ac3ed4e7c3e2db804c3c2ff9
tree2eda0189358c55218b7a6dc97797d95d39533153
parent1805b41564aa93dcac0e8b123b2948a31aa12272
Fix display of some math symbols

* Fix spacing in lib/symbols after recent commits about math spacing, as well as
  older spacing issues (e.g. \Join).

* InsetMathKern now uses the same em value as other math length commands.

What is nice is that the kerning amount now matches the ones found in the
packages definition (modulo 10mu that lyx currently adds between relations).

Testcase: $\CheckedBox\LEFTcircle\RIGHTcircle\photon\gluon\vcentcolon\dblcolon\Coloneqq\eqcolon\models\hookrightarrow\bowtie\hookleftarrow\Join\APLinv\neq$
lib/symbols
src/mathed/InsetMathKern.cpp