]> git.lyx.org Git - lyx.git/blob - lib/layouts/svjour.inc
fix typos
[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 12 by Jean-Marc Lasgouttes and MV.
13
14 # Adapted for new svjour LaTeX2e classes published by Springer in 1999;
15 # work done by MV in 2000.
16 #
17 # see www.springer.de/author/tex/help-journals.html for class files
18 #
19 # General textclass parameters
20 Columns                 2
21 Sides                   1
22 PageStyle               Plain
23 MaxCounter              Counter_Section
24 ProvidesAmsmath         1
25
26 # Standard style definition
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 # The standard sections
39 Input stdsections.inc
40
41 # Section style definition
42 Style Section
43   # standard font definition
44   Font
45     Series              Medium
46     Series              Bold
47     Size                Normal
48   EndFont
49 End
50
51 # Subsection style definition
52 Style Subsection
53   Font
54     Series              Medium
55     Shape               Italic
56     Size                Normal
57   EndFont
58 End
59
60 # Subsubsection style definition
61 Style Subsubsection
62   # standard font definition
63   Font 
64     Series              Medium
65     Shape               Up
66     Size                Normal
67   EndFont
68 End
69
70 # Paragraph style definition
71 Style Paragraph
72 # standard font definition
73   Font 
74     Series              Medium
75     Shape               Italic
76     Size                Normal
77   EndFont
78 End
79
80 # Subparagraph style definition
81 Style Subparagraph
82   # standard font definition
83   Font
84     Series              Medium
85     Shape               Up
86     Size                Normal
87   EndFont
88 End
89
90 # Now define the starred versions from the normal ones.
91 Input stdstarsections.inc
92
93 # Remove the ones that we do not want
94 NoStyle         Part
95 NoStyle         Part*
96 NoStyle         Chapter
97 NoStyle         Chapter*
98
99 # Some standard things
100 Input stdlayouts.inc
101 Input stdlists.inc
102
103 # Headnote style definition
104 Style Headnote
105   Margin                Static
106   LatexType             Command
107   InTitle               1
108   LatexName             headnote
109   NextNoIndent          1
110   LeftMargin            "HeadNote (optional):xxx"
111   LabelSep              xxx
112   ParSkip               0.4
113   TopSep                1.3
114   BottomSep             0.7
115   ParSep                0.7
116   Align                 Left
117   AlignPossible         Left
118   LabelType             Static
119   LabelString           "Headnote (optional): "
120
121   # standard font definition
122   LabelFont 
123     Series              Bold
124     Shape               Italic
125     Color               Red
126   EndFont
127
128 End
129
130 # Dedication style definition (optional) 
131 Style Dedication
132   CopyStyle             Headnote
133   LatexName             dedication
134   LeftMargin            Dedication:xxx
135   LabelString           Dedication:
136 End
137
138 # Title style definition
139 Style Title
140   Margin                Static
141   LatexType             Command
142   InTitle               1
143   LatexName             title
144   NextNoIndent          1
145   ParSkip               0.4
146   TopSep                1.3
147   BottomSep             0.7
148   ParSep                0.7
149   Align                 Left            
150   AlignPossible         Block, Center, Left, Right, Center
151   LabelType             No_Label
152   Fill_Top              1
153   Fill_Bottom           1
154
155   # standard font definition
156   Font 
157     Family              Sans
158     Series              Bold
159     Size                Largest
160   EndFont
161
162 End
163
164 # Subtitle style definition
165 Style Subtitle
166   Margin                Static
167   LatexType             Command
168   InTitle               1
169   LatexName             subtitle
170   NextNoIndent          1
171   ParSkip               0.4
172   ItemSep               0
173   TopSep                0
174   BottomSep             0
175   ParSep                0
176   Align                 Left
177   AlignPossible         Left
178   LabelType             No_Label
179
180   # standard font definition
181   Font 
182     Family              Sans
183     Series              Bold
184     Size                Large
185   EndFont
186
187 End
188
189 # Title_Running style definition
190 Style Running_LaTeX_Title
191   CopyStyle             Headnote
192   LatexName             titlerunning
193   LeftMargin            "Running title:xxx"
194   LabelString           "Running title: "
195 End
196
197 # Author style definition
198 Style Author
199   Margin                Static
200   LatexType             Command
201   InTitle               1
202   LatexName             author
203   NextNoIndent          1
204   ParSkip               0.4
205   TopSep                0.7
206   BottomSep             0.7
207   ItemSep               0
208   ParSep                0
209   Align                 Left
210   AlignPossible         Left
211   LabelType             No_Label
212
213   # standard font definition
214   Font 
215     Series              Bold
216     Shape               Italic
217   EndFont
218
219 End
220
221 # AuthorRunning style definition
222 Style Author_Running
223   CopyStyle             Headnote
224   LatexName             authorrunning
225   LeftMargin            "Author Running:xxx"
226   LabelString           "Author Running: "
227 End
228
229 # Institute style definition
230 Style Institute
231   Margin                Static
232   LatexType             Command
233   InTitle               1
234   LatexName             institute
235   NextNoIndent          1
236   ParSkip               0.4
237   TopSep                1.3
238   BottomSep             0.7
239   ParSep                0.7
240   Align                 Left
241   AlignPossible         Left
242   LabelType             No_Label
243
244   # Std. font definition
245   Font 
246     Size                Small
247   EndFont
248
249 End
250
251 Style Date
252   CopyStyle             Institute
253   LatexName             date
254 End
255
256 #
257 # Correspondence address style definition
258 Style Mail
259   CopyStyle             Headnote
260   LatexName             mail    
261   LeftMargin            "Corr Author:xx."
262   LabelString           "Corr Author: "
263 End
264
265 Style Offprints
266   CopyStyle             Headnote
267   LatexName             offprints       
268   LeftMargin            "Offprints:xx."
269   LabelString           "Offprints: "
270 End
271
272 # Abstract style definition
273 Style Abstract 
274   Margin                First_Dynamic
275   LatexType             Environment
276   LatexName             abstract
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             Top_Environment
287   LabelString           Abstract. 
288
289   # label font definition
290   LabelFont 
291     Series              Bold
292   EndFont
293 End 
294
295 # Keywords style definition
296 Style  Keywords
297   Margin                First_Dynamic
298   LatexType             Command
299   LatexName             keywords
300   NextNoIndent          0
301   ParIndent             MM
302   LabelSep              xx
303   ItemSep               0
304   TopSep                0.7
305   BottomSep             0.7
306   ParSep                0
307   Align                 Block
308   AlignPossible         Block, Left
309   LabelType             Static
310   LabelString           "Key Words: " 
311
312   # label font definition
313   LabelFont 
314     Series              Bold
315   EndFont
316 End 
317
318 # Acknowledgement(s) style definitions
319 Style Acknowledgements
320   Margin                First_Dynamic
321   LatexType             Environment
322   LatexName             acknowledgements
323   NextNoIndent          0
324   ParIndent             MM
325   LabelSep              xx
326   ItemSep               0
327   TopSep                0.7
328   BottomSep             0.7
329   ParSep                0
330   Align                 Block
331   AlignPossible         Block, Left
332   LabelType             Static
333   LabelString           Acknowledgements. 
334
335   # font & label font definition
336   Font 
337     Size                Small
338   EndFont
339
340   LabelFont 
341     Shape               Italic
342     Size                Small
343   EndFont
344 End 
345
346 Style Acknowledgement
347   CopyStyle             Acknowledgements
348   LatexName             acknowledgement
349   LabelString           Acknowledgement. 
350 End 
351
352 #
353 # Bibliography style definition
354 Style Bibliography
355   Margin                First_Dynamic
356   LatexType             Item_Environment
357   LatexName             thebibliography
358   NextNoIndent          1
359   LeftMargin            MM
360   ParSkip               0.4
361   ItemSep               0
362   TopSep                0.7
363   BottomSep             0.7
364   ParSep                0.5
365   Align                 Block
366   AlignPossible         Block, Left
367   LabelType             Bibliography
368   LabelString           References 
369   LabelBottomSep        0.7
370
371   # label font definition
372   LabelFont 
373     Series              Bold
374   EndFont
375
376 End
377
378 # Mathematics-like definitions:
379
380 Style Claim
381   Margin                First_Dynamic
382   LatexType             Environment
383   LatexName             claim
384   NextNoIndent          0
385   ParIndent             MM
386   LabelSep              xx
387   ItemSep               0
388   TopSep                0.5
389   BottomSep             0.5
390   ParSep                0
391   Align                 Block
392   AlignPossible         Block, Left
393   LabelType             Static
394   LabelString           Claim. 
395
396   # font & label font definition
397
398   LabelFont 
399     Shape               Italic
400   EndFont
401
402 End
403
404 Style Conjecture
405   CopyStyle             Claim
406   LatexName             conjecture
407   LabelString           "Conjecture #. " 
408 End
409
410 Style Corollary
411   CopyStyle             Claim
412   LatexName             corollary
413   LabelString           "Corollary #. " 
414
415   # font & label font definition
416   Font 
417     Shape               Italic
418   EndFont
419
420   LabelFont 
421     Shape               Up
422     Series              Bold
423   EndFont
424
425 End
426
427 Style Definition
428   CopyStyle             Corollary
429   LatexName             definition
430   LabelString           "Definition #. "
431 End
432
433 Style Example
434   CopyStyle             Claim
435   LatexName             example
436   LabelString           "Example #. "
437 End
438
439 Style Exercise
440   CopyStyle             Claim
441   LatexName             exercise
442   LabelString           "Exercise #. "
443
444   # font & label font definition
445
446   LabelFont 
447     Shape               Up
448     Series              Bold
449   EndFont
450
451 End
452
453 Style Lemma
454   CopyStyle             Corollary
455   LatexName             lemma
456   LabelString           "Lemma #. "
457 End
458
459 Style Note
460   CopyStyle             Claim
461   LatexName             note
462   LabelString           "Note #. "
463 End
464
465 Style Problem
466   CopyStyle             Exercise
467   LatexName             problem
468   LabelString           "Problem #. "
469 End
470
471 Style Proof
472   CopyStyle             Claim
473   LatexName             proof
474   LabelString           "Proof. "
475 End
476
477 Style Property
478   CopyStyle             Claim
479   LatexName             property
480   LabelString           "Property #. "
481 End
482
483 Style Proposition
484   CopyStyle             Claim
485   LatexName             proposition
486   LabelString           "Proposition_#. "
487 End
488
489 Style Question
490   CopyStyle             Claim
491   LatexName             question        
492   LabelString           "Question #. "
493 End
494
495 Style Remark
496   CopyStyle             Claim
497   LatexName             remark
498   LabelString           "Remark #. "
499 End
500
501 Style Solution
502   CopyStyle             Exercise
503   LatexName             solution
504   LabelString           "Solution #. "
505 End
506
507 Style Theorem
508   CopyStyle             Corollary
509   LatexName             theorem
510   LabelString           "Theorem #. "
511 End
512
513 #Finally a few older definitions for compatibility
514 Input obsolete.inc
515