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