]> 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)
committerRichard Heck <rgheck@lyx.org>
Sat, 28 May 2016 21:42:31 +0000 (17:42 -0400)
commitd4b56646b48e89e224f28622635748f9c01d3507
treeb358e3891a298b0f8a08d70e5e044567b67e1e21
parentf3b70fd2cdbbc282dff8beb1c8fb4ab3f06277fa
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