]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstarsections.inc
de.po
[lyx.git] / lib / layouts / stdstarsections.inc
1 # Standard textclass definition file. Taken from initial LyX source code
2 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
3 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
4 # Heavily modifed and enhanced by several developers.
5
6 # This include files contains all non numbered versions of the
7 # sectioning-related commands that are useful for article-like
8 # document classes, but not for letters. It should be Input after
9 # modifying the style of the regular sectioning layouts.
10
11
12 Format 104
13 Style Part*
14         CopyStyle       Part
15         Category        Unnumbered
16         Margin          Static
17         LatexName       part*
18         LabelType       No_Label
19         LabelCounter    ""
20         ResetArgs       1
21         DocBookTag            bridgehead
22         DocBookAttr           "renderas='other' otherrenderas='part'"
23         DocBookSectionTag     NONE
24         DocBookForceAbstractTag NONE
25         HTMLInToc       0
26 End
27
28
29 Style Chapter*
30         CopyStyle       Chapter
31         Category        Unnumbered
32         Margin          Static
33         LatexName       chapter*
34         LabelType       No_Label
35         LabelCounter    ""
36         ResetArgs       1
37         DocBookTag            bridgehead
38         DocBookAttr           "renderas='other' otherrenderas='chapter'"
39         DocBookSectionTag     NONE
40         DocBookForceAbstractTag NONE
41         HTMLInToc       0
42 End
43
44
45 Style Section*
46         CopyStyle       Section
47         Category        Unnumbered
48         Margin          Static
49         LatexName       section*
50         LabelType       No_Label
51         LabelCounter    ""
52         ResetArgs       1
53         DocBookTag            bridgehead
54         DocBookAttr           renderas='sect1'
55         DocBookSectionTag     NONE
56         DocBookForceAbstractTag NONE
57         HTMLInToc       0
58 End
59
60
61 Style Subsection*
62         CopyStyle       Subsection
63         Category        Unnumbered
64         Margin  Static
65         LatexName       subsection*
66         LabelType       No_Label
67         LabelCounter    ""
68         ResetArgs       1
69         DocBookTag            bridgehead
70         DocBookAttr           renderas='sect2'
71         DocBookSectionTag     NONE
72         DocBookForceAbstractTag NONE
73         HTMLInToc       0
74 End
75
76
77 Style Subsubsection*
78         CopyStyle       Subsubsection
79         Category        Unnumbered
80         Margin          Static
81         LatexName       subsubsection*
82         LabelType       No_Label
83         LabelCounter    ""
84         ResetArgs       1
85         DocBookTag            bridgehead
86         DocBookAttr           renderas='sect3'
87         DocBookSectionTag     NONE
88         DocBookForceAbstractTag NONE
89         HTMLInToc       0
90 End
91
92
93 Style Paragraph*
94         CopyStyle       Paragraph
95         Category        Unnumbered
96         Margin          Static
97         LatexName       paragraph*
98         LabelType       No_Label
99         LabelCounter    ""
100         ResetArgs       1
101         DocBookTag            bridgehead
102         DocBookAttr           renderas='sect4'
103         DocBookSectionTag     NONE
104         DocBookForceAbstractTag NONE
105         HTMLInToc       0
106 End
107
108
109 Style Subparagraph*
110         CopyStyle       Subparagraph
111         Category        Unnumbered
112         Margin          Static
113         LatexName       subparagraph*
114         LabelType       No_Label
115         LabelCounter    ""
116         ResetArgs       1
117         DocBookTag            bridgehead
118         DocBookAttr           renderas='sect5'
119         DocBookSectionTag     NONE
120         DocBookForceAbstractTag NONE
121         HTMLInToc       0
122 End