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