]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdsections.inc
Update layouts to format 25.
[lyx.git] / lib / layouts / stdsections.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 numbered sectionning-related
7 # commands that are useful for article-like document classes, but not
8 # for letters.
9
10 Format 25
11
12 Style Part
13         Category              Section
14         Margin                Dynamic
15         LabelString               "Part \thepart"
16         LabelType                   Counter
17         TocLevel              0
18         LabelCounter            part
19         LatexType             Command
20         LatexName             part
21         NeedProtect           1
22         NextNoIndent          1
23         Labelsep              xxx
24         ParSkip               0.4
25         TopSep                4
26         BottomSep             4
27         ParSep                0.8
28         Align                 Center
29         RefPrefix             part
30         Alignpossible         Center
31         Font
32           Series              Bold
33           Size                Huge
34         EndFont
35         HTMLTag               h1
36 End
37
38
39 Style Chapter
40         Margin                Static
41         Category              Section
42         LabelString               "Chapter \thechapter"
43         LabelStringAppendix   "Appendix \thechapter"
44         LabelType                   Counter
45         LabelCounter            chapter
46         TocLevel              0
47         LatexType             Command
48         LatexName             chapter
49         NeedProtect           1
50         NextNoIndent          1
51         ParSkip               0.4
52         TopSep                4
53         BottomSep             0.8
54         ParSep                0.8
55         Align                 Block
56         OptionalArgs          1
57         RefPrefix             cha
58         Font
59           Series              Bold
60           Size                Huge
61         EndFont
62         HTMLTag               h1
63 End
64
65
66 Style Section
67         Category              Section
68         Margin                Dynamic
69         LabelType                   Counter
70         LabelCounter            section
71         TocLevel              1
72         LatexType             Command
73         LatexName             section
74         NeedProtect           1
75         NextNoIndent          1
76         LabelSep              xxx
77         ParSkip               0.4
78         TopSep                1.3
79         BottomSep             0.7
80         ParSep                0.7
81         Align                 Block
82         OptionalArgs          1
83         RefPrefix             sec
84         Font
85           Series              Bold
86           Size                Larger
87         EndFont
88         HTMLTag               h2
89 End
90
91
92 Style Subsection
93         CopyStyle             Section
94         LabelCounter            subsection
95         TocLevel              2
96         LatexName             subsection
97         TopSep                0.9
98         BottomSep             0.5
99         ParSep                0.5
100         Font
101           Series              Bold
102           Size                Large
103         EndFont
104         RefPrefix             sub
105         HTMLTag               h3
106 End
107
108
109 Style Subsubsection
110         CopyStyle             Subsection
111         LabelCounter            subsubsection
112         TocLevel              3
113         LatexName             subsubsection
114         TopSep                0.7
115         BottomSep             0.4
116         Font
117           Series              Bold
118           Size                Normal
119         EndFont
120         RefPrefix             sub
121         HTMLTag               h4
122 End
123
124
125 Style Paragraph
126         CopyStyle             Subsubsection
127         LabelCounter            paragraph
128         TocLevel              4
129         LatexName             paragraph
130         TopSep                0.4
131         BottomSep             0
132         RefPrefix             par
133 End
134
135
136 Style Subparagraph
137         CopyStyle             Paragraph
138         LabelCounter            subparagraph
139         TocLevel              5
140         LatexName             subparagraph
141         NextNoIndent          0
142         LeftMargin            MM
143         RefPrefix             subp
144 End
145
146 Input numarticle.inc