]> git.lyx.org Git - features.git/blob - lib/layouts/stdstarsections.inc
Update fr.po
[features.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 95
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 End
26
27
28 Style Chapter*
29         CopyStyle       Chapter
30         Category        Unnumbered
31         Margin          Static
32         LatexName       chapter*
33         LabelType       No_Label
34         LabelCounter    ""
35         ResetArgs       1
36         DocBookTag            bridgehead
37         DocBookAttr           "renderas='other' otherrenderas='chapter'"
38         DocBookSectionTag     NONE
39         DocBookForceAbstractTag NONE
40 End
41
42
43 Style Section*
44         CopyStyle       Section
45         Category        Unnumbered
46         Margin          Static
47         LatexName       section*
48         LabelType       No_Label
49         LabelCounter    ""
50         ResetArgs       1
51         DocBookTag            bridgehead
52         DocBookAttr           renderas='sect1'
53         DocBookSectionTag     NONE
54         DocBookForceAbstractTag NONE
55 End
56
57
58 Style Subsection*
59         CopyStyle       Subsection
60         Category        Unnumbered
61         Margin  Static
62         LatexName       subsection*
63         LabelType       No_Label
64         LabelCounter    ""
65         ResetArgs       1
66         DocBookTag            bridgehead
67         DocBookAttr           renderas='sect2'
68         DocBookSectionTag     NONE
69         DocBookForceAbstractTag NONE
70 End
71
72
73 Style Subsubsection*
74         CopyStyle       Subsubsection
75         Category        Unnumbered
76         Margin          Static
77         LatexName       subsubsection*
78         LabelType       No_Label
79         LabelCounter    ""
80         ResetArgs       1
81         DocBookTag            bridgehead
82         DocBookAttr           renderas='sect3'
83         DocBookSectionTag     NONE
84         DocBookForceAbstractTag NONE
85 End
86
87
88 Style Paragraph*
89         CopyStyle       Paragraph
90         Category        Unnumbered
91         Margin          Static
92         LatexName       paragraph*
93         LabelType       No_Label
94         LabelCounter    ""
95         ResetArgs       1
96         DocBookTag            bridgehead
97         DocBookAttr           renderas='sect4'
98         DocBookSectionTag     NONE
99         DocBookForceAbstractTag NONE
100 End
101
102
103 Style Subparagraph*
104         CopyStyle       Subparagraph
105         Category        Unnumbered
106         Margin          Static
107         LatexName       subparagraph*
108         LabelType       No_Label
109         LabelCounter    ""
110         ResetArgs       1
111         DocBookTag            bridgehead
112         DocBookAttr           renderas='sect5'
113         DocBookSectionTag     NONE
114         DocBookForceAbstractTag NONE
115 End