mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
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:
parent
f775add258
commit
275b889501
@ -153,7 +153,6 @@ void Context::check_layout(ostream & os)
|
||||
}
|
||||
need_layout = false;
|
||||
need_end_layout = true;
|
||||
os << "\n";
|
||||
empty = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user