]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdsections.inc
Typos
[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 file contains all numbered sectionning-related
7 # commands that are useful for article-like document classes, but not
8 # for letters.
9
10 Format 36
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         Alignpossible         Center
30         OptionalArgs          1
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         Font
58           Series              Bold
59           Size                Huge
60         EndFont
61         HTMLTag               h1
62 End
63
64
65 Style Section
66         Category              Section
67         Margin                Dynamic
68         LabelType             Counter
69         LabelCounter          section
70         TocLevel              1
71         LatexType             Command
72         LatexName             section
73         NeedProtect           1
74         NextNoIndent          1
75         LabelSep              xxx
76         ParSkip               0.4
77         TopSep                1.3
78         BottomSep             0.7
79         ParSep                0.7
80         Align                 Block
81         OptionalArgs          1
82         Font
83           Series              Bold
84           Size                Larger
85         EndFont
86         HTMLTag               h2
87 End
88
89
90 Style Subsection
91         CopyStyle             Section
92         LabelCounter          subsection
93         TocLevel              2
94         LatexName             subsection
95         TopSep                0.9
96         BottomSep             0.5
97         ParSep                0.5
98         Font
99           Series              Bold
100           Size                Large
101         EndFont
102         HTMLTag               h3
103 End
104
105
106 Style Subsubsection
107         CopyStyle             Subsection
108         LabelCounter          subsubsection
109         TocLevel              3
110         LatexName             subsubsection
111         TopSep                0.7
112         BottomSep             0.4
113         Font
114           Series              Bold
115           Size                Normal
116         EndFont
117         HTMLTag               h4
118 End
119
120
121 Style Paragraph
122         CopyStyle             Subsubsection
123         LabelCounter          paragraph
124         TocLevel              4
125         LatexName             paragraph
126         TopSep                0.4
127         BottomSep             0
128 End
129
130
131 Style Subparagraph
132         CopyStyle             Paragraph
133         LabelCounter          subparagraph
134         TocLevel              5
135         LatexName             subparagraph
136         NextNoIndent          0
137         LeftMargin            MM
138 End
139
140 Input stdrefprefix.inc
141 Input numarticle.inc