]> git.lyx.org Git - lyx.git/blob - lib/layouts/scrclass.inc
Update all layouts to format 32.
[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 <milde users.berlios.de>, 2009-02-02
8 # Labeling is now used also in non-KOMA classes
9
10
11 Format 32
12 SecNumDepth             2
13 TocDepth                2
14 DefaultStyle            Standard
15 Provides                subscript 1
16
17 Style Standard
18         LatexName             dummy
19         ParIndent             MM
20         ParSkip               0.4
21         AlignPossible         Block, Left, Right, Center
22         # FIXME This ought to be set dynamically.
23         HTMLStyle
24                 div.standard {
25                         text-indent: 2em;
26                         margin-bottom: 2ex;
27                 }
28         EndHTMLStyle
29 End
30
31 Input stdinsets.inc
32 Input stdlists.inc
33 Input stdcounters.inc
34 Input stdfloats.inc
35
36 Style Description
37         LabelFont
38           Family              Sans
39         EndFont
40 End
41
42 Style Labeling
43         LatexName             labeling
44         # overwrite the preamble code definition
45         Preamble
46         EndPreamble
47 End
48
49 Input stdsections.inc
50
51 Style Part
52         Font
53           Family              Sans
54         EndFont
55         TocLevel 0
56 End
57
58
59 Style Chapter
60         Font
61           Family              Sans
62           Size                Largest
63         EndFont
64         TocLevel 0
65 End
66
67
68 Style Section
69         Font
70           Family              Sans
71         EndFont
72         TocLevel 1
73 End
74
75
76 Style Subsection
77         Font
78           Family              Sans
79         EndFont
80         TocLevel 2
81 End
82
83
84 Style Subsubsection
85         Font
86           Family              Sans
87         EndFont
88         TocLevel 3
89 End
90
91
92 Style Paragraph
93         Font
94           Family              Sans
95         EndFont
96         TocLevel 4
97 End
98
99
100 Style Subparagraph
101         LeftMargin            ""
102         Font
103           Family              Sans
104         EndFont
105         TocLevel 5
106 End
107
108 Input stdstarsections.inc
109
110 Style Addpart
111         CopyStyle             Part*
112         LatexName             addpart
113         OptionalArgs          1
114 End
115
116
117 Style Addchap
118         CopyStyle             Chapter*
119         LatexName             addchap
120         OptionalArgs          1
121 End
122
123
124 Style Addsec
125         CopyStyle             Section*
126         LatexName             addsec
127         OptionalArgs          1
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