]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdsections.inc
Localize endnotes header (with endnotes.sty)
[lyx.git] / lib / layouts / db_stdsections.inc
index ef385dd73ae1eb935c4a8507c5f6bd288b513be4..02b2f840d0afa13200599b796837bdb4c282e5c7 100644 (file)
@@ -1,58 +1,66 @@
 # 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 80
 Input stdsections.inc
 
-# Part style definition
 Style Part
        LatexType             Command
        LatexName             part
-       LatexParam            "0|"
+       InnerTag              "title"
+       CommandDepth          0
 End
 
-# Chapter style definition
+
 Style Chapter
        LatexType             Command
        LatexName             chapter
-       LatexParam            "1|"
+       InnerTag              "title"
+       CommandDepth          1
 End
 
-# Section style definition
+
 Style Section
        LatexType             Command
        LatexName             sect1
-       LatexParam            "2|"
+       InnerTag              "title"
+       CommandDepth          2
 End
 
-# Subsection style definition
+
 Style Subsection
        LatexType             Command
        LatexName             sect2
-       LatexParam            "3|"
+       InnerTag              "title"
+       CommandDepth          3
 End
 
-# Subsubsection style definition
+
 Style Subsubsection
        LatexType             Command
        LatexName             sect3
-       LatexParam            "4|"
+       InnerTag              "title"
+       CommandDepth          4
 End
 
-# Paragraph style definition
+
 Style Paragraph
        LatexType             Command
        LatexName             sect4
-       LatexParam            "5|"
+       InnerTag              "title"
+       CommandDepth          5
 End
 
-# Subparagraph style definition
+
 Style Subparagraph
        LatexType             Command
        LatexName             sect5
-       LatexParam            "6|"
+       InnerTag              "title"
+       CommandDepth          6
 End