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