mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
too many '\n' lead to too many empty lines...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3762 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
99cb25781a
commit
4f64ce3c22
@ -44,7 +44,7 @@ void MathCasesInset::write(WriteStream & os) const
|
||||
MathGridInset::write(os);
|
||||
if (os.fragile())
|
||||
os << "\\protect";
|
||||
os << "\\end{cases}\n";
|
||||
os << "\\end{cases}";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user