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