]> git.lyx.org Git - lyx.git/blob - lib/layouts/AEA.layout
0198181e8c3bac4a96f7d691cc3871e664922d34
[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 45
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 Algorithm
148         LatexName       algorithm
149         Preamble
150                 \newtheorem{algorithm}{Algorithm}
151         EndPreamble
152 End
153
154 Style Axiom
155         LatexName       axiom
156         Preamble
157                 \newtheorem{axiom}{Axiom}
158         EndPreamble
159 End
160
161 Style Case
162         CopyStyle       Remark
163         LatexName       case
164         LabelCounter    case
165         LabelString     "Case \thecase."
166         Preamble
167                 \newtheorem{case}{Case}
168         EndPreamble
169 End
170
171 Style Claim
172         LatexName       claim
173         Preamble
174                 \newtheorem{claim}{Claim}
175         EndPreamble
176 End
177
178 Style Conclusion
179         LatexName       conclusion
180         LabelCounter    conclusion
181         Preamble
182                 \newtheorem{conclusion}{Conclusion}
183         EndPreamble
184 End
185
186 Style Condition
187         LatexName       condition
188         LabelCounter    condition
189         Preamble
190                 \newtheorem{condition}{Condition}
191         EndPreamble
192 End
193
194 Style Conjecture
195         LatexName       conjecture
196         Preamble
197                 \newtheorem{conjecture}{Conjecture}
198         EndPreamble
199 End
200
201 Style Corollary
202         LatexName       corollary
203         Preamble
204                 \newtheorem{corollary}{Corollary}
205         EndPreamble
206 End
207
208 Style Criterion
209         LatexName       criterion
210         LabelCounter    criterion
211         Preamble
212                 \newtheorem{criterion}{Criterion}
213         EndPreamble
214 End
215
216 Style Definition
217         LatexName       definition
218         Preamble
219                 \newtheorem{definition}{Definition}
220         EndPreamble
221 End
222
223 Style Example
224         LatexName       example
225         Preamble
226                 \newtheorem{example}{Example}
227         EndPreamble
228 End
229
230 Style Exercise
231         LatexName       exercise
232         Preamble
233                 \newtheorem{exercise}{Exercise}
234         EndPreamble
235 End
236
237 Style Lemma
238         LatexName       lemma
239         Preamble
240                 \newtheorem{lemma}{Lemma}
241         EndPreamble
242 End
243
244 Style Notation
245         LatexName       notation
246         LabelCounter    notation
247         Preamble
248                 \newtheorem{notation}{Notation}
249         EndPreamble
250 End
251
252 Style Problem
253         LatexName       problem
254         LabelCounter    problem
255         Preamble
256                 \newtheorem{problem}{Problem}
257         EndPreamble
258 End
259
260 Style Proposition
261         LatexName       proposition
262         Preamble
263                 \newtheorem{proposition}{Proposition}
264         EndPreamble
265 End
266
267 Style Remark
268         LatexName       remark
269         LabelString     "Remark \theremark."
270         Preamble
271                 \newtheorem{remark}{Remark}
272         EndPreamble
273 End
274
275 Style Solution
276         CopyStyle       Remark
277         LatexName       solution
278         LabelCounter    solution
279         LabelString     "Solution \thesolution."
280         Preamble
281                 \newtheorem{solution}{Solution}
282         EndPreamble
283 End
284
285 Style Summary
286         LatexName       summary
287         LabelCounter    summary
288         Preamble
289                 \newtheorem{summary}{Summary}
290         EndPreamble
291 End
292
293 Style Caption
294         CopyStyle       Remark
295         Category        MainText
296         LatexType       Command
297         LatexName       QTR{caption}
298         LabelCounter    caption
299         LabelString     "Caption: "
300         LeftMargin      "Caption: "
301         Align           Center
302 End
303
304 Style Proof
305         Preamble
306         EndPreamble
307 End
308
309 Counter case
310 End
311 Counter remark
312 End
313 Counter summary
314 End
315 Counter solution
316 End