]> git.lyx.org Git - lyx.git/blob - lib/layouts/spie.layout
d41456c8530ccc212e98815a0c39836123608bc1
[lyx.git] / lib / layouts / spie.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[spie,cite.sty]{SPIE Proceedings}
3 #  \DeclareCategory{Articles}
4 # SPIE-Article textclass definition file.
5 # Author : Guenter Milde <g.milde@physik.tu-dresden.de>
6 # to be used with the spie.cls LaTex-style available at
7 # http://public.lanl.gov/kmh/spie/
8
9 Format 68
10 Input stdclass.inc
11
12 NoStyle Chapter
13 NoCounter chapter
14 NoStyle Chapter*
15
16 PageStyle               empty
17 SecNumDepth             3
18 TocDepth                3
19
20
21 Style Section
22         Align                 Center
23         AlignPossible         Block, Center, Left
24         Font
25           Series              Bold
26           Size                large
27         EndFont
28         TocLevel 1
29 End
30
31
32 Style Section*
33         Align                 Center
34         AlignPossible         Block, Center, Left
35         Font
36           Series              Bold
37           Size                large
38         EndFont
39 End
40
41
42 Style Keywords
43         Margin                First_Dynamic
44         NextNoIndent          1
45         LatexType             Command
46         LatexName             keywords
47         LabelType             Static
48         LabelSep              M
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         LabelSep              M
68         LabelString           "Authorinfo:"
69         LabelFont
70           Series              Bold
71           Shape               Italic
72         EndFont
73 End
74
75
76 Style Abstract
77         LeftMargin            ""
78         RightMargin           ""
79         ParIndent             ""
80         ParSep                0.5
81         LabelString           "ABSTRACT"
82         LabelFont
83           Series              Bold
84         EndFont
85         TextFont
86           Size                normal
87         EndFont
88 End
89
90
91 Style Acknowledgments
92         CopyStyle             Abstract
93 #  NextNoIndent          1
94 #  LatexType             Command
95         LatexName             acknowledgments
96         LabelString           "ACKNOWLEDGMENTS"
97 End