]> git.lyx.org Git - lyx.git/blob - lib/layouts/AEA.layout
layout 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]{article (American Economic Association)}
3 # Author : Koji Yokota <yokota@res.otaru-uc.ac.jp>
4
5 Format 11
6 Input stdclass.inc
7 Input theorems-bytype.module
8 Input theorems-ams-extended-bytype.module
9
10 Provides amsthm 1
11
12 Preamble
13         \usepackage{harvard}
14 EndPreamble
15
16 NoStyle         Part
17 NoStyle         Chapter
18 NoStyle         Paragraph
19 NoStyle         Subparagraph
20 NoStyle         SpecialSection
21 NoStyle         Part*
22 NoStyle         Chapter*
23 NoStyle         Section*
24 NoStyle         Subsection*
25 NoStyle         Subsubsection*
26 NoStyle         Paragraph*
27 NoStyle         Subparagraph*
28 NoStyle         SpecialSection*
29 NoStyle         List
30 NoStyle         LyX-Code
31 NoStyle         Verse
32 NoStyle         Address
33 NoStyle         Right_Address
34 NoStyle         Acknowledgement*
35 NoStyle         Algorithm*
36 NoStyle         Assumption*
37 NoStyle         Axiom*
38 NoStyle         Conclusion*
39 NoStyle         Condition*
40 NoStyle         Criterion*
41 NoStyle         Fact
42 NoStyle         Notation*
43 NoStyle         Note
44 NoStyle         Note*
45 NoStyle         Remark*
46 NoStyle         Summary*
47
48 ClassOptions
49         Other   draftmode
50 End
51
52 Style ShortTitle
53         Category        FrontMatter
54         LatexType       Command
55         LatexName       shortTitle
56         InTitle         1
57         Align           Center
58 End
59
60 Style Publication_Month
61         CopyStyle       ShortTitle
62         LatexName       pubMonth
63         Align           Left
64         Margin          Dynamic
65         LabelType       Static
66         LabelString     "Publication Month:"
67         LabelSep        M
68         LabelFont
69           Color         Red
70         EndFont
71 End
72
73 Style Publication_Year
74         CopyStyle       Publication_Month
75         LatexName       pubYear
76         LabelString     "Publication Year:"
77 End
78
79 Style Publication_Volume
80         CopyStyle       Publication_Month
81         LatexName       pubVolume
82         LabelString     "Publication Volume:"
83 End
84
85 Style Publication_Issue
86         CopyStyle       Publication_Month
87         LatexName       pubIssue
88         LabelString     "Publication Issue:"
89 End
90
91 Style Abstract
92         InTitle         1
93 End
94
95 Style Acknowledgement
96         Category        FrontMatter
97         LabelString     "Acknowledgement."
98         Preamble
99         EndPreamble
100 End
101
102 Style Theorem
103         LatexName       theorem
104         Preamble
105                 \newtheorem{theorem}{Theorem}
106         EndPreamble
107 End
108
109 Style Algorithm
110         LatexName       algorithm
111         Preamble
112                 \newtheorem{algorithm}{Algorithm}
113         EndPreamble
114 End
115
116 Style Axiom
117         LatexName       axiom
118         Preamble
119                 \newtheorem{axiom}{Axiom}
120         EndPreamble
121 End
122
123 Style Case
124         CopyStyle       Remark
125         LatexName       case
126         LabelCounter    case
127         LabelString     "Case \thecase."
128         Preamble
129                 \newtheorem{case}{Case}
130         EndPreamble
131 End
132
133 Style Claim
134         LatexName       claim
135         Preamble
136                 \newtheorem{claim}{Claim}
137         EndPreamble
138 End
139
140 Style Conclusion
141         LatexName       conclusion
142         LabelCounter    conclusion
143         Preamble
144                 \newtheorem{conclusion}{Conclusion}
145         EndPreamble
146 End
147
148 Style Condition
149         LatexName       condition
150         LabelCounter    condition
151         Preamble
152                 \newtheorem{condition}{Condition}
153         EndPreamble
154 End
155
156 Style Conjecture
157         LatexName       conjecture
158         Preamble
159                 \newtheorem{conjecture}{Conjecture}
160         EndPreamble
161 End
162
163 Style Corollary
164         LatexName       corollary
165         Preamble
166                 \newtheorem{corollary}{Corollary}
167         EndPreamble
168 End
169
170 Style Criterion
171         LatexName       criterion
172         LabelCounter    criterion
173         Preamble
174                 \newtheorem{criterion}{Criterion}
175         EndPreamble
176 End
177
178 Style Definition
179         LatexName       definition
180         Preamble
181                 \newtheorem{definition}{Definition}
182         EndPreamble
183 End
184
185 Style Example
186         LatexName       example
187         Preamble
188                 \newtheorem{example}{Example}
189         EndPreamble
190 End
191
192 Style Exercise
193         LatexName       exercise
194         Preamble
195                 \newtheorem{exercise}{Exercise}
196         EndPreamble
197 End
198
199 Style Lemma
200         LatexName       lemma
201         Preamble
202                 \newtheorem{lemma}{Lemma}
203         EndPreamble
204 End
205
206 Style Notation
207         LatexName       notation
208         LabelCounter    notation
209         Preamble
210                 \newtheorem{notation}{Notation}
211         EndPreamble
212 End
213
214 Style Problem
215         LatexName       problem
216         LabelCounter    problem
217         Preamble
218                 \newtheorem{problem}{Problem}
219         EndPreamble
220 End
221
222 Style Proposition
223         LatexName       proposition
224         Preamble
225                 \newtheorem{proposition}{Proposition}
226         EndPreamble
227 End
228
229 Style Remark
230         LatexName       remark
231         LabelString     "Remark \theremark."
232         Preamble
233                 \newtheorem{remark}{Remark}
234         EndPreamble
235 End
236
237 Style Solution
238         CopyStyle       Remark
239         LatexName       solution
240         LabelCounter    solution
241         LabelString     "Solution \thesolution."
242         Preamble
243                 \newtheorem{solution}{Solution}
244         EndPreamble
245 End
246
247 Style Summary
248         LatexName       summary
249         LabelCounter    summary
250         Preamble
251                 \newtheorem{summary}{Summary}
252         EndPreamble
253 End
254
255 Style Caption
256         CopyStyle       Remark
257         Category        MainText
258         LatexType       Command
259         LatexName       QTR{caption}
260         LabelCounter    caption
261         LabelString     "Caption: "
262         LeftMargin      "Caption: "
263         Align           Center
264 End
265
266 Style Proof
267         Preamble
268         EndPreamble
269 End
270
271 Counter case
272 End
273 Counter remark
274 End
275 Counter summary
276 End
277 Counter solution
278 End