]> git.lyx.org Git - lyx.git/blob - lib/layouts/scrclass.inc
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[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 5
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         AlignPossible         Left
192         Font
193           Size                Normal
194         EndFont
195 End
196
197
198 Style Uppertitleback
199         CopyStyle             Titlehead
200         LatexName             uppertitleback
201 End
202
203
204 Style Lowertitleback
205         CopyStyle             Titlehead
206         LatexName             lowertitleback
207 End
208
209
210 Style Extratitle
211         CopyStyle             Titlehead
212         LatexName             extratitle
213 End
214
215 Input stdstruct.inc
216
217 Style Abstract
218         LabelFont
219           Family              Sans
220         EndFont
221 End
222
223
224 Style Bibliography
225         LabelFont
226           Family              Sans
227         EndFont
228 End
229
230 Input stdlayouts.inc
231
232 Style Captionabove
233         Margin                First_Dynamic
234         LatexType             Command
235         LatexName             caption
236         NeedProtect           1
237         LabelSep              xx
238         ParSkip               0.4
239         TopSep                0.5
240         Align                 Center
241         AlignPossible         Center
242         LabelType             Sensitive
243         LabelString           "Senseless!"
244         OptionalArgs          1
245         LabelFont
246           Series              Bold
247         EndFont
248         LatexName            captionabove
249 End
250
251
252 Style Captionbelow
253         Margin                First_Dynamic
254         LatexType             Command
255         LatexName             caption
256         NeedProtect           1
257         LabelSep              xx
258         ParSkip               0.4
259         TopSep                0.5
260         Align                 Center
261         AlignPossible         Center
262         LabelType             Sensitive
263         LabelString           "Senseless!"
264         OptionalArgs          1
265         LabelFont
266           Series              Bold
267         EndFont
268         LatexName            captionbelow
269 End
270
271
272 Style Dictum
273         Margin               Right_Address_Box
274         LatexType            Command
275         LatexName            dictum
276         ParSkip              0.4
277         BottomSep            1.5
278         ParSep               1.5
279         Align                Left
280         AlignPossible        Left
281         OptionalArgs         1
282         Font
283           Size               Normal
284         EndFont
285 End
286
287 Input lyxmacros.inc
288