mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix lyx2lyx.
Wrong number in the "revert" list, Missing integer in "Provides" tag of local layout.
This commit is contained in:
parent
8556cb1c66
commit
e829c97f91
@ -2249,7 +2249,7 @@ def revert_drs(document):
|
|||||||
document.body[beginPlain + 1:beginPlain] = precontent
|
document.body[beginPlain + 1:beginPlain] = precontent
|
||||||
del document.body[i : beginPlain + 1]
|
del document.body[i : beginPlain + 1]
|
||||||
if not cov_req:
|
if not cov_req:
|
||||||
document.append_local_layout("Provides covington")
|
document.append_local_layout("Provides covington 1")
|
||||||
add_to_preamble(document, ["\\usepackage{drs,covington}"])
|
add_to_preamble(document, ["\\usepackage{drs,covington}"])
|
||||||
cov_req = True
|
cov_req = True
|
||||||
i = beginPlain + 1
|
i = beginPlain + 1
|
||||||
@ -2297,7 +2297,7 @@ convert = [
|
|||||||
[578, []]
|
[578, []]
|
||||||
]
|
]
|
||||||
|
|
||||||
revert = [[576, [revert_drs]],
|
revert = [[577, [revert_drs]],
|
||||||
[576, [revert_linggloss, revert_subexarg]],
|
[576, [revert_linggloss, revert_subexarg]],
|
||||||
[575, [revert_new_languages]],
|
[575, [revert_new_languages]],
|
||||||
[574, [revert_lineno]],
|
[574, [revert_lineno]],
|
||||||
|
Loading…
Reference in New Issue
Block a user