]> git.lyx.org Git - lyx.git/blob - lib/layouts/svglobal.layout
Update non-counter layouts to format 10.
[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 Format 10
22 Input svjour.inc
23
24 ClassOptions
25   Other         global
26 End
27
28 # Abstract style definition
29 Style Abstract
30   Margin                First_Dynamic
31   LatexType             Command
32   LatexName             abstract
33   Newline               1
34   NextNoIndent          0
35   ParIndent             MM
36   LabelSep              xx
37   ItemSep               0
38   TopSep                0.7
39   BottomSep             0.7
40   ParSep                0
41   Align                 Block
42   AlignPossible         Block, Left
43   LabelType             Top_Environment
44   LabelString           "Abstract."
45
46   # label font definition
47   LabelFont
48     Series              Bold
49   EndFont
50 End