]> git.lyx.org Git - lyx.git/blob - lib/layouts/spie.layout
2befe31f29ca8eacbff3a11d3fd06db2bac6fb88
[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 <milde@lyx.org>
6 # to be used with the spie.cls LaTex-style available at
7 # http://public.lanl.gov/kmh/spie/
8
9 Format 85
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         DocBookTag         keyword
54         DocBookTagType     paragraph
55         DocBookWrapperTag  keywordset
56         DocBookInInfo      always
57 End
58
59
60 Style Authorinfo
61         Margin                Dynamic
62         NextNoIndent          1
63         InTitle               1
64         LatexType             Command
65         LatexName             authorinfo
66         ParSkip               0.4
67         Align                 Left
68         AlignPossible         Block, Left, Right, Center
69         BottomSep             1.5
70         LabelType             Static
71         LabelSep              M
72         LabelString           "Authorinfo:"
73         LabelFont
74           Series              Bold
75           Shape               Italic
76         EndFont
77 End
78
79
80 Style Abstract
81         LeftMargin            ""
82         RightMargin           ""
83         ParIndent             ""
84         ParSep                0.5
85         LabelString           "ABSTRACT"
86         LabelFont
87           Series              Bold
88         EndFont
89         TextFont
90           Size                normal
91         EndFont
92 End
93
94
95 Style Acknowledgments
96         CopyStyle             Abstract
97 #  NextNoIndent          1
98 #  LatexType             Command
99         LatexName             acknowledgments
100         LabelString           "ACKNOWLEDGMENTS"
101         DocBookTag            para
102         DocBookWrapperTag     acknowledgements
103         DocBookSection        true
104 End