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