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