mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
746d3f3db6
commit
029ad07b8a
@ -67,7 +67,7 @@ void MathAMSArrayInset::write(WriteStream & os) const
|
||||
{
|
||||
os << "\\begin{" << name_ << "}";
|
||||
MathGridInset::write(os);
|
||||
os << "\\end{" << name_ << "}\n";
|
||||
os << "\\end{" << name_ << "}";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user