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