]> git.lyx.org Git - features.git/blob - lib/layouts/kluwer.layout
Change name and email in some other files
[features.git] / lib / layouts / kluwer.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[kluwer]{Kluwer}
3 #  \DeclareCategory{Articles}
4 # Textclass definition file for kluwer.cls
5 # For Kluwer Academic publications:
6 # Astrophysics & Space Science, Solar Physics, etc.
7 #
8 # Panayotis "PAP" Papasotiriou <papasot@physics.upatras.gr>
9 # (based on the first version kindly offered by
10 # Peter "Pit" Sütterlin <P.Suetterlin@astro.uu.nl>)
11 #
12 # 2001-06-15  First version from scratch (due to "Pit").
13 # 2001-09-09  Enhanced version (due to "PAP").
14 #             Need of ERT is considerably minimized.
15 # 2003-03-03  Updated for lyx 1.3.0.
16
17
18 Format 89
19 Columns                 1
20 Sides                   2
21 SecNumDepth             4
22 PageStyle               Plain
23
24
25 DefaultFont
26         Family                Roman
27         Series                Medium
28         Shape                 Up
29         Size                  Normal
30         Color                 None
31 EndFont
32
33
34 Style Standard
35         Category              MainText
36         Margin                Static
37         LatexType             Paragraph
38         LatexName             dummy
39         ParIndent             MM
40         ParSkip               0.4
41         Align                 Block
42         AlignPossible         Block, Left, Right, Center
43         LabelType             No_Label
44         DocBookTag            para
45 End
46
47
48 Input stdcounters.inc
49 Input stdfloats.inc
50 Input stdinsets.inc
51 Input stdsections.inc
52 Input stdstruct.inc
53 Input stdlists.inc
54 Input stdlayouts.inc
55
56 NoStyle Chapter
57 NoCounter chapter
58 NoStyle Part
59 NoCounter part
60 NoStyle Verse
61
62
63 Style Section
64         Align                 Center
65         Font
66           Size                Large
67         EndFont
68         TocLevel 1
69 End
70
71
72 Style Subsection
73         Font
74           Series              Medium
75           Size                Normal
76           Shape               SmallCaps
77         EndFont
78         TocLevel 2
79 End
80
81
82 Style Subsubsection
83         Font
84           Series              Medium
85           Size                Normal
86           Shape               Italic
87         EndFont
88         TocLevel 3
89 End
90
91
92 Style Paragraph
93         Font
94           Series              Medium
95           Size                Normal
96           Shape               Italic
97         EndFont
98         TocLevel 4
99 End
100
101
102 Style Subparagraph
103         LeftMargin            ""
104         NextNoIndent          1
105         Font
106           Series              Medium
107           Size                Normal
108           Shape               Italic
109         EndFont
110         TocLevel 5
111 End
112
113
114 Style Title
115         Category              FrontMatter
116         Margin                Static
117         LatexType             Command
118         LatexName             title
119         ParSkip               0.4
120         ItemSep               0
121         TopSep                0
122         BottomSep             0
123         ParSep                1
124         Align                 Left
125         LabelType             No_Label
126         Font
127           Size                Largest
128         EndFont
129         HTMLTitle             true
130         DocBookTag            title
131         DocBookTagType        paragraph
132         DocBookInInfo         maybe
133 End
134
135
136 Style Subtitle
137         Margin                Static
138         LatexType             Command
139         LatexName             subtitle
140         NextNoIndent          1
141         ParSkip               0.4
142         ItemSep               0
143         TopSep                0.2
144         BottomSep             1.3
145         ParSep                1
146         Align                 Left
147         LabelType             No_Label
148         Font
149           Family              Roman
150           Size                Larger
151           Shape               Italic
152         EndFont
153         DocBookTag            subtitle
154         DocBookTagType        paragraph
155         DocBookInInfo         maybe
156 End
157
158
159 Style Date
160         Margin                Dynamic
161         LatexType             Command
162         LatexName             date
163         ParSkip               0.4
164         TopSep                1
165         BottomSep             0.5
166         ParSep                1
167         Align                 Left
168         LabelType             No_Label
169         Font
170           Size                Large
171         EndFont
172         DocBookTag            date
173         DocBookTagType        paragraph
174         DocBookInInfo         always
175 End
176
177
178 Style Author
179         Category              FrontMatter
180         Margin                Static
181         LatexType             Command
182         LatexName             author
183         ParSkip               0.4
184         TopSep                1
185         BottomSep             0
186         ParSep                0
187         Align                 Left
188         LabelType             No_Label
189         Font
190           Size                Normal
191           Series              Bold
192         EndFont
193         DocBookTag            personname
194         DocBookTagType        paragraph
195         DocBookWrapperTag     author
196         DocBookWrapperTagType inline
197         DocBookInInfo         always
198 End
199
200
201 Style Address
202         Margin                Static
203         LatexType             Command
204         LatexName             institute
205         ParSkip               0.4
206         TopSep                0.2
207         BottomSep             0
208         Align                 Left
209         LabelType             No_Label
210         Font
211           Size                normal
212           Shape               Italic
213         EndFont
214         DocBookTag            address
215         DocBookTagType        block
216         DocBookWrapperTag     author
217         DocBookWrapperTagType inline
218         DocBookWrapperMergeWithPrevious  true
219         DocBookInInfo         always
220 End
221
222
223 Style AddressForOffprints
224         LatexType             Environment
225         LatexName             ao
226         NextNoIndent          1
227         Margin                First_Dynamic
228         Align                 Block
229         TopSep                1
230         LabelType             Static
231         LabelString           "Address for Offprints:"
232         LabelSep              M
233         LabelFont
234           Size                Small
235           Shape               Italic
236           Color               Red
237         EndFont
238         DocBookTag            address
239         DocBookAttr           role='offprints'
240         DocBookTagType        block
241 End
242
243
244 Style RunningTitle
245         LatexType             Command
246         LatexName             runningtitle
247         NextNoIndent          1
248         Margin                Dynamic
249         Align                 Left
250         TopSep                1
251         LabelType             Static
252         LabelString           "Running title:"
253         LabelSep              M
254         Font
255           Size                Small
256           Series              Bold
257         EndFont
258         LabelFont
259           Series              Medium
260           Shape               Italic
261           Color               Red
262         EndFont
263         DocBookTag            titleabbrev
264         DocBookTagType        paragraph
265         DocBookInInfo         maybe
266 End
267
268
269 Style RunningAuthor
270         Margin                Dynamic
271         LatexType             Command
272         LatexName             runningauthor
273         NextNoIndent          1
274         Align                 Left
275         LabelType             Static
276         LabelString           "Running author:"
277         LabelSep              M
278         Font
279           Size                Small
280           Series              Bold
281         EndFont
282         LabelFont
283           Series              Medium
284           Shape               Italic
285           Color               Red
286         EndFont
287         DocBookTag            authorinitials
288         DocBookAttr           role='running-author'
289         DocBookTagType        paragraph
290         DocBookInInfo         always
291 End
292
293
294 Style Abstract
295         Margin                First_Dynamic
296         LatexType             Environment
297         LatexName             abstract
298         NextNoIndent          1
299         ParIndent             MM
300         ItemSep               0
301         TopSep                1
302         BottomSep             1
303         ParSep                0
304         Align                 Block
305         LabelType             Static
306         LabelString           "Abstract."
307         LabelSep              M
308         Font
309           Size                Small
310         EndFont
311         LabelFont
312           Series              Bold
313         EndFont
314 End
315
316
317 Style Keywords
318         Margin                First_Dynamic
319         LatexType             Command
320         LatexName             keywords
321         NextNoIndent          1
322         Align                 Left
323         LabelType             Static
324         LabelString           "Keywords:"
325         LabelSep              M
326         Font
327           Size                Small
328         EndFont
329         LabelFont
330           Series              Bold
331           Size                Small
332         EndFont
333         DocBookTag            keyword
334         DocBookTagType        paragraph
335         DocBookWrapperTag     keywordset
336         DocBookInInfo         always
337 End
338
339
340 Style Acknowledgements
341         Category              BackMatter
342         Margin                Static
343         LatexType             Environment
344         LatexName             acknowledgements
345         NextNoIndent          1
346         ItemSep               0
347         TopSep                1
348         BottomSep             1
349         ParSep                0
350         Align                 Block
351         LabelType             Centered
352         LabelString           "Acknowledgements"
353         LabelBottomSep        0.5
354         LabelFont
355           Series              Bold
356           Size                Large
357         EndFont
358         DocBookTag            para
359         DocBookWrapperTag     acknowledgements
360 End
361
362
363 Style Appendix
364         Margin                Static
365         LatexType             Command
366         LatexName             appendix
367         KeepEmpty             1
368         ParSkip               0.4
369         ItemSep               0
370         TopSep                0
371         BottomSep             0
372         ParSep                1
373 #  Align                 Block
374 #  AlignPossible         Block, Left, Right, Center
375         LabelType             Centered
376         LabelString           "Appendix"
377         Font
378           Series              Bold
379           Size                Large
380         EndFont
381 End
382
383
384 Style References
385         Margin                First_Dynamic
386         LatexType             Bib_Environment
387         LatexName             thebibliography
388         NextNoIndent          1
389         ToggleIndent          Never
390         LeftMargin            MM
391         ParSkip               0.4
392         ItemSep               0
393         TopSep                0.7
394         BottomSep             0.7
395         ParSep                0.5
396         LabelType             Bibliography
397         LabelString           "References"
398         LabelBottomSep        0.7
399         Align                 Block
400         AlignPossible         Block, Left, Right, Center
401         LabelFont
402           Family              Roman
403           Size                Normal
404           Series              Bold
405         EndFont
406         TocLevel              1
407         IsTocCaption          0
408         Argument listpreamble:1
409           LabelString    "Bib preamble"
410           MenuString     "Bibliography Preamble"
411           Tooltip        "LaTeX code to be inserted before the first bibliography item"
412           PassThru       1
413           Font
414             Family typewriter
415             Color latex
416           EndFont
417         EndArgument
418 End