]> git.lyx.org Git - lyx.git/commitdiff
next shot at xxalignat
authorAndré Pönitz <poenitz@gmx.net>
Wed, 17 Jul 2002 11:21:22 +0000 (11:21 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 17 Jul 2002 11:21:22 +0000 (11:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4677 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_hullinset.C

index b51cc4760df52a44486d50266e7c1dd6ac3f7908..9dc0bdbb8b23e13204619f3b55998f2b4e4fde30 100644 (file)
@@ -355,8 +355,12 @@ void MathHullInset::header_write(WriteStream & os) const
        else if (type_ == "alignat" || type_ == "xalignat") 
                os << "\\begin{" << type_ << star(n) << "}"
                  << "{" << static_cast<unsigned int>(ncols()/2) << "}\n";
-
-       else if (type_ == "xxalignat" || type_ == "multline" || type_ == "gather") 
+       else if (type_ == "xxalignat") 
+               os << "\\begin{" << type_ << "}"
+                 << "{" << static_cast<unsigned int>(ncols()/2) << "}\n";
+       else if (type_ == "multline" || type_ == "gather") 
                os << "\\begin{" << type_ << "}\n";
 
        else