The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 275b889501b61ae9efa266ea96a6c730b2de1f56
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Fri Dec 14 12:49:11 2012 +0100

    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

diff --git a/src/tex2lyx/Context.cpp b/src/tex2lyx/Context.cpp
index 0eb1fa1..fecc11a 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;
        }
 }

-----------------------------------------------------------------------

Summary of changes:
 src/tex2lyx/Context.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to