next shot at xxalignat

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4677 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-07-17 11:21:22 +00:00
parent 9d7f1f305b
commit 0bd8435f7e

View 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