tex2lyx: there is no need to have a blank line after \begin_layout

I think it used to be the case in LyX, but not anymore. Removing this extra line helps to do lyx>tex>lyx roundtrip analysis
This commit is contained in:
Jean-Marc Lasgouttes 2012-12-14 12:49:11 +01:00
parent f775add258
commit 275b889501

View File

@ -153,7 +153,6 @@ void Context::check_layout(ostream & os)
}
need_layout = false;
need_end_layout = true;
os << "\n";
empty = false;
}
}