]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/agu_stdsections.inc
Update layouts to format 30.
[lyx.git] / lib / layouts / agu_stdsections.inc
index 616d1f59cbddabea6938bc80f6e58758614e1503..0ed652cf120f71daffac1a62ed354ca3f1b2d02d 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>
 #          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
@@ -14,6 +15,7 @@ Style Part
        InnerTag              head
        LabelTag              label
        CommandDepth          0
+       TocLevel 0
 End
 
 
@@ -23,6 +25,7 @@ Style Chapter
        InnerTag              head
        LabelTag              label
        CommandDepth          1
+       TocLevel 0
 End
 
 
@@ -32,7 +35,8 @@ Style Section
        InnerTag              head
        LabelTag              label
        CommandDepth          2
-       LatexParam            "s#"
+       LatexParam            "id=<s#>"
+       TocLevel 1
 End
 
 
@@ -42,7 +46,8 @@ Style Subsection
        InnerTag              head
        LabelTag              label
        CommandDepth          3
-       LatexParam            "s#"
+       LatexParam            "id=<s#>"
+       TocLevel 2
 End
 
 
@@ -52,7 +57,8 @@ Style Subsubsection
        InnerTag              head
        LabelTag              label
        CommandDepth          4
-       LatexParam            "s#"
+       LatexParam            "id=<s#>"
+       TocLevel 3
 End
 
 
@@ -62,7 +68,8 @@ Style Paragraph
        InnerTag              head
        LabelTag              label
        CommandDepth          5
-       LatexParam            "s#"
+       LatexParam            "id=<s#>"
+       TocLevel 4
 End
 
 
@@ -72,7 +79,8 @@ Style Subparagraph
        InnerTag              head
        LabelTag              label
        CommandDepth          6
-       LatexParam            "s#"
+       LatexParam            "id=<s#>"
+       TocLevel 5
 End
 
 Style Subsubparagraph
@@ -81,6 +89,6 @@ Style Subsubparagraph
        InnerTag              head
        LabelTag              label
        CommandDepth          7
-       LatexParam            "s#"
+       LatexParam            "id=<s#>"
 End