]> 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)
committerUwe Stöhr <uwestoehr@lyx.org>
Tue, 19 Jan 2016 21:45:04 +0000 (22:45 +0100)
commit1676b69cf782112cab7463b4086055f8cf9fe9d2
treefabff7e7898f71de77c430900eefdf6042fbabda
parent360992cb9ff36f882e47036b6f6b1a5e3fe4efd7
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