]> git.lyx.org Git - features.git/commit
Fix the display of column spacing in AMS environments
authorGuillaume Munch <gm@lyx.org>
Sun, 20 Dec 2015 20:56:34 +0000 (20:56 +0000)
committerGuillaume Munch <gm@lyx.org>
Sun, 17 Apr 2016 14:25:49 +0000 (15:25 +0100)
commit1adb4efe60ef3123efbeaf9d9e9bce4a22e1abad
tree53a8a63cf575b8ff9584e49812aa4899522fb097
parent06a62c48941fcfe32f74f629c3f072401efe77b2
Fix the display of column spacing in AMS environments

AMS align environment should have some spacing between odd and even columns.

Add a new virtual method displayColSpace() to InsetMathGrid, InsetMathHull and
InsetMathSplit.
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathGrid.h
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathHull.h
src/mathed/InsetMathSplit.cpp
src/mathed/InsetMathSplit.h