]> 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:22:23 +0000 (22:22 +0100)
commitbb5470b5d1ec1b2f7394164686d6035a0c4bce0f
treefabff7e7898f71de77c430900eefdf6042fbabda
parent0b733507da7571759d8eb32ebbdd80f264690a89
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