]> git.lyx.org Git - lyx.git/blob - lib/layouts/scrclass.inc
f800a5ea9a6a84fb760432ce8913aca7d073cd45
[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 11
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 End
59
60
61 Style Chapter
62         Font
63           Family              Sans
64           Size                Largest
65         EndFont
66 End
67
68
69 Style Section
70         Font
71           Family              Sans
72         EndFont
73 End
74
75
76 Style Subsection
77         Font
78           Family              Sans
79         EndFont
80 End
81
82
83 Style Subsubsection
84         Font
85           Family              Sans
86         EndFont
87 End
88
89
90 Style Paragraph
91         Font
92           Family              Sans
93         EndFont
94 End
95
96
97 Style Subparagraph
98         LeftMargin            ""
99         Font
100           Family              Sans
101         EndFont
102 End
103
104 Input stdstarsections.inc
105
106 Style Addpart
107         CopyStyle             Part*
108         LatexName             addpart
109 End
110
111
112 Style Addchap
113         CopyStyle             Chapter*
114         LatexName             addchap
115 End
116
117
118 Style Addsec
119         CopyStyle             Section*
120         LatexName             addsec
121 End
122
123
124 Style Addchap*
125         CopyStyle             Chapter*
126         LatexName             addchap*
127 End
128
129
130 Style Addsec*
131         CopyStyle             Section*
132         LatexName             addsec*
133 End
134
135
136 Style Minisec
137         LatexType             Command
138         LatexName             minisec
139         NeedProtect           1
140         NextNoIndent          1
141         LabelSep              xxx
142         ParSkip               0.4
143         TopSep                0.4
144         ParSep                0.4
145         AlignPossible         Block, Left
146         Font
147           Family              Sans
148           Series              Bold
149         EndFont
150 End
151
152 Input stdtitle.inc
153
154 Style Title
155         Font
156           Family              Sans
157           Series              Bold
158         EndFont
159 End
160
161
162 Style Author
163         Font
164           Size                Larger
165         EndFont
166 End
167
168
169 Style Date
170         Font
171           Size                Larger
172         EndFont
173 End
174
175
176 Style Subject
177         CopyStyle             Author
178         LatexName             subject
179 End
180
181
182 Style Publishers
183         CopyStyle             Author
184         LatexName             publishers
185 End
186
187
188 Style Dedication
189         CopyStyle             Author
190         LatexName             dedication
191 End
192
193
194 Style Titlehead
195         CopyStyle             Author
196         LatexName             titlehead
197         Align                 Left
198         Font
199           Size                Normal
200         EndFont
201 End
202
203
204 Style Uppertitleback
205         CopyStyle             Titlehead
206         LatexName             uppertitleback
207 End
208
209
210 Style Lowertitleback
211         CopyStyle             Titlehead
212         LatexName             lowertitleback
213 End
214
215
216 Style Extratitle
217         CopyStyle             Titlehead
218         LatexName             extratitle
219 End
220
221 Input stdstruct.inc
222
223 Style Abstract
224         LabelFont
225           Family              Sans
226         EndFont
227 End
228
229
230 Style Bibliography
231         LabelFont
232           Family              Sans
233         EndFont
234 End
235
236 Input stdlayouts.inc
237
238 Style Captionabove
239         Margin                First_Dynamic
240         LatexType             Command
241         LatexName             caption
242         NeedProtect           1
243         LabelSep              xx
244         ParSkip               0.4
245         TopSep                0.5
246         Align                 Center
247         LabelType             Sensitive
248         LabelString           "Senseless!"
249         OptionalArgs          1
250         LabelFont
251           Series              Bold
252         EndFont
253         LatexName            captionabove
254 End
255
256
257 Style Captionbelow
258         Margin                First_Dynamic
259         LatexType             Command
260         LatexName             caption
261         NeedProtect           1
262         LabelSep              xx
263         ParSkip               0.4
264         TopSep                0.5
265         Align                 Center
266         LabelType             Sensitive
267         LabelString           "Senseless!"
268         OptionalArgs          1
269         LabelFont
270           Series              Bold
271         EndFont
272         LatexName            captionbelow
273 End
274
275
276 Style Dictum
277         Margin               Right_Address_Box
278         LatexType            Command
279         LatexName            dictum
280         ParSkip              0.4
281         BottomSep            1.5
282         ParSep               1.5
283         Align                Left
284         OptionalArgs         1
285         Font
286           Size               Normal
287         EndFont
288 End
289
290 Input lyxmacros.inc
291