]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstarsections.inc
DocBook: implement Hollywood layout.
[lyx.git] / lib / layouts / stdstarsections.inc
index 14561639e5fa39925e029367945e336803568909..d22d4617cb14904a0628291e871db8bb08a6521f 100644 (file)
 # Standard textclass definition file. Taken from initial LyX source code
 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
-# Transposed by Pascal André <andre@via.ecp.fr>
+# Transposed by Pascal André <andre@via.ecp.fr>
 # Heavily modifed and enhanced by several developers.
 
 # This include files contains all non numbered versions of the
-# sectionning-related commands that are useful for article-like
+# sectioning-related commands that are useful for article-like
 # document classes, but not for letters. It should be Input after
-# modying the style of the regular sectionning layouts.
+# modifying the style of the regular sectioning layouts.
 
-# Part* style definition
+
+Format 85
 Style Part*
-  CopyStyle            Part
-  Margin               Static
-  LatexName            part*
-  LabelType            No_Label
+       CopyStyle       Part
+       Category        Unnumbered
+       Margin          Static
+       LatexName       part*
+       LabelType       No_Label
+       LabelCounter    ""
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           "renderas='other' otherrenderas='part'"
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
 
-# Chapter* style definition
+
 Style Chapter*
-  CopyStyle            Chapter
-  Margin               Static
-  LatexName            chapter*
-  LabelType            No_Label
+       CopyStyle       Chapter
+       Category        Unnumbered
+       Margin          Static
+       LatexName       chapter*
+       LabelType       No_Label
+       LabelCounter    ""
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           "renderas='other' otherrenderas='chapter'"
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
 
-# Section* style definition
+
 Style Section*
-  CopyStyle            Section
-  Margin               Static
-  LatexName            section*
-  LabelType            No_Label
+       CopyStyle       Section
+       Category        Unnumbered
+       Margin          Static
+       LatexName       section*
+       LabelType       No_Label
+       LabelCounter    ""
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           renderas='sect1'
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
 
-# Subsection* style definition
+
 Style Subsection*
-  CopyStyle            Subsection
-  Margin               Static
-  LatexName            subsection*
-  LabelType            No_Label
+       CopyStyle       Subsection
+       Category        Unnumbered
+       Margin  Static
+       LatexName       subsection*
+       LabelType       No_Label
+       LabelCounter    ""
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           renderas='sect2'
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
 
-# Subsubsection* style definition
+
 Style Subsubsection*
-  CopyStyle            Subsubsection
-  Margin               Static
-  LatexName            subsubsection*
-  LabelType            No_Label
+       CopyStyle       Subsubsection
+       Category        Unnumbered
+       Margin          Static
+       LatexName       subsubsection*
+       LabelType       No_Label
+       LabelCounter    ""
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           renderas='sect3'
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
 
-# Paragraph* style definition
+
 Style Paragraph*
-  CopyStyle            Paragraph
-  Margin               Static
-  LatexName            paragraph*
-  LabelType            No_Label
+       CopyStyle       Paragraph
+       Category        Unnumbered
+       Margin          Static
+       LatexName       paragraph*
+       LabelType       No_Label
+       LabelCounter    ""
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           renderas='sect4'
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
 
-# Subparagraph* style definition
+
 Style Subparagraph*
-  CopyStyle            Subparagraph
-  Margin               Static
-  LatexName            subparagraph*
-  LabelType            No_Label
+       CopyStyle       Subparagraph
+       Category        Unnumbered
+       Margin          Static
+       LatexName       subparagraph*
+       LabelType       No_Label
+       LabelCounter    ""
+       ResetArgs       1
+       DocBookTag            bridgehead
+       DocBookAttr           renderas='sect5'
+       DocBookSectionTag     NONE
+       DocBookForceAbstractTag NONE
 End
-