]> git.lyx.org Git - lyx.git/blob - lib/layouts/spie.layout
Update layout format.
[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 Format 27
9 Input stdclass.inc
10
11 NoStyle Chapter
12 NoStyle Chapter*
13
14 PageStyle               empty
15 SecNumDepth             3
16 TocDepth                3
17
18
19 Style Section
20         Align                 Center
21         AlignPossible         Block, Center, Left
22         Font
23           Series              Bold
24           Size                large
25         EndFont
26         TocLevel 1
27 End
28
29
30 Style Section*
31         Align                 Center
32         AlignPossible         Block, Center, Left
33         Font
34           Series              Bold
35           Size                large
36         EndFont
37 End
38
39
40 Style Keywords
41         Margin                First_Dynamic
42         NextNoIndent          1
43         LatexType             Command
44         LatexName             keywords
45         LabelType             Static
46         LabelSep              M
47         LabelString           "Keywords:"
48         LabelFont
49           Series              Bold
50         EndFont
51 End
52
53
54 Style Authorinfo
55         Margin                Dynamic
56         NextNoIndent          1
57         InTitle               1
58         LatexType             Command
59         LatexName             authorinfo
60         ParSkip               0.4
61         Align                 Left
62         AlignPossible         Block, Left, Right, Center
63         BottomSep             1.5
64         LabelType             Static
65         LabelSep              M
66         LabelString           "Authorinfo:"
67         LabelFont
68           Series              Bold
69           Shape               Italic
70         EndFont
71 End
72
73
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
89 Style Acknowledgments
90         CopyStyle             Abstract
91 #  NextNoIndent          1
92 #  LatexType             Command
93         LatexName             acknowledgments
94         LabelString           "ACKNOWLEDGMENTS"
95 End