]> git.lyx.org Git - lyx.git/blob - lib/layouts/svglobal.layout
Backport to generate_contributions.py
[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 34
23 Input svjour.inc
24
25 NoStyle Part
26 NoCounter part
27 NoStyle Part*
28 NoStyle Chapter
29 NoCounter chapter
30 NoStyle Chapter*
31
32 ClassOptions
33   Other         global
34 End
35
36 # Abstract style definition
37 Style Abstract
38   Margin                First_Dynamic
39   LatexType             Command
40   LatexName             abstract
41   Newline               1
42   NextNoIndent          0
43   ParIndent             MM
44   LabelSep              xx
45   ItemSep               0
46   TopSep                0.7
47   BottomSep             0.7
48   ParSep                0
49   Align                 Block
50   AlignPossible         Block, Left
51   LabelType             Top_Environment
52   LabelString           "Abstract."
53
54   # label font definition
55   LabelFont
56     Series              Bold
57   EndFont
58 End