]> git.lyx.org Git - lyx.git/blob - lib/layouts/elsarticle.layout
The two lines deleted here attempt to call virtual functions from a constructor....
[lyx.git] / lib / layouts / elsarticle.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[elsarticle]{article (Elsevier)}
3 # elsarticle textclass definition file.
4 # Author: Uwe Stöhr (uwestoehr@web.de)
5
6 Format 11
7
8 Columns                 1
9 Sides                   1
10 SecNumDepth             3
11 TocDepth                3
12 DefaultStyle            Standard
13
14 ClassOptions
15         FontSize                10|11|12
16 end
17
18
19 # This is just to show how to declare the default font.
20 # The defaults are exactly those shown here.
21 DefaultFont
22         Family                  Roman
23         Series                  Medium
24         Shape                   Up
25         Size                    Normal
26         Color                   None
27 EndFont
28
29
30 Style Standard
31         Margin                  Static
32         LatexType               Paragraph
33         LatexName               dummy
34         ParIndent               MM
35         ParSkip                 0.4
36         Align                   Block
37         AlignPossible           Block, Left, Right, Center
38         LabelType               No_Label
39 End
40
41 Input stdcounters.inc
42 Input stdfloats.inc
43 Input stdlists.inc
44 Input stdsections.inc
45 Input stdstarsections.inc
46
47 NoStyle Chapter
48 NoStyle Chapter*
49
50
51 Style Title
52         Margin                  Static
53         LatexType               Command
54         LatexName               title
55         Category                FrontMatter
56         InTitle                 1
57         OptionalArgs            0
58         ParSkip                 0.4
59         ItemSep                 0
60         TopSep                  0
61         BottomSep               1
62         ParSep                  1
63         Align                   Center
64         LabelType               No_Label
65         Font
66           Size                  Largest
67         EndFont
68 End
69
70
71 Style "Title footnote"
72         Margin                  Dynamic
73         LatexType               Command
74         LatexName               tnotetext
75         Category                FrontMatter
76         InTitle                 1
77         OptionalArgs            1
78         ParSkip                 0.4
79         BottomSep               0.5
80         Align                   Left
81         LabelSep                xx
82         LabelType               Static
83         LabelString             "Title footnote:"
84         LabelFont
85           Color                 Green
86           Series                Bold
87         EndFont
88 End
89
90
91 Style Author
92         Margin                  Static
93         LatexType               Command
94         Category                FrontMatter
95         InTitle                 1
96         OptionalArgs            1
97         LatexName               author
98         LabelSep                xxx
99         ParSkip                 0.4
100         TopSep                  1.3
101         BottomSep               0.7
102         ParSep                  0.7
103         Align                   Center
104         LabelType               No_Label
105         Font
106           Size                  Large
107         EndFont
108 End
109
110
111 Style "Author footnote"
112         CopyStyle               "Title footnote"
113         LatexName               fntext
114         LabelString             "Author footnote:"
115 End
116
117
118 Style "Corresponding author"
119         CopyStyle               "Title footnote"
120         LatexName               cortext
121         LabelString             "Corresponding author text:"
122 End
123
124
125 Style Address
126         Margin                  Static
127         LatexType               Command
128         Category                FrontMatter
129         LatexName               address
130         InTitle                 1
131         OptionalArgs            1
132         ParSkip                 0.4
133         Align                   Center
134         AlignPossible           Left, Right
135         LabelType               No_Label
136         Font
137           Shape                 Italic
138         EndFont
139 End
140
141
142 Style Email
143         CopyStyle               Address
144         LatexName               ead
145         AlignPossible           Block
146         Font
147           Shape                 Up
148         EndFont
149 End
150
151
152 Style Abstract
153         Margin                  Static
154         LatexType               Environment
155         LatexName               abstract
156         Category                FrontMatter
157         InTitle                 1
158         NextNoIndent            1
159         LeftMargin              MMM
160         RightMargin             MMM
161         ParIndent               MM
162         ItemSep                 0
163         TopSep                  0.7
164         BottomSep               0.7
165         ParSep                  0
166         Align                   Block
167         AlignPossible           Block
168         LabelType               Centered_Top_Environment
169         LabelString             "Abstract"
170         LabelBottomSep          0.5
171         Font
172           Size                  Small
173         EndFont
174         LabelFont
175           Series                Bold
176           Size                  Large
177         EndFont
178 End
179
180
181 Style Keywords
182         Margin                  Dynamic
183         LatexType               Environment
184         LatexName               keyword
185         Category                FrontMatter
186         InTitle                 1
187         Align                   Left
188         NextNoIndent            1
189         BottomSep               0.5
190         ParSkip                 0.4
191         Align                   Block
192         LabelSep                xx
193         LabelType               Static
194         LabelString             "Keywords:"
195         LabelFont
196           Color                 Green
197           Series                Bold
198         EndFont         
199 End
200
201
202 Style Bibliography
203         Margin                  First_Dynamic
204         LatexType               Bib_Environment
205         LatexName               thebibliography
206         Category                BackMatter
207         NextNoIndent            1
208         LeftMargin              MM
209         ParSkip                 0.4
210         ItemSep                 0
211         TopSep                  0.7
212         BottomSep               0.7
213         ParSep                  0.5
214         Align                   Block
215         AlignPossible           Block, Left
216         LabelType               Bibliography
217         LabelString             "References"
218         LabelBottomSep          1.2
219         LabelFont
220           Series                Bold
221           Size                  Larger
222         EndFont
223 End
224