From: Jean-Marc Lasgouttes Date: Sun, 16 Nov 2008 23:29:11 +0000 (+0000) Subject: small spacing bug X-Git-Tag: 2.0.0~7681 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c0828f5c5211fd521f14e96807f5c72a51cd873f;p=features.git small spacing bug git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27599 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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;