]> git.lyx.org Git - lyx.git/blob - lib/layouts/scrclass.inc
* scrclass.inc: add support for \subtitle.
[lyx.git] / lib / layouts / scrclass.inc
1 # KOMA script textclass definition file.
2 # Base definitions for the KOMA script layouts.
3 # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/23.
4 # Update for Koma Script Release >=2.8q
5 # Juergen Spitzmueller <j.spitzmueller@gmx.de>, 2003/2/08.
6 # Mapped List to Labeling
7 # Guenter Milde <g.milde web.de>
8
9
10 Format 27
11 SecNumDepth             2
12 TocDepth                2
13 DefaultStyle            Standard
14
15 Style Standard
16         LatexName             dummy
17         ParIndent             MM
18         ParSkip               0.4
19         AlignPossible         Block, Left, Right, Center
20         # FIXME This ought to be set dynamically.
21         HTMLStyle
22                 div.standard {
23                         text-indent: 2em;
24                         margin-bottom: 2ex;
25                 }
26         EndHTMLStyle
27 End
28
29 Input stdinsets.inc
30 Input stdlists.inc
31 Input stdcounters.inc
32 Input stdfloats.inc
33
34 Style Description
35         LabelFont
36           Family              Sans
37         EndFont
38 End
39
40 Style Labeling
41         CopyStyle             List
42         LatexName             labeling
43         # overwrite the preamble code definition
44         Preamble
45         EndPreamble
46 End
47
48 Style List
49         Obsoletedby           Labeling
50 End
51
52 Input stdsections.inc
53
54 Style Part
55         Font
56           Family              Sans
57         EndFont
58         TocLevel 0
59 End
60
61
62 Style Chapter
63         Font
64           Family              Sans
65           Size                Largest
66         EndFont
67         TocLevel 0
68 End
69
70
71 Style Section
72         Font
73           Family              Sans
74         EndFont
75         TocLevel 1
76 End
77
78
79 Style Subsection
80         Font
81           Family              Sans
82         EndFont
83         TocLevel 2
84 End
85
86
87 Style Subsubsection
88         Font
89           Family              Sans
90         EndFont
91         TocLevel 3
92 End
93
94
95 Style Paragraph
96         Font
97           Family              Sans
98         EndFont
99         TocLevel 4
100 End
101
102
103 Style Subparagraph
104         LeftMargin            ""
105         Font
106           Family              Sans
107         EndFont
108         TocLevel 5
109 End
110
111 Input stdstarsections.inc
112
113 Style Addpart
114         CopyStyle             Part*
115         LatexName             addpart
116 End
117
118
119 Style Addchap
120         CopyStyle             Chapter*
121         LatexName             addchap
122 End
123
124
125 Style Addsec
126         CopyStyle             Section*
127         LatexName             addsec
128 End
129
130
131 Style Addchap*
132         CopyStyle             Chapter*
133         LatexName             addchap*
134 End
135
136
137 Style Addsec*
138         CopyStyle             Section*
139         LatexName             addsec*
140 End
141
142
143 Style Minisec
144         LatexType             Command
145         LatexName             minisec
146         NeedProtect           1
147         NextNoIndent          1
148         LabelSep              xxx
149         ParSkip               0.4
150         TopSep                0.4
151         ParSep                0.4
152         AlignPossible         Block, Left
153         Font
154           Family              Sans
155           Series              Bold
156         EndFont
157 End
158
159 Input stdtitle.inc
160
161 Style Title
162         Font
163           Family              Sans
164           Series              Bold
165         EndFont
166 End
167
168 Style Subtitle
169         CopyStyle             Title
170         LatexName             subtitle
171         Font
172           Size                Large
173         EndFont
174 End
175
176
177 Style Author
178         Font
179           Size                Larger
180         EndFont
181 End
182
183
184 Style Date
185         Font
186           Size                Larger
187         EndFont
188 End
189
190
191 Style Subject
192         CopyStyle             Author
193         LatexName             subject
194 End
195
196
197 Style Publishers
198         CopyStyle             Author
199         LatexName             publishers
200 End
201
202
203 Style Dedication
204         CopyStyle             Author
205         LatexName             dedication
206 End
207
208
209 Style Titlehead
210         CopyStyle             Author
211         LatexName             titlehead
212         Align                 Left
213         Font
214           Size                Normal
215         EndFont
216 End
217
218
219 Style Uppertitleback
220         CopyStyle             Titlehead
221         LatexName             uppertitleback
222 End
223
224
225 Style Lowertitleback
226         CopyStyle             Titlehead
227         LatexName             lowertitleback
228 End
229
230
231 Style Extratitle
232         CopyStyle             Titlehead
233         LatexName             extratitle
234 End
235
236 Input stdstruct.inc
237
238 Style Abstract
239         LabelFont
240           Family              Sans
241         EndFont
242 End
243
244
245 Style Bibliography
246         LabelFont
247           Family              Sans
248         EndFont
249 End
250
251 Input stdlayouts.inc
252
253 Style Captionabove
254         Margin                First_Dynamic
255         LatexType             Command
256         LatexName             caption
257         NeedProtect           1
258         LabelSep              xx
259         ParSkip               0.4
260         TopSep                0.5
261         Align                 Center
262         LabelType             Sensitive
263         LabelString           "Senseless!"
264         OptionalArgs          1
265         LabelFont
266           Series              Bold
267         EndFont
268         LatexName            captionabove
269 End
270
271
272 Style Captionbelow
273         Margin                First_Dynamic
274         LatexType             Command
275         LatexName             caption
276         NeedProtect           1
277         LabelSep              xx
278         ParSkip               0.4
279         TopSep                0.5
280         Align                 Center
281         LabelType             Sensitive
282         LabelString           "Senseless!"
283         OptionalArgs          1
284         LabelFont
285           Series              Bold
286         EndFont
287         LatexName            captionbelow
288 End
289
290
291 Style Dictum
292         Margin               Right_Address_Box
293         LatexType            Command
294         LatexName            dictum
295         ParSkip              0.4
296         BottomSep            1.5
297         ParSep               1.5
298         Align                Left
299         OptionalArgs         1
300         Font
301           Size               Normal
302         EndFont
303 End
304
305 Input lyxmacros.inc
306