]> git.lyx.org Git - lyx.git/blob - lib/layouts/scrclass.inc
Paragraph ndentation doesn't work well after quotations and the like.
[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 19
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
169 Style Author
170         Font
171           Size                Larger
172         EndFont
173 End
174
175
176 Style Date
177         Font
178           Size                Larger
179         EndFont
180 End
181
182
183 Style Subject
184         CopyStyle             Author
185         LatexName             subject
186 End
187
188
189 Style Publishers
190         CopyStyle             Author
191         LatexName             publishers
192 End
193
194
195 Style Dedication
196         CopyStyle             Author
197         LatexName             dedication
198 End
199
200
201 Style Titlehead
202         CopyStyle             Author
203         LatexName             titlehead
204         Align                 Left
205         Font
206           Size                Normal
207         EndFont
208 End
209
210
211 Style Uppertitleback
212         CopyStyle             Titlehead
213         LatexName             uppertitleback
214 End
215
216
217 Style Lowertitleback
218         CopyStyle             Titlehead
219         LatexName             lowertitleback
220 End
221
222
223 Style Extratitle
224         CopyStyle             Titlehead
225         LatexName             extratitle
226 End
227
228 Input stdstruct.inc
229
230 Style Abstract
231         LabelFont
232           Family              Sans
233         EndFont
234 End
235
236
237 Style Bibliography
238         LabelFont
239           Family              Sans
240         EndFont
241 End
242
243 Input stdlayouts.inc
244
245 Style Captionabove
246         Margin                First_Dynamic
247         LatexType             Command
248         LatexName             caption
249         NeedProtect           1
250         LabelSep              xx
251         ParSkip               0.4
252         TopSep                0.5
253         Align                 Center
254         LabelType             Sensitive
255         LabelString           "Senseless!"
256         OptionalArgs          1
257         LabelFont
258           Series              Bold
259         EndFont
260         LatexName            captionabove
261 End
262
263
264 Style Captionbelow
265         Margin                First_Dynamic
266         LatexType             Command
267         LatexName             caption
268         NeedProtect           1
269         LabelSep              xx
270         ParSkip               0.4
271         TopSep                0.5
272         Align                 Center
273         LabelType             Sensitive
274         LabelString           "Senseless!"
275         OptionalArgs          1
276         LabelFont
277           Series              Bold
278         EndFont
279         LatexName            captionbelow
280 End
281
282
283 Style Dictum
284         Margin               Right_Address_Box
285         LatexType            Command
286         LatexName            dictum
287         ParSkip              0.4
288         BottomSep            1.5
289         ParSep               1.5
290         Align                Left
291         OptionalArgs         1
292         Font
293           Size               Normal
294         EndFont
295 End
296
297 Input lyxmacros.inc
298