mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Conversion for toc-insert.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35434 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
59155540e3
commit
036aef6f26
@ -108,6 +108,10 @@ def line_insert(line):
|
||||
return (True, newline)
|
||||
|
||||
|
||||
def toc_insert(line):
|
||||
return simple_renaming(line, "toc-insert", "inset-insert toc")
|
||||
|
||||
|
||||
#
|
||||
#
|
||||
###########################################################
|
||||
@ -122,7 +126,8 @@ conversions = [
|
||||
optional_insert,
|
||||
notes_mutate,
|
||||
all_insets_toggle,
|
||||
line_insert
|
||||
line_insert,
|
||||
toc_insert
|
||||
] # end conversions for format 0
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user