]> git.lyx.org Git - lyx.git/blob - lib/layouts/spie.layout
Rename file.
[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 # Section-numbered style definition
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 # Section-unnumbered style definition
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 Style Keywords
43         Margin                First_Dynamic
44         NextNoIndent          1
45         LatexType             Command
46         LatexName             keywords
47         LabelType             Static
48         LabelString           "Keywords: "
49         # label font definition
50         LabelFont
51           Series              Bold
52         EndFont
53 End
54
55 Style Authorinfo
56         Margin                Dynamic
57         NextNoIndent          1
58         InTitle               1
59         LatexType             Command
60         LatexName             authorinfo
61         ParSkip               0.4
62         Align                 Left
63         AlignPossible         Block, Left, Right, Center
64         BottomSep             1.5
65         LabelType             Static
66         LabelString           "Authorinfo: "
67         LabelFont
68           Series              Bold
69           Shape               Italic
70         EndFont
71 End  
72
73 # Abstract style definition changes: 
74 Style Abstract
75         LeftMargin            ""
76         RightMargin           ""
77         ParIndent             ""
78         ParSep                0.5
79         LabelString           ABSTRACT
80         LabelFont
81           Series              Bold
82         EndFont
83         TextFont
84           Size                normal
85         EndFont
86 End
87
88 Style Acknowledgments
89         CopyStyle             Abstract
90 #  NextNoIndent                 1
91 #  LatexType             Command
92         LatexName             acknowledgments
93         LabelString           ACKNOWLEDGMENTS
94 End