mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-26 10:01:50 +00:00
Formatting for layout2layout.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32370 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c48c33cf3a
commit
f1d54dd07c
@ -550,7 +550,7 @@ def convert(lines):
|
||||
|
||||
# Add the TocLevel setting for sectioning styles
|
||||
if toclevel == "" and toclevels.has_key(style) and maxcounter <= toclevels[style]:
|
||||
lines.insert(i, '%sTocLevel %d' % (space1, toclevels[style]))
|
||||
lines.insert(i, '%s\tTocLevel %d' % (space1, toclevels[style]))
|
||||
i += 1
|
||||
|
||||
i += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user