]> git.lyx.org Git - features.git/commit
Support all xymatrix arguments
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 31 Oct 2006 19:10:30 +0000 (19:10 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 31 Oct 2006 19:10:30 +0000 (19:10 +0000)
commitf8b9d95ee407c7867692f7e56b4ff06274463b58
tree374e4b9d9af8f1d13e768192a1a184a72bf2d416
parent864ed2c8f98b8260b5a07f2d0f002930c9e38ac3
Support all xymatrix arguments
* src/LaTeXFeatures.C
(LaTeXFeatures::getPackages): Add package xy

* src/mathed/InsetMathXYMatrix.[Ch]
(spacing_): New
(spacing_code_): New
(validate): New, require xy package

* src/mathed/InsetMathXYMatrix.C
(InsetMathXYMatrix::write): write spacing_ and spacing_code_
(InsetMathXYMatrix::infoize): output spacing_ and spacing_code_

* src/mathed/MathFactory.C
(createInsetMath): handle special arguments of xymatrix

* src/mathed/MathParser.C
(Parser::parse1): ditto

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15643 a592a061-630c-0410-9148-cb99ea01b6c8
src/LaTeXFeatures.C
src/mathed/InsetMathXYMatrix.C
src/mathed/InsetMathXYMatrix.h
src/mathed/MathFactory.C
src/mathed/MathParser.C