]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdsections.inc
Missing dot.
[lyx.git] / lib / layouts / db_stdsections.inc
index ec0f8ba08ba55ac99f0592c4434e3c804a5c6365..e961b77955061882eb570c95fcd5ef8decced1b5 100644 (file)
@@ -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 8
+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