]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdsections.inc
Make continuous spellcheck the default.
[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 93
11
12 Style Part
13         Category              Sectioning
14         Margin                Static
15         LabelString           "Part \thepart"
16         LabelType             Centered
17         TocLevel              -1
18         LabelCounter          part
19         LatexType             Command
20         LatexName             part
21         NeedProtect           1
22         NextNoIndent          1
23         ToggleIndent          Never
24         LabelBottomSep        1
25         ParSkip               0.4
26         TopSep                4
27         BottomSep             4
28         ParSep                0.8
29         Align                 Center
30         Alignpossible         Center
31         Argument 1
32                 LabelString   "Short Title|S"
33                 Tooltip       "The part as it appears in the table of contents/running headers"
34                 InsertCotext  1
35                 IsTocCaption  1
36         EndArgument
37         Font
38           Series              Bold
39           Size                Giant
40         EndFont
41         LabelFont
42           Series              Bold
43           Size                Huge
44         EndFont
45         HTMLTag               h1
46         DocBookTag            title
47         DocBookTagType        paragraph
48         DocBookInInfo         maybe
49         DocBookSectionTag     part
50         DocBookForceAbstractTag partintro
51 End
52
53
54 Style Chapter
55         Margin                Static
56         Category              Sectioning
57         LabelString           "Chapter \thechapter"
58         LabelStringAppendix   "Appendix \thechapter"
59         LabelType             Above
60         LabelCounter          chapter
61         TocLevel              0
62         LatexType             Command
63         LatexName             chapter
64         NeedProtect           1
65         NextNoIndent          1
66         ToggleIndent          Never
67         LabelBottomSep        1
68         ParSkip               0.4
69         TopSep                2
70         BottomSep             0.8
71         ParSep                0.8
72         Align                 Block
73         Argument 1
74                 LabelString   "Short Title|S"
75                 Tooltip       "The chapter as it appears in the table of contents/running headers"
76                 InsertCotext  1
77                 IsTocCaption  1
78         EndArgument
79         Font
80           Series              Bold
81           Size                Giant
82         EndFont
83         LabelFont
84           Series              Bold
85           Size                Huge
86         EndFont
87         HTMLTag               h1
88         DocBookTag            title
89         DocBookTagType        paragraph
90         DocBookInInfo         maybe
91         DocBookSectionTag     chapter
92 End
93
94
95 Style Section
96         Category              Sectioning
97         Margin                Dynamic
98         LabelType             Static
99         LabelCounter          section
100         TocLevel              1
101         LatexType             Command
102         LatexName             section
103         NeedProtect           1
104         NextNoIndent          1
105         ToggleIndent          Never
106         LabelSep              xxx
107         ParSkip               0.4
108         TopSep                1.3
109         BottomSep             0.7
110         ParSep                0.7
111         Align                 Block
112         Argument 1
113                 LabelString   "Short Title|S"
114                 Tooltip       "The section as it appears in the table of contents/running headers"
115                 InsertCotext  1
116                 IsTocCaption  1
117         EndArgument
118         Font
119           Series              Bold
120           Size                Larger
121         EndFont
122         HTMLTag               h2
123         DocBookTag            title
124         DocBookTagType        paragraph
125         DocBookInInfo         maybe
126         DocBookSectionTag     section
127 End
128
129
130 Style Subsection
131         CopyStyle             Section
132         LabelCounter          subsection
133         TocLevel              2
134         LatexName             subsection
135         TopSep                0.9
136         BottomSep             0.5
137         ParSep                0.5
138         Font
139           Series              Bold
140           Size                Large
141         EndFont
142         HTMLTag               h3
143 End
144
145
146 Style Subsubsection
147         CopyStyle             Subsection
148         LabelCounter          subsubsection
149         TocLevel              3
150         LatexName             subsubsection
151         TopSep                0.7
152         BottomSep             0.4
153         Font
154           Series              Bold
155           Size                Normal
156         EndFont
157         HTMLTag               h4
158 End
159
160
161 Style Paragraph
162         CopyStyle             Subsubsection
163         LabelCounter          paragraph
164         TocLevel              4
165         LatexName             paragraph
166         TopSep                0.4
167         BottomSep             0
168         HTMLTag               h5
169 End
170
171
172 Style Subparagraph
173         CopyStyle             Paragraph
174         LabelCounter          subparagraph
175         TocLevel              5
176         LatexName             subparagraph
177         NextNoIndent          0
178         LeftMargin            MM
179         HTMLTag               h6
180 End
181
182 Input stdrefprefix.inc
183 Input numarticle.inc