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