]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstarsections.inc
DocBook: new logic to handle the new lines, only used in output_docbook for now.
[lyx.git] / lib / layouts / stdstarsections.inc
index f984206b067b748366427e80fb7eb93083af6b51..60354b1dd339eb8ca787ac5ba539f2ab50cb6ebc 100644 (file)
@@ -9,7 +9,7 @@
 # modifying the style of the regular sectioning layouts.
 
 
-Format 35
+Format 82
 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