]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstarsections.inc
DocBook: implement Hollywood layout.
[lyx.git] / lib / layouts / stdstarsections.inc
index 712cf7f4ddd6a489e7c7c379f2dbca8ee9fdfcb0..d22d4617cb14904a0628291e871db8bb08a6521f 100644 (file)
@@ -9,7 +9,7 @@
 # modifying the style of the regular sectioning layouts.
 
 
-Format 40
+Format 85
 Style Part*
        CopyStyle       Part
        Category        Unnumbered
@@ -17,7 +17,11 @@ Style Part*
        LatexName       part*
        LabelType       No_Label
        LabelCounter    ""
-       OptionalArgs    0
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           "renderas='other' otherrenderas='part'"
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
 
 
@@ -28,7 +32,11 @@ Style Chapter*
        LatexName       chapter*
        LabelType       No_Label
        LabelCounter    ""
-       OptionalArgs    0
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           "renderas='other' otherrenderas='chapter'"
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
 
 
@@ -39,7 +47,11 @@ Style Section*
        LatexName       section*
        LabelType       No_Label
        LabelCounter    ""
-       OptionalArgs    0
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           renderas='sect1'
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
 
 
@@ -50,7 +62,11 @@ Style Subsection*
        LatexName       subsection*
        LabelType       No_Label
        LabelCounter    ""
-       OptionalArgs    0
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           renderas='sect2'
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
 
 
@@ -61,7 +77,11 @@ Style Subsubsection*
        LatexName       subsubsection*
        LabelType       No_Label
        LabelCounter    ""
-       OptionalArgs    0
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           renderas='sect3'
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
 
 
@@ -72,7 +92,11 @@ Style Paragraph*
        LatexName       paragraph*
        LabelType       No_Label
        LabelCounter    ""
-       OptionalArgs    0
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           renderas='sect4'
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
 
 
@@ -83,5 +107,9 @@ Style Subparagraph*
        LatexName       subparagraph*
        LabelType       No_Label
        LabelCounter    ""
-       OptionalArgs    0
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           renderas='sect5'
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End