]> git.lyx.org Git - lyx.git/blob - lib/layouts/scrclass.inc
Add fixltx2e module which simply loads fixltx2e.sty.
[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 30
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 End
114
115
116 Style Addchap
117         CopyStyle             Chapter*
118         LatexName             addchap
119 End
120
121
122 Style Addsec
123         CopyStyle             Section*
124         LatexName             addsec
125 End
126
127
128 Style Addchap*
129         CopyStyle             Chapter*
130         LatexName             addchap*
131 End
132
133
134 Style Addsec*
135         CopyStyle             Section*
136         LatexName             addsec*
137 End
138
139
140 Style Minisec
141         LatexType             Command
142         LatexName             minisec
143         NeedProtect           1
144         NextNoIndent          1
145         LabelSep              xxx
146         ParSkip               0.4
147         TopSep                0.4
148         ParSep                0.4
149         AlignPossible         Block, Left
150         Font
151           Family              Sans
152           Series              Bold
153         EndFont
154 End
155
156 Input stdtitle.inc
157
158 Style Title
159         Font
160           Family              Sans
161           Series              Bold
162         EndFont
163 End
164
165 Style Subtitle
166         CopyStyle             Title
167         LatexName             subtitle
168         Font
169           Size                Large
170         EndFont
171 End
172
173
174 Style Author
175         Font
176           Size                Larger
177         EndFont
178 End
179
180
181 Style Date
182         Font
183           Size                Larger
184         EndFont
185 End
186
187
188 Style Subject
189         CopyStyle             Author
190         LatexName             subject
191 End
192
193
194 Style Publishers
195         CopyStyle             Author
196         LatexName             publishers
197 End
198
199
200 Style Dedication
201         CopyStyle             Author
202         LatexName             dedication
203 End
204
205
206 Style Titlehead
207         CopyStyle             Author
208         LatexName             titlehead
209         Align                 Left
210         Font
211           Size                Normal
212         EndFont
213 End
214
215
216 Style Uppertitleback
217         CopyStyle             Titlehead
218         LatexName             uppertitleback
219 End
220
221
222 Style Lowertitleback
223         CopyStyle             Titlehead
224         LatexName             lowertitleback
225 End
226
227
228 Style Extratitle
229         CopyStyle             Titlehead
230         LatexName             extratitle
231 End
232
233 Input stdstruct.inc
234
235 Style Abstract
236         LabelFont
237           Family              Sans
238         EndFont
239 End
240
241
242 Style Bibliography
243         LabelFont
244           Family              Sans
245         EndFont
246 End
247
248 Input stdlayouts.inc
249
250 Style Captionabove
251         Margin                First_Dynamic
252         LatexType             Command
253         LatexName             caption
254         NeedProtect           1
255         LabelSep              xx
256         ParSkip               0.4
257         TopSep                0.5
258         Align                 Center
259         LabelType             Sensitive
260         LabelString           "Senseless!"
261         OptionalArgs          1
262         LabelFont
263           Series              Bold
264         EndFont
265         LatexName            captionabove
266 End
267
268
269 Style Captionbelow
270         Margin                First_Dynamic
271         LatexType             Command
272         LatexName             caption
273         NeedProtect           1
274         LabelSep              xx
275         ParSkip               0.4
276         TopSep                0.5
277         Align                 Center
278         LabelType             Sensitive
279         LabelString           "Senseless!"
280         OptionalArgs          1
281         LabelFont
282           Series              Bold
283         EndFont
284         LatexName            captionbelow
285 End
286
287
288 Style Dictum
289         Margin               Right_Address_Box
290         LatexType            Command
291         LatexName            dictum
292         ParSkip              0.4
293         BottomSep            1.5
294         ParSep               1.5
295         Align                Left
296         OptionalArgs         1
297         Font
298           Size               Normal
299         EndFont
300 End
301
302 Input lyxmacros.inc
303