From 275b889501b61ae9efa266ea96a6c730b2de1f56 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 14 Dec 2012 12:49:11 +0100 Subject: [PATCH] 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 --- src/tex2lyx/Context.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tex2lyx/Context.cpp b/src/tex2lyx/Context.cpp index 0eb1fa137d..fecc11aedf 100644 --- a/src/tex2lyx/Context.cpp +++ b/src/tex2lyx/Context.cpp @@ -153,7 +153,6 @@ void Context::check_layout(ostream & os) } need_layout = false; need_end_layout = true; - os << "\n"; empty = false; } } -- 2.39.5