]> git.lyx.org Git - lyx.git/blob - lib/layouts/AEA.layout
Update layouts
[lyx.git] / lib / layouts / AEA.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[AEA,amsmath.sty,harvard.sty,multicol.sty,setspace.sty]{American Economic Association (AEA)}
3 #  \DeclareCategory{Articles}
4 # Authors : Koji Yokota <yokota@res.otaru-uc.ac.jp>
5 #           Uwe Stöhr <uwestoehr@web.de>
6
7 Format 103
8 Input stdclass.inc
9 Input theorems-ams.module
10 Input theorems-bytype.module
11 Input theorems-ams-extended-bytype.module
12
13 Provides amsthm 1
14
15 NoStyle         Part
16 NoCounter       part
17 NoStyle         Chapter
18 NoCounter       chapter
19 NoStyle         Paragraph
20 NoCounter       paragraph
21 NoStyle         Subparagraph
22 NoCounter       subparagraph
23 NoStyle         Part*
24 NoStyle         Chapter*
25 NoStyle         Section*
26 NoStyle         Subsection*
27 NoStyle         Subsubsection*
28 NoStyle         Paragraph*
29 NoStyle         Subparagraph*
30 NoStyle         List
31 NoStyle         LyX-Code
32 NoStyle         Verse
33 NoStyle         Address
34 NoStyle         Right_Address
35 NoStyle         Algorithm*
36 NoStyle         Assumption*
37 NoStyle         Axiom*
38 NoStyle         Conclusion*
39 NoStyle         Condition*
40 NoStyle         Criterion*
41 NoStyle         Fact
42 NoStyle         Notation*
43 NoStyle         Note
44 NoStyle         Note*
45 NoStyle         Remark*
46 NoStyle         Summary*
47
48
49 Style ShortTitle
50         Category        FrontMatter
51         LatexType       Command
52         LatexName       shortTitle
53         InTitle         1
54         Align           Center
55         DocBookTag            titleabbrev
56         DocBookTagType        paragraph
57         DocBookInInfo         maybe
58 End
59
60 Style Publication_Month
61         CopyStyle       ShortTitle
62         LatexName       pubMonth
63         Align           Left
64         Margin          Dynamic
65         LabelType       Static
66         LabelString     "Publication Month:"
67         LabelSep        M
68         LabelFont
69           Color         textlabel3
70         EndFont
71         DocBookTag            date
72         DocBookAttr           role='month'
73         DocBookTagType        paragraph
74         DocBookInInfo         maybe
75         DocBookNoFontInside   true
76 End
77
78 Style Publication_Year
79         CopyStyle       Publication_Month
80         LatexName       pubYear
81         LabelString     "Publication Year:"
82         DocBookTag            date
83         DocBookAttr           role='year'
84         DocBookTagType        paragraph
85         DocBookInInfo         maybe
86         DocBookNoFontInside   true
87 End
88
89 Style Publication_Volume
90         CopyStyle       Publication_Month
91         LatexName       pubVolume
92         LabelString     "Publication Volume:"
93         DocBookTag            volumenum
94         DocBookTagType        paragraph
95         DocBookInInfo         maybe
96 End
97
98 Style Publication_Issue
99         CopyStyle       Publication_Month
100         LatexName       pubIssue
101         LabelString     "Publication Issue:"
102         DocBookTag            issuenum
103         DocBookAttr           ""
104         DocBookTagType        paragraph
105         DocBookInInfo         maybe
106 End
107
108 Style JEL
109         CopyStyle       Publication_Month
110         LatexName       JEL
111         LabelString     "JEL:"
112 End
113
114 Style Keywords
115         CopyStyle       Publication_Month
116         LatexName       Keywords
117         LabelString     "Keywords:"
118         DocBookTag         keyword
119         DocBookTagType     paragraph
120         DocBookWrapperTag  keywordset
121         DocBookInInfo      always
122 End
123
124 Style Abstract
125         InTitle         1
126 End
127
128 Style Acknowledgments
129         Category        FrontMatter
130         LatexType       Environment
131         Align           Left
132         Margin          Dynamic
133         LabelType       Static
134         LabelSep        M
135         LabelString     "Acknowledgments."
136         LatexName       acknowledgement
137         DocBookTag         para
138         DocBookAttr        ""
139         DocBookWrapperTag  acknowledgements
140         DocBookWrapperMergeWithPrevious  true
141 End
142
143 Style Figure_Notes
144         Margin          Static
145         LatexType       Environment
146         LatexName       figurenotes
147         Category        MainText
148         NextNoIndent    1
149         Argument 1
150           LabelString   "Figure Note"
151           Tooltip       "Text of a note in a figure"
152           DocBookTag  emphasis
153         EndArgument
154         LeftMargin      MMM
155         TopSep          0.5
156         BottomSep       0.5
157         Align           Left
158         LabelType       Static
159         LabelString     "Note:"
160         LabelSep        I
161         Font
162           Size          Small
163         EndFont
164         LabelFont
165           Shape         Italic
166           Size          Small
167         EndFont
168         DocBookTag         para
169         DocBookWrapperTag  note
170 End
171
172 Style Table_Notes
173         CopyStyle       Figure_Notes
174         LatexName       tablenotes
175         Argument 1
176           LabelString   "Table Note"
177           Tooltip       "Text of a note in a table"
178           Tooltip       "Text of a note in a figure"
179           DocBookTag  emphasis
180         EndArgument
181 End
182
183 Style Theorem
184         LatexName       theorem
185         Preamble
186                 \newtheorem{theorem}{Theorem}
187         EndPreamble
188 End
189
190 Style Algorithm
191         LatexName       algorithm
192         Preamble
193                 \newtheorem{algorithm}{Algorithm}
194         EndPreamble
195 End
196
197 Style Axiom
198         LatexName       axiom
199         Preamble
200                 \newtheorem{axiom}{Axiom}
201         EndPreamble
202 End
203
204 Style Case
205         CopyStyle       Remark
206         LatexName       case
207         LabelCounter    case
208         LabelString     "Case \thecase."
209         Preamble
210                 \newtheorem{case}{Case}
211         EndPreamble
212 End
213
214 Style Claim
215         LatexName       claim
216         Preamble
217                 \newtheorem{claim}{Claim}
218         EndPreamble
219 End
220
221 Style Conclusion
222         LatexName       conclusion
223         LabelCounter    conclusion
224         Preamble
225                 \newtheorem{conclusion}{Conclusion}
226         EndPreamble
227 End
228
229 Style Condition
230         LatexName       condition
231         LabelCounter    condition
232         Preamble
233                 \newtheorem{condition}{Condition}
234         EndPreamble
235 End
236
237 Style Conjecture
238         LatexName       conjecture
239         Preamble
240                 \newtheorem{conjecture}{Conjecture}
241         EndPreamble
242 End
243
244 Style Corollary
245         LatexName       corollary
246         Preamble
247                 \newtheorem{corollary}{Corollary}
248         EndPreamble
249 End
250
251 Style Criterion
252         LatexName       criterion
253         LabelCounter    criterion
254         Preamble
255                 \newtheorem{criterion}{Criterion}
256         EndPreamble
257 End
258
259 Style Definition
260         LatexName       definition
261         Preamble
262                 \newtheorem{definition}{Definition}
263         EndPreamble
264 End
265
266 Style Example
267         LatexName       example
268         Preamble
269                 \newtheorem{example}{Example}
270         EndPreamble
271 End
272
273 Style Exercise
274         LatexName       exercise
275         Preamble
276                 \newtheorem{exercise}{Exercise}
277         EndPreamble
278 End
279
280 Style Lemma
281         LatexName       lemma
282         Preamble
283                 \newtheorem{lemma}{Lemma}
284         EndPreamble
285 End
286
287 Style Notation
288         LatexName       notation
289         LabelCounter    notation
290         Preamble
291                 \newtheorem{notation}{Notation}
292         EndPreamble
293 End
294
295 Style Problem
296         LatexName       problem
297         LabelCounter    problem
298         Preamble
299                 \newtheorem{problem}{Problem}
300         EndPreamble
301 End
302
303 Style Proposition
304         LatexName       proposition
305         Preamble
306                 \newtheorem{proposition}{Proposition}
307         EndPreamble
308 End
309
310 Style Remark
311         LatexName       remark
312         LabelString     "Remark \theremark."
313         Preamble
314                 \newtheorem{remark}{Remark}
315         EndPreamble
316 End
317
318 Style Solution
319         CopyStyle       Remark
320         LatexName       solution
321         LabelCounter    solution
322         LabelString     "Solution \thesolution."
323         Preamble
324                 \newtheorem{solution}{Solution}
325         EndPreamble
326 End
327
328 Style Summary
329         LatexName       summary
330         LabelCounter    summary
331         Preamble
332                 \newtheorem{summary}{Summary}
333         EndPreamble
334 End
335
336 Style Caption
337         CopyStyle       Remark
338         Category        MainText
339         LatexType       Command
340         LatexName       QTR{caption}
341         LabelCounter    caption
342         LabelString     "Caption:"
343         LeftMargin      "Caption: "
344         Align           Center
345 End
346
347 Style Proof
348         Preamble
349         EndPreamble
350 End
351
352 Counter case
353         GuiName Case
354 End
355 Counter remark
356         GuiName Remark
357 End
358 Counter summary
359         GuiName Summary
360 End
361 Counter solution
362         GuiName Solution
363 End