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