]> git.lyx.org Git - features.git/commit
Parse optional arguments of aligned, gathered and alignedat
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 2 Oct 2006 20:01:30 +0000 (20:01 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 2 Oct 2006 20:01:30 +0000 (20:01 +0000)
commit8a9d0934e96c91fcb117a877e6579e32502d8cc0
tree5eeaf077487d74d828c7e6cefd7484e96efc467b
parent5070d2f660e9a9027eb36cd5437d2b33242d6067
Parse optional arguments of aligned, gathered and alignedat
* src/mathed/InsetMathSplit.[Ch]
(InsetMathSplit): Add valignment argument to constructor

* src/mathed/InsetMathSplit.C
(InsetMathSplit::write): write vertical alignment if needed

* src/mathed/MathParser.C
(Parser::parse1): parse optional arguments of aligned, gathered and
alignedat

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15202 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/InsetMathSplit.C
src/mathed/InsetMathSplit.h
src/mathed/MathParser.C