mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug 2546:
* src/tex2lyx/text.C (parse_arguments): Eat space in front of required arguments git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13753 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
513ea10589
commit
0fb4dc2060
@ -536,6 +536,7 @@ void parse_arguments(string const & command,
|
||||
case required:
|
||||
// This argument contains regular LaTeX
|
||||
handle_ert(os, ert + '{', context);
|
||||
eat_whitespace(p, os, context, false);
|
||||
parse_text(p, os, FLAG_ITEM, outer, context);
|
||||
ert = "}";
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user