fix export glitch for pmratix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3537 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-02-14 13:36:39 +00:00
parent 746d3f3db6
commit 029ad07b8a

View File

@ -67,7 +67,7 @@ void MathAMSArrayInset::write(WriteStream & os) const
{
os << "\\begin{" << name_ << "}";
MathGridInset::write(os);
os << "\\end{" << name_ << "}\n";
os << "\\end{" << name_ << "}";
}