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