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