mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Fix bug #6474: Tex2lyx skips all spaces in the preamble.
Partially reverting r30113. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33711 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f44ee9937a
commit
b9b872f36a
@ -869,9 +869,6 @@ void parse_preamble(Parser & p, ostream & os,
|
|||||||
|
|
||||||
else if (!t.cs().empty() && !in_lyx_preamble)
|
else if (!t.cs().empty() && !in_lyx_preamble)
|
||||||
h_preamble << '\\' << t.cs();
|
h_preamble << '\\' << t.cs();
|
||||||
|
|
||||||
// remove the whitespace
|
|
||||||
p.skip_spaces();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove the whitespace
|
// remove the whitespace
|
||||||
|
Loading…
Reference in New Issue
Block a user