]> git.lyx.org Git - lyx.git/blob - lib/layouts/spie.layout
df2f3db317e25b886d0936f40267ce2b281a4236
[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 general definitions
9 Input stdclass.inc
10
11 # no pagenumbers by default
12 PageStyle empty
13
14 # There are no chapters in an article.
15 NoStyle Chapter
16 NoStyle Chapter*
17
18 MaxCounter              Counter_Section
19 SecNumDepth             3
20 TocDepth                3
21
22
23 Style Section
24         Align                 Center
25         AlignPossible         Block, Center, Left
26         Font
27           Series              Bold
28           Size                large
29         EndFont
30 End
31
32
33 Style Section*
34         Align                 Center
35         AlignPossible         Block, Center, Left
36         Font
37           Series              Bold
38           Size                large
39         EndFont
40 End
41
42
43 Style Keywords
44         Margin                First_Dynamic
45         NextNoIndent          1
46         LatexType             Command
47         LatexName             keywords
48         LabelType             Static
49         LabelString           "Keywords: "
50         LabelFont
51           Series              Bold
52         EndFont
53 End
54
55
56 Style Authorinfo
57         Margin                Dynamic
58         NextNoIndent          1
59         InTitle               1
60         LatexType             Command
61         LatexName             authorinfo
62         ParSkip               0.4
63         Align                 Left
64         AlignPossible         Block, Left, Right, Center
65         BottomSep             1.5
66         LabelType             Static
67         LabelString           "Authorinfo: "
68         LabelFont
69           Series              Bold
70           Shape               Italic
71         EndFont
72 End  
73
74
75 Style Abstract
76         LeftMargin            ""
77         RightMargin           ""
78         ParIndent             ""
79         ParSep                0.5
80         LabelString           ABSTRACT
81         LabelFont
82           Series              Bold
83         EndFont
84         TextFont
85           Size                normal
86         EndFont
87 End
88
89 Style Acknowledgments
90         CopyStyle             Abstract
91 #  NextNoIndent                 1
92 #  LatexType             Command
93         LatexName             acknowledgments
94         LabelString           ACKNOWLEDGMENTS
95 End