From 0bd8435f7e3ad4a16b007eb9929cf7055691605b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 17 Jul 2002 11:21:22 +0000 Subject: [PATCH] next shot at xxalignat git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4677 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_hullinset.C | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.2