]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdsections.inc
Missing dot.
[lyx.git] / lib / layouts / db_stdsections.inc
index 711c4aaf507646bb59e2fa628a6ec86db3874169..e961b77955061882eb570c95fcd5ef8decced1b5 100644 (file)
@@ -1,11 +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 30
 Input stdsections.inc
 
 Style Part
@@ -13,6 +14,7 @@ Style Part
        LatexName             part
        InnerTag              "title"
        CommandDepth          0
+       TocLevel 0
 End
 
 
@@ -21,6 +23,7 @@ Style Chapter
        LatexName             chapter
        InnerTag              "title"
        CommandDepth          1
+       TocLevel 0
 End
 
 
@@ -29,6 +32,7 @@ Style Section
        LatexName             sect1
        InnerTag              "title"
        CommandDepth          2
+       TocLevel 1
 End
 
 
@@ -37,6 +41,7 @@ Style Subsection
        LatexName             sect2
        InnerTag              "title"
        CommandDepth          3
+       TocLevel 2
 End
 
 
@@ -45,6 +50,7 @@ Style Subsubsection
        LatexName             sect3
        InnerTag              "title"
        CommandDepth          4
+       TocLevel 3
 End
 
 
@@ -53,6 +59,7 @@ Style Paragraph
        LatexName             sect4
        InnerTag              "title"
        CommandDepth          5
+       TocLevel 4
 End
 
 
@@ -61,5 +68,6 @@ Style Subparagraph
        LatexName             sect5
        InnerTag              "title"
        CommandDepth          6
+       TocLevel 5
 End