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