mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
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:
parent
9d7f1f305b
commit
0bd8435f7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user