]> git.lyx.org Git - lyx.git/blob - lib/layouts/svglobal.layout
595b0416fae1ebc3bdb1eae61d1958038005beee
[lyx.git] / lib / layouts / svglobal.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[svjour,svglobal.clo]{article (Springer svjour/global)}
3 # svjour/global (article) textclass definition file.
4 # for various Springer Verlag Journals for which no specific file exists (Global).
5 # --------
6 #
7 # Taken from initial LyX source code
8 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
9 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
10 # Heavily modified and enhanced by serveral developers.
11 #
12 # --------
13 # Adapted from svjour/jog by Cengiz Gunay in 2003.
14 #
15 # General textclass parameters
16 # (global) ?
17 #
18 # see www.springer.de/author/tex/help-journals.html for class files
19 #
20 # The standard Springer Journal sections
21
22 Format 33
23 Input svjour.inc
24 NoStyle Chapter
25 NoCounter chapter
26
27 ClassOptions
28   Other         global
29 End
30
31 # Abstract style definition
32 Style Abstract
33   Margin                First_Dynamic
34   LatexType             Command
35   LatexName             abstract
36   Newline               1
37   NextNoIndent          0
38   ParIndent             MM
39   LabelSep              xx
40   ItemSep               0
41   TopSep                0.7
42   BottomSep             0.7
43   ParSep                0
44   Align                 Block
45   AlignPossible         Block, Left
46   LabelType             Top_Environment
47   LabelString           "Abstract."
48
49   # label font definition
50   LabelFont
51     Series              Bold
52   EndFont
53 End