]> git.lyx.org Git - lyx.git/blob - lib/layouts/spie.layout
Allow literate documents other than noweb to work out of the box. Currently
[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 11
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 End
27
28
29 Style Section*
30         Align                 Center
31         AlignPossible         Block, Center, Left
32         Font
33           Series              Bold
34           Size                large
35         EndFont
36 End
37
38
39 Style Keywords
40         Margin                First_Dynamic
41         NextNoIndent          1
42         LatexType             Command
43         LatexName             keywords
44         LabelType             Static
45         LabelSep              M
46         LabelString           "Keywords:"
47         LabelFont
48           Series              Bold
49         EndFont
50 End
51
52
53 Style Authorinfo
54         Margin                Dynamic
55         NextNoIndent          1
56         InTitle               1
57         LatexType             Command
58         LatexName             authorinfo
59         ParSkip               0.4
60         Align                 Left
61         AlignPossible         Block, Left, Right, Center
62         BottomSep             1.5
63         LabelType             Static
64         LabelSep              M
65         LabelString           "Authorinfo:"
66         LabelFont
67           Series              Bold
68           Shape               Italic
69         EndFont
70 End
71
72
73 Style Abstract
74         LeftMargin            ""
75         RightMargin           ""
76         ParIndent             ""
77         ParSep                0.5
78         LabelString           "ABSTRACT"
79         LabelFont
80           Series              Bold
81         EndFont
82         TextFont
83           Size                normal
84         EndFont
85 End
86
87
88 Style Acknowledgments
89         CopyStyle             Abstract
90 #  NextNoIndent          1
91 #  LatexType             Command
92         LatexName             acknowledgments
93         LabelString           "ACKNOWLEDGMENTS"
94 End