]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdsections.inc
Missing dot.
[lyx.git] / lib / layouts / db_stdsections.inc
index e4c75dd44f50550fb018b0525e13752fdd916f10..e961b77955061882eb570c95fcd5ef8decced1b5 100644 (file)
@@ -1,57 +1,73 @@
 # 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 desireable, as far as possible, to have the same look and feeling for
+# 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
        LatexType             Command
        LatexName             part
-       LatexParam            "0|"
+       InnerTag              "title"
+       CommandDepth          0
+       TocLevel 0
 End
 
 
 Style Chapter
        LatexType             Command
        LatexName             chapter
-       LatexParam            "1|"
+       InnerTag              "title"
+       CommandDepth          1
+       TocLevel 0
 End
 
 
 Style Section
        LatexType             Command
        LatexName             sect1
-       LatexParam            "2|"
+       InnerTag              "title"
+       CommandDepth          2
+       TocLevel 1
 End
 
 
 Style Subsection
        LatexType             Command
        LatexName             sect2
-       LatexParam            "3|"
+       InnerTag              "title"
+       CommandDepth          3
+       TocLevel 2
 End
 
 
 Style Subsubsection
        LatexType             Command
        LatexName             sect3
-       LatexParam            "4|"
+       InnerTag              "title"
+       CommandDepth          4
+       TocLevel 3
 End
 
 
 Style Paragraph
        LatexType             Command
        LatexName             sect4
-       LatexParam            "5|"
+       InnerTag              "title"
+       CommandDepth          5
+       TocLevel 4
 End
 
 
 Style Subparagraph
        LatexType             Command
        LatexName             sect5
-       LatexParam            "6|"
+       InnerTag              "title"
+       CommandDepth          6
+       TocLevel 5
 End
+