]> git.lyx.org Git - lyx.git/blob - lib/layouts/kluwer.layout
fa0b3e8060bd9ee7bacf24fd6a6bc0530709c00a
[lyx.git] / lib / layouts / kluwer.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[kluwer]{article (Kluwer)}
3 # Textclass definition file for kluwer.cls
4 # For Kluwer Academic publications:
5 # Astrophysics & Space Science, Solar Physics, etc.
6
7 # Panayotis "PAP" Papasotiriou <papasot@physics.upatras.gr>
8 # (based on the first version kindly offered by
9 # Peter "Pit" Sütterlin <P.Suetterlin@astro.uu.nl>)
10 #
11 # 2001-06-15  First version from scratch (due to "Pit").
12 # 2001-09-09  Enhanced version (due to "PAP").
13 #             Need of ERT is considerably minimized.
14
15 # General textclass parameters
16 Columns                 1
17 Sides                   2
18 MaxCounter              Counter_Section
19 SecNumDepth             4
20 TocDepth                0
21 PageStyle               Plain
22
23 DefaultFont
24   Family                Roman
25   Series                Medium
26   Shape                 Up
27   Size                  Normal
28   Color                 None
29 EndFont
30
31 Preamble
32 EndPreamble
33
34 # Standard style definition
35 Style Standard
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 End
45
46 Input stdsections.inc
47 NoStyle Chapter
48 NoStyle Part
49 Input stdlists.inc
50
51 # Section style definition
52 Style Section
53   Align                 Center
54   AlignPossible         Center
55   Font 
56     Size                Large
57   EndFont
58 End
59
60 # Subsection style definition
61 Style Subsection
62   Font 
63     Series              Medium
64     Size                Normal
65     Shape               SmallCaps
66   EndFont
67 End
68
69 # Subsubection style definition
70 Style Subsubsection
71   Font 
72     Series              Medium
73     Size                Normal
74     Shape               Italic
75   EndFont
76 End
77
78 # Paragraph style definition
79 Style Paragraph
80   Font 
81     Series              Medium
82     Size                Normal
83     Shape               Italic
84   EndFont
85 End
86
87 # Subparagraph style definition
88 Style Subparagraph
89   LeftMargin            ""
90   NextNoIndent          1
91   Font 
92     Series              Medium
93     Size                Normal
94     Shape               Italic
95   EndFont
96 End
97
98 Input stdlayouts.inc
99 NoStyle Verse
100
101 # Title style definition
102 Style Title
103   Margin                Static
104   LatexType             Command
105   LatexName             title
106   ParSkip               0.4
107   ItemSep               0
108   TopSep                0
109   BottomSep             0
110   ParSep                1
111   Align                 Left
112   AlignPossible         Left
113   LabelType             No_Label
114   Font 
115     Size                Largest
116   EndFont
117 End
118
119 # Subtitle style definition
120 Style Subtitle
121   Margin                Static
122   LatexType             Command
123   LatexName             subtitle
124   NextNoIndent          1
125   ParSkip               0.4
126   ItemSep               0
127   TopSep                0.2
128   BottomSep             1.3
129   ParSep                1
130   Align                 Left
131   AlignPossible         Left
132   LabelType             No_Label
133   Font 
134     Family              Roman
135     Size                Larger
136     Shape               Italic
137   EndFont
138 End
139
140 # Date style definition
141 Style Date
142   Margin                Dynamic
143   LatexType             Command
144   LatexName             date
145   ParSkip               0.4
146   TopSep                1
147   BottomSep             0.5
148   ParSep                1
149   Align                 Left
150   AlignPossible         Left
151   LabelType             No_Label
152   Font 
153     Size                Large
154   EndFont
155 End
156
157 # Author style definition
158 Style Author
159   Margin                Static
160   LatexType             Command
161   LatexName             author
162   ParSkip               0.4
163   TopSep                1
164   BottomSep             0
165   ParSep                0
166   Align                 Left
167   AlignPossible         Left
168   LabelType             No_Label
169   Font 
170     Size                Normal
171     Series              Bold
172   EndFont
173 End
174
175 # Address style definition
176 Style Address
177   Margin                Static
178   LatexType             Command
179   LatexName             institute
180   ParSkip               0.4
181   TopSep                0.2
182   BottomSep             0
183   Align                 Left
184   LabelType             No_Label
185   Font 
186     Size                normal
187     Shape               Italic
188   EndFont
189 End
190
191 # AddressForOffprints style definition
192 Style AddressForOffprints
193   LatexType             Environment
194   LatexName             ao
195   NextNoIndent          1
196   Margin                First_Dynamic
197   Align                 Block
198   AlignPossible         Block
199   TopSep                1
200   LabelType             Static
201   LabelString           "Address for Offprints:"
202   LabelSep              M
203   LabelFont 
204     Size                Small
205     Shape               Italic
206     Color               Red
207   EndFont
208 End
209
210 # RunningTitle style definition
211 Style RunningTitle
212   LatexType             Command
213   LatexName             runningtitle
214   NextNoIndent          1
215   Margin                Dynamic
216   Align                 Left
217   AlignPossible         Left
218   TopSep                1
219   LabelType             Static
220   LabelString           "Running title:"
221   LabelSep              M
222   Font 
223     Size                Small
224     Series              Bold
225   EndFont
226   LabelFont 
227     Series              Medium
228     Shape               Italic
229     Color               Red
230   EndFont
231 End 
232
233 # RunningAuthor style definition
234 Style RunningAuthor
235   Margin                Dynamic
236   LatexType             Command
237   LatexName             runningauthor
238   NextNoIndent          1
239   Align                 Left
240   AlignPossible         Left
241   LabelType             Static
242   LabelString           "Running author:"
243   LabelSep              M
244   Font 
245     Size                Small
246     Series              Bold
247   EndFont
248   LabelFont 
249     Series              Medium
250     Shape               Italic
251     Color               Red
252   EndFont
253 End 
254
255 # Abstract style definition
256 Style Abstract 
257   Margin                First_Dynamic
258   LatexType             Environment
259   LatexName             abstract
260   NextNoIndent          1
261   ParIndent             MM
262   ItemSep               0
263   TopSep                1
264   BottomSep             1
265   ParSep                0
266   Align                 Block
267   AlignPossible         Block
268   LabelType             Static
269   LabelString           Abstract.
270   LabelSep              M
271   Font 
272     Size                Small
273   EndFont
274   LabelFont 
275     Series              Bold
276   EndFont
277 End 
278
279 # Keywords style definition
280 Style Keywords
281   Margin                First_Dynamic
282   LatexType             Command
283   LatexName             keywords
284   NextNoIndent          1
285   Align                 Left
286   AlignPossible         Left
287   LabelType             Static
288   LabelString           "Keywords:"
289   LabelSep              M
290   Font 
291     Size                Small
292   EndFont
293   LabelFont 
294     Series              Bold
295     Size                Small
296   EndFont
297 End 
298
299 # Acknowledgements style definition
300 Style Acknowledgements
301   Margin                Static
302   LatexType             Environment
303   LatexName             acknowledgements
304   NextNoIndent          1
305   ItemSep               0
306   TopSep                1
307   BottomSep             1
308   ParSep                0
309   Align                 Block
310   AlignPossible         Block
311   LabelType             Centered_Top_Environment
312   LabelString           Acknowledgements
313   LabelBottomSep        0.5
314   LabelFont 
315     Series              Bold
316     Size                Large
317   EndFont
318 End
319
320 # Appendix style definition
321 Style Appendix
322   Margin                Static
323   LatexType             Command
324   LatexName             appendix
325   KeepEmpty             1
326   ParSkip               0.4
327   ItemSep               0
328   TopSep                0
329   BottomSep             0
330   ParSep                1
331 #  Align                 Block
332 #  AlignPossible         Block, Left, Right, Center
333   LabelType             Centered_Top_Environment
334   LabelString           Appendix
335   Font 
336     Series              Bold
337     Size                Large
338   EndFont
339 End
340
341 # References style definition
342 Style References
343   Margin                First_Dynamic   
344   LatexType             Item_Environment        
345   LatexName             thebibliography
346   NextNoIndent          1
347   LeftMargin            MM
348   ParSkip               0.4
349   ItemSep               0
350   TopSep                0.7
351   BottomSep             0.7
352   ParSep                0.5
353   LabelType             Bibliography
354   LabelString           References
355   LabelBottomSep        0.7
356   Align                 Block
357   AlignPossible         Block, Left, Right, Center
358   LabelFont 
359     Family              Roman
360     Size                Normal
361     Series              Bold
362   EndFont
363 End