]> git.lyx.org Git - lyx.git/blob - lib/layouts/spie.layout
Update all layouts to format 35.
[lyx.git] / lib / layouts / spie.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[spie,cite.sty]{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 Format 35
9 Input stdclass.inc
10
11 NoStyle Chapter
12 NoCounter chapter
13 NoStyle Chapter*
14
15 PageStyle               empty
16 SecNumDepth             3
17 TocDepth                3
18
19
20 Style Section
21         Align                 Center
22         AlignPossible         Block, Center, Left
23         Font
24           Series              Bold
25           Size                large
26         EndFont
27         TocLevel 1
28 End
29
30
31 Style Section*
32         Align                 Center
33         AlignPossible         Block, Center, Left
34         Font
35           Series              Bold
36           Size                large
37         EndFont
38 End
39
40
41 Style Keywords
42         Margin                First_Dynamic
43         NextNoIndent          1
44         LatexType             Command
45         LatexName             keywords
46         LabelType             Static
47         LabelSep              M
48         LabelString           "Keywords:"
49         LabelFont
50           Series              Bold
51         EndFont
52 End
53
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         LabelSep              M
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
90 Style Acknowledgments
91         CopyStyle             Abstract
92 #  NextNoIndent          1
93 #  LatexType             Command
94         LatexName             acknowledgments
95         LabelString           "ACKNOWLEDGMENTS"
96 End