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