]> git.lyx.org Git - lyx.git/blob - lib/layouts/svjour.inc
replace 'ascii' by 'plain text' (more to come)
[lyx.git] / lib / layouts / svjour.inc
1 # svjour (article) textclass definition file for inclusion.
2 # for Springer Verlag journals
3 # --------
4 #
5 # Taken from initial LyX source code
6 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
7 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
8 # Heavily modified and enhanced by serveral developers.
9 #
10 # --------
11 # ejour2 made originally by Martin Vermeer based on article.layout.
12 # Modified for LyX 1.2 by Jean-Marc Lasgouttes and MV.
13 # Minor change for LyX 1.3.3 by Cengiz Gunay.
14 #
15 # Adapted for new svjour LaTeX2e classes published by Springer in 1999;
16 # work done by MV in 2000.
17 #
18 # see www.springer.de/author/tex/help-journals.html for class files
19
20
21 Format 2
22 Columns                 2
23 Sides                   1
24 PageStyle               Plain
25
26
27 Style Standard
28         Margin                Static
29         LatexType             Paragraph
30         LatexName             dummy
31         ParIndent             MM
32         ParSkip               0.4
33         Align                 Block
34         AlignPossible         Block, Left, Right, Center
35         LabelType             No_Label
36 End
37
38
39 Input stdsections.inc
40 Input stdstarsections.inc
41 Input stdlayouts.inc
42 Input stdlists.inc
43 Input stdfloats.inc
44 Input stdcounters.inc
45
46 NoStyle Part
47 NoStyle Part*
48 NoStyle Chapter
49 NoStyle Chapter*
50
51
52 Style Section
53         Font
54           Series              Medium
55           Series              Bold
56           Size                Normal
57         EndFont
58 End
59
60
61 Style Subsection
62         Font
63           Series              Medium
64           Shape               Italic
65           Size                Normal
66         EndFont
67 End
68
69
70 Style Subsubsection
71         Font
72           Series              Medium
73           Shape               Up
74           Size                Normal
75         EndFont
76 End
77
78
79 Style Paragraph
80         Font
81           Series              Medium
82           Shape               Italic
83           Size                Normal
84         EndFont
85 End
86
87
88 Style Subparagraph
89         Font
90           Series              Medium
91           Shape               Up
92           Size                Normal
93         EndFont
94 End
95
96
97 Style Headnote
98         Margin                Static
99         LatexType             Command
100         InTitle               1
101         LatexName             headnote
102         NextNoIndent          1
103         LeftMargin            "HeadNote (optional):xxx"
104         LabelSep              xxx
105         ParSkip               0.4
106         TopSep                1.3
107         BottomSep             0.7
108         ParSep                0.7
109         Align                 Left
110         AlignPossible         Left
111         LabelType             Static
112         LabelString           "Headnote (optional):"
113         LabelFont
114           Series              Bold
115           Shape               Italic
116           Color               Red
117         EndFont
118 End
119
120
121 Style Dedication
122         CopyStyle             Headnote
123         LatexName             dedication
124         LeftMargin            Dedication:xxx
125         LabelString           "Dedication:"
126 End
127
128
129 Style Title
130         Margin                Static
131         LatexType             Command
132         InTitle               1
133         LatexName             title
134         NextNoIndent          1
135         ParSkip               0.4
136         TopSep                1.3
137         BottomSep             0.7
138         ParSep                0.7
139         Align                 Left
140         AlignPossible         Block, Center, Left, Right, Center
141         LabelType             No_Label
142         Fill_Top              1
143         Fill_Bottom           1
144         Font
145           Family              Sans
146           Series              Bold
147           Size                Largest
148         EndFont
149 End
150
151
152 Style Subtitle
153         Margin                Static
154         LatexType             Command
155         InTitle               1
156         LatexName             subtitle
157         NextNoIndent          1
158         ParSkip               0.4
159         ItemSep               0
160         TopSep                0
161         BottomSep             0
162         ParSep                0
163         Align                 Left
164         AlignPossible         Left
165         LabelType             No_Label
166         Font
167           Family              Sans
168           Series              Bold
169           Size                Large
170         EndFont
171 End
172
173
174 Style Running_LaTeX_Title
175         CopyStyle             Headnote
176         LatexName             titlerunning
177         LeftMargin            "Running title:xxx"
178         LabelString           "Running title:"
179 End
180
181
182 Style Author
183         Margin                Static
184         LatexType             Command
185         InTitle               1
186         LatexName             author
187         NextNoIndent          1
188         ParSkip               0.4
189         TopSep                0.7
190         BottomSep             0.7
191         ItemSep               0
192         ParSep                0
193         Align                 Left
194         AlignPossible         Left
195         LabelType             No_Label
196         Font
197           Series              Bold
198           Shape               Italic
199         EndFont
200 End
201
202
203 Style Author_Running
204         CopyStyle             Headnote
205         LatexName             authorrunning
206         LeftMargin            "Author Running:xxx"
207         LabelString           "Author Running:"
208 End
209
210
211 Style Institute
212         Margin                Static
213         LatexType             Command
214         InTitle               1
215         LatexName             institute
216         NextNoIndent          1
217         ParSkip               0.4
218         TopSep                1.3
219         BottomSep             0.7
220         ParSep                0.7
221         Align                 Left
222         AlignPossible         Left
223         LabelType             No_Label
224         Font
225           Size                Small
226         EndFont
227 End
228
229
230 Style Date
231         CopyStyle             Institute
232         LatexName             date
233 End
234
235
236 Style Mail
237         CopyStyle             Headnote
238         LatexName             mail
239         LeftMargin            "Corr Author:xx."
240         LabelString           "Corr Author:"
241 End
242
243
244 Style Offprints
245         CopyStyle             Headnote
246         LatexName             offprints
247         LeftMargin            "Offprints:xx."
248         LabelString           "Offprints:"
249 End
250
251
252 Style Abstract
253         Margin                First_Dynamic
254         LatexType             Environment
255         LatexName             abstract
256         NextNoIndent          0
257         ParIndent             MM
258         LabelSep              xx
259         ItemSep               0
260         TopSep                0.7
261         BottomSep             0.7
262         ParSep                0
263         Align                 Block
264         AlignPossible         Block, Left
265         LabelType             Top_Environment
266         LabelString           "Abstract."
267         LabelFont
268           Series              Bold
269         EndFont
270 End
271
272
273 Style Keywords
274         Margin                First_Dynamic
275         LatexType             Command
276         LatexName             keywords
277         NextNoIndent          0
278         ParIndent             MM
279         LabelSep              xx
280         ItemSep               0
281         TopSep                0.7
282         BottomSep             0.7
283         ParSep                0
284         Align                 Block
285         AlignPossible         Block, Left
286         LabelType             Static
287         LabelString           "Key words:"
288         LabelFont
289           Series              Bold
290         EndFont
291 End
292
293
294 Style Acknowledgements
295         Margin                First_Dynamic
296         LatexType             Environment
297         LatexName             acknowledgements
298         NextNoIndent          0
299         ParIndent             MM
300         LabelSep              xx
301         ItemSep               0
302         TopSep                0.7
303         BottomSep             0.7
304         ParSep                0
305         Align                 Block
306         AlignPossible         Block, Left
307         LabelType             Static
308         LabelString           "Acknowledgements."
309         Font
310           Size                Small
311         EndFont
312         LabelFont
313           Shape               Italic
314           Size                Small
315         EndFont
316 End
317
318
319 Style Acknowledgement
320         CopyStyle             Acknowledgements
321         LatexName             acknowledgement
322         LabelString           "Acknowledgement."
323 End
324
325
326 Style Bibliography
327         Margin                First_Dynamic
328         LatexType             Bib_Environment
329         LatexName             thebibliography
330         NextNoIndent          1
331         LeftMargin            MM
332         ParSkip               0.4
333         ItemSep               0
334         TopSep                0.7
335         BottomSep             0.7
336         ParSep                0.5
337         Align                 Block
338         AlignPossible         Block, Left
339         LabelType             Bibliography
340         LabelString           "References"
341         LabelBottomSep        0.7
342         LabelFont
343           Series              Bold
344         EndFont
345 End
346
347
348 Style Claim
349         Margin                First_Dynamic
350         LatexType             Environment
351         LatexName             claim
352         NextNoIndent          0
353         ParIndent             MM
354         LabelSep              xx
355         ItemSep               0
356         TopSep                0.5
357         BottomSep             0.5
358         ParSep                0
359         Align                 Block
360         AlignPossible         Block, Left
361         LabelType             Static
362         LabelString           "Claim."
363         LabelFont
364           Shape               Italic
365         EndFont
366 End
367
368
369 Style Conjecture
370         CopyStyle             Claim
371         LatexName             conjecture
372         LabelString           "Conjecture #."
373 End
374
375
376 Style Corollary
377         CopyStyle             Claim
378         LatexName             corollary
379         LabelString           "Corollary #."
380         Font
381           Shape               Italic
382         EndFont
383         LabelFont
384           Shape               Up
385           Series              Bold
386         EndFont
387 End
388
389
390 Style Definition
391         CopyStyle             Corollary
392         LatexName             definition
393         LabelString           "Definition #."
394 End
395
396
397 Style Example
398         CopyStyle             Claim
399         LatexName             example
400         LabelString           "Example #."
401 End
402
403
404 Style Exercise
405         CopyStyle             Claim
406         LatexName             exercise
407         LabelString           "Exercise #."
408         LabelFont
409           Shape               Up
410           Series              Bold
411         EndFont
412 End
413
414
415 Style Lemma
416         CopyStyle             Corollary
417         LatexName             lemma
418         LabelString           "Lemma #."
419 End
420
421
422 Style Note
423         CopyStyle             Claim
424         LatexName             note
425         LabelString           "Note #."
426 End
427
428
429 Style Problem
430         CopyStyle             Exercise
431         LatexName             problem
432         LabelString           "Problem #."
433 End
434
435
436 Style Proof
437         CopyStyle             Claim
438         LatexName             proof
439         LabelString           "Proof."
440 End
441
442
443 Style Property
444         CopyStyle             Claim
445         LatexName             property
446         LabelString           "Property #."
447 End
448
449
450 Style Proposition
451         CopyStyle             Claim
452         LatexName             proposition
453         LabelString           "Proposition #."
454 End
455
456
457 Style Question
458         CopyStyle             Claim
459         LatexName             question
460         LabelString           "Question #."
461 End
462
463
464 Style Remark
465         CopyStyle             Claim
466         LatexName             remark
467         LabelString           "Remark #."
468 End
469
470
471 Style Solution
472         CopyStyle             Exercise
473         LatexName             solution
474         LabelString           "Solution #."
475 End
476
477
478 Style Theorem
479         CopyStyle             Corollary
480         LatexName             theorem
481         LabelString           "Theorem #."
482 End