mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-13 20:09:59 +00:00
Fix bug 4737.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24269 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5160d21b20
commit
5ae2f40671
@ -714,6 +714,8 @@ def revert_latexcommand_index(document):
|
||||
line = line[20:]
|
||||
if line.startswith("\\begin_layout Standard"):
|
||||
line = line[22:]
|
||||
if line.startswith("\\begin_layout Plain"):
|
||||
line = line[22:]
|
||||
if line.startswith("\\end_layout"):
|
||||
line = line[11:]
|
||||
if line.startswith("\\end_inset"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user