From: André Pönitz Date: Wed, 17 Jul 2002 11:21:22 +0000 (+0000) Subject: next shot at xxalignat X-Git-Tag: 1.6.10~18843 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0bd8435f7e3ad4a16b007eb9929cf7055691605b;p=features.git next shot at xxalignat git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4677 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_hullinset.C b/src/mathed/math_hullinset.C index b51cc4760d..9dc0bdbb8b 100644 --- a/src/mathed/math_hullinset.C +++ b/src/mathed/math_hullinset.C @@ -355,8 +355,12 @@ void MathHullInset::header_write(WriteStream & os) const else if (type_ == "alignat" || type_ == "xalignat") os << "\\begin{" << type_ << star(n) << "}" << "{" << static_cast(ncols()/2) << "}\n"; - - else if (type_ == "xxalignat" || type_ == "multline" || type_ == "gather") + + else if (type_ == "xxalignat") + os << "\\begin{" << type_ << "}" + << "{" << static_cast(ncols()/2) << "}\n"; + + else if (type_ == "multline" || type_ == "gather") os << "\\begin{" << type_ << "}\n"; else