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