From: Richard Heck Date: Sat, 5 Dec 2009 22:56:16 +0000 (+0000) Subject: Formatting for layout2layout. X-Git-Tag: 2.0.0~4901 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f1d54dd07c2d1b77658a7bf39f71b4c2b8f0eb73;p=features.git Formatting for layout2layout. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32370 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/scripts/layout2layout.py b/lib/scripts/layout2layout.py index 38134ec7d4..44af31d709 100644 --- a/lib/scripts/layout2layout.py +++ b/lib/scripts/layout2layout.py @@ -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