From c0828f5c5211fd521f14e96807f5c72a51cd873f Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Sun, 16 Nov 2008 23:29:11 +0000 Subject: [PATCH] small spacing bug git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27599 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/text.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index a34ccc448a..104bfff065 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -2529,6 +2529,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer, << "+" << to_utf8(rem) << endl; context.check_layout(os); os << to_utf8(s); + p.skip_spaces(); skip_braces(p); // eat {} } //cerr << "#: " << t << " mode: " << mode << endl; -- 2.39.2