]> git.lyx.org Git - lyx.git/blob - lib/layouts/AEA.layout
Amend ddc5fed0ad00a3
[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 104
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 Counter case
205         GuiName Case
206         PrettyFormat "Case ##"
207 End
208
209 Style Case
210         CopyStyle       Remark
211         LatexName       case
212         LabelCounter    case
213         LabelString     "Case \thecase."
214         Preamble
215                 \newtheorem{case}{Case}
216         EndPreamble
217 End
218
219 Style Claim
220         LatexName       claim
221         Preamble
222                 \newtheorem{claim}{Claim}
223         EndPreamble
224 End
225
226 Style Conclusion
227         LatexName       conclusion
228         LabelCounter    conclusion
229         Preamble
230                 \newtheorem{conclusion}{Conclusion}
231         EndPreamble
232 End
233
234 Style Condition
235         LatexName       condition
236         LabelCounter    condition
237         Preamble
238                 \newtheorem{condition}{Condition}
239         EndPreamble
240 End
241
242 Style Conjecture
243         LatexName       conjecture
244         Preamble
245                 \newtheorem{conjecture}{Conjecture}
246         EndPreamble
247 End
248
249 Style Corollary
250         LatexName       corollary
251         Preamble
252                 \newtheorem{corollary}{Corollary}
253         EndPreamble
254 End
255
256 Style Criterion
257         LatexName       criterion
258         LabelCounter    criterion
259         Preamble
260                 \newtheorem{criterion}{Criterion}
261         EndPreamble
262 End
263
264 Style Definition
265         LatexName       definition
266         Preamble
267                 \newtheorem{definition}{Definition}
268         EndPreamble
269 End
270
271 Style Example
272         LatexName       example
273         Preamble
274                 \newtheorem{example}{Example}
275         EndPreamble
276 End
277
278 Style Exercise
279         LatexName       exercise
280         Preamble
281                 \newtheorem{exercise}{Exercise}
282         EndPreamble
283 End
284
285 Style Lemma
286         LatexName       lemma
287         Preamble
288                 \newtheorem{lemma}{Lemma}
289         EndPreamble
290 End
291
292 Style Notation
293         LatexName       notation
294         LabelCounter    notation
295         Preamble
296                 \newtheorem{notation}{Notation}
297         EndPreamble
298 End
299
300 Style Problem
301         LatexName       problem
302         LabelCounter    problem
303         Preamble
304                 \newtheorem{problem}{Problem}
305         EndPreamble
306 End
307
308 Style Proposition
309         LatexName       proposition
310         Preamble
311                 \newtheorem{proposition}{Proposition}
312         EndPreamble
313 End
314
315 Counter remark
316         GuiName Remark
317         PrettyFormat "Remark ##"
318 End
319
320 Style Remark
321         LatexName       remark
322         LabelString     "Remark \theremark."
323         Preamble
324                 \newtheorem{remark}{Remark}
325         EndPreamble
326 End
327
328 Counter solution
329         GuiName Solution
330         PrettyFormat "Solution ##"
331 End
332
333 Style Solution
334         CopyStyle       Remark
335         LatexName       solution
336         LabelCounter    solution
337         LabelString     "Solution \thesolution."
338         Preamble
339                 \newtheorem{solution}{Solution}
340         EndPreamble
341 End
342
343 Counter summary
344         GuiName Summary
345         PrettyFormat "Summary ##"
346 End
347
348 Style Summary
349         LatexName       summary
350         LabelCounter    summary
351         Preamble
352                 \newtheorem{summary}{Summary}
353         EndPreamble
354 End
355
356 Style Caption
357         CopyStyle       Remark
358         Category        MainText
359         LatexType       Command
360         LatexName       QTR{caption}
361         LabelCounter    caption
362         LabelString     "Caption:"
363         LeftMargin      "Caption: "
364         Align           Center
365 End
366
367 Style Proof
368         Preamble
369         EndPreamble
370 End
371