]> git.lyx.org Git - lyx.git/blob - lib/layouts/spie.layout
Whitespace, only whitespace. Part II.
[lyx.git] / lib / layouts / spie.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[spie]{article (SPIE-Proceedings)}
3 # SPIE-Article textclass definition file.
4 # Author : Guenter Milde <g.milde@physik.tu-dresden.de>
5 # to be used with the spie.cls LaTex-style available at
6 # http://public.lanl.gov/kmh/spie/
7
8 Input stdclass.inc
9 Input numarticle.inc
10
11 NoStyle Chapter
12 NoStyle Chapter*
13
14 PageStyle               empty
15 SecNumDepth             3
16 TocDepth                3
17
18
19 Style Section
20         Align                 Center
21         AlignPossible         Block, Center, Left
22         Font
23           Series              Bold
24           Size                large
25         EndFont
26 End
27
28
29 Style Section*
30         Align                 Center
31         AlignPossible         Block, Center, Left
32         Font
33           Series              Bold
34           Size                large
35         EndFont
36 End
37
38
39 Style Keywords
40         Margin                First_Dynamic
41         NextNoIndent          1
42         LatexType             Command
43         LatexName             keywords
44         LabelType             Static
45         LabelString           "Keywords: "
46         LabelFont
47           Series              Bold
48         EndFont
49 End
50
51
52 Style Authorinfo
53         Margin                Dynamic
54         NextNoIndent          1
55         InTitle               1
56         LatexType             Command
57         LatexName             authorinfo
58         ParSkip               0.4
59         Align                 Left
60         AlignPossible         Block, Left, Right, Center
61         BottomSep             1.5
62         LabelType             Static
63         LabelString           "Authorinfo: "
64         LabelFont
65           Series              Bold
66           Shape               Italic
67         EndFont
68 End
69
70
71 Style Abstract
72         LeftMargin            ""
73         RightMargin           ""
74         ParIndent             ""
75         ParSep                0.5
76         LabelString           ABSTRACT
77         LabelFont
78           Series              Bold
79         EndFont
80         TextFont
81           Size                normal
82         EndFont
83 End
84
85
86 Style Acknowledgments
87         CopyStyle             Abstract
88 #  NextNoIndent          1
89 #  LatexType             Command
90         LatexName             acknowledgments
91         LabelString           ACKNOWLEDGMENTS
92 End