mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Amend b8502a3ea2
This commit is contained in:
parent
b8502a3ea2
commit
e316e21aa1
@ -4508,8 +4508,11 @@ def revert_index_macros(document):
|
||||
if xiimple == -1:
|
||||
document.warning("Malformed LyX document: Can't find end of index macro inset plain layout at line %d" % i)
|
||||
else:
|
||||
xicont = document.body[xiimpl:xiimple]
|
||||
xxicont = document.body[xiimple+1:xiim] + document.body[xiime+1:iimple]
|
||||
# the sortkey
|
||||
xicont = document.body[xiimpl+1:xiimple]
|
||||
# everything before ................... or after
|
||||
xxicont = document.body[iimpl+1:xiim] + document.body[xiime+1:iimple]
|
||||
# construct the latex sequence
|
||||
icont = xicont + put_cmd_in_ert("@") + xxicont[1:]
|
||||
if len(subentry) > 0:
|
||||
subentry2 = icont[1:]
|
||||
|
Loading…
Reference in New Issue
Block a user