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