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