]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdsections.inc
Missing dot.
[lyx.git] / lib / layouts / db_stdsections.inc
index b607349d887e9d17a069758d45fc15bb1b63a48a..e961b77955061882eb570c95fcd5ef8decced1b5 100644 (file)
@@ -1,12 +1,12 @@
 # Textclass definition file for docbook.
-# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
+# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
 # Modified by Martin Vermeer <martin.vermeer@hut.fi>
 
 # This file is the counterpart of stdsections.inc
 # 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