mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
tex2lyx/text.cpp: \InsetSpace has no begin and end (LyX 1.5 was tolerant to the missing end, LyX 1.6 is correctly not tolerant)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24547 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
38b462fd75
commit
6363e27250
@ -2403,7 +2403,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
|
||||
else if (is_known(t.cs(), known_spaces)) {
|
||||
char const * const * where = is_known(t.cs(), known_spaces);
|
||||
context.check_layout(os);
|
||||
begin_inset(os, "InsetSpace ");
|
||||
os << "\\InsetSpace ";
|
||||
os << '\\' << known_coded_spaces[where - known_spaces]
|
||||
<< '\n';
|
||||
// LaTeX swallows whitespace after all spaces except
|
||||
|
Loading…
Reference in New Issue
Block a user