X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fdb_stdsections.inc;h=e961b77955061882eb570c95fcd5ef8decced1b5;hb=1caa7670d2222a3bae6277c3c6bbe0ce65a8f658;hp=0f0790fa7e8acf04cb3e40e9aae2baaebe76ca35;hpb=29d106fbf799c2d9969ec94bf159ae45dd413417;p=lyx.git diff --git a/lib/layouts/db_stdsections.inc b/lib/layouts/db_stdsections.inc index 0f0790fa7e..e961b77955 100644 --- a/lib/layouts/db_stdsections.inc +++ b/lib/layouts/db_stdsections.inc @@ -6,7 +6,7 @@ # It is desirable, as far as possible, to have the same look and feel for # related layouts in latex and docbook. -Format 4 +Format 30 Input stdsections.inc Style Part @@ -14,6 +14,7 @@ Style Part LatexName part InnerTag "title" CommandDepth 0 + TocLevel 0 End @@ -22,6 +23,7 @@ Style Chapter LatexName chapter InnerTag "title" CommandDepth 1 + TocLevel 0 End @@ -30,6 +32,7 @@ Style Section LatexName sect1 InnerTag "title" CommandDepth 2 + TocLevel 1 End @@ -38,6 +41,7 @@ Style Subsection LatexName sect2 InnerTag "title" CommandDepth 3 + TocLevel 2 End @@ -46,6 +50,7 @@ Style Subsubsection LatexName sect3 InnerTag "title" CommandDepth 4 + TocLevel 3 End @@ -54,6 +59,7 @@ Style Paragraph LatexName sect4 InnerTag "title" CommandDepth 5 + TocLevel 4 End @@ -62,5 +68,6 @@ Style Subparagraph LatexName sect5 InnerTag "title" CommandDepth 6 + TocLevel 5 End