]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart-seq.layout
Add some tipa accents
[lyx.git] / lib / layouts / amsart-seq.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[amsart]{article (AMS, sequential numbering)}
3 # AMS-Article textclass definition file. Taken from initial LyX source code
4 # and from the Article textclass definition file, following the AMS sample
5 # paper "testmath.tex" of January, 1995
6 # Author : David L. Johnson <dlj0@lehigh.edu>
7 #
8 # The "seq" version has all results, figures, etc., numbered in a separate
9 # sequence, without section numbers attached (Theorem (1), Corollary (1),
10 # Theorem (2), etc.).
11 #
12 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
13 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
14
15 Format 3
16 Input amsart.layout
17
18 # Change the definitions of the theorem-like environments to get a
19 # better numbering.
20
21 Input amsmaths-seq.inc
22
23 # Use a simpler preamble.
24
25 Preamble
26 EndPreamble
27
28
29 # but more counters
30
31 Counter
32         Name                  corollary
33 End
34
35
36 Counter
37         Name                  lemma
38 End
39
40
41 Counter
42         Name                  proposition
43 End
44
45
46 Counter
47         Name                  conjecture
48 End
49
50
51 Counter
52         Name                  criterion
53 End
54
55
56 Counter
57         Name                  algorithm
58 End
59
60
61 Counter
62         Name                  fact
63 End
64
65
66 Counter
67         Name                  axiom
68 End
69
70
71 Counter
72         Name                  definition
73 End
74
75
76 Counter
77         Name                  example
78 End
79
80
81 Counter
82         Name                  condition
83 End
84
85
86 Counter
87         Name                  problem
88 End
89
90
91 Counter
92         Name                  exercise
93 End
94
95
96 Counter
97         Name                  remark
98 End
99
100
101 Counter
102         Name                  claim
103 End
104
105
106 Counter
107         Name                  note
108 End
109
110
111 Counter
112         Name                  notation
113 End
114
115
116 Counter
117         Name                  summary
118 End
119
120
121 Counter
122         Name                  acknowledgement
123 End
124
125
126 Counter
127         Name                  case
128 End
129
130
131 Counter
132         Name                  conclusion
133 End
134
135
136
137 Style Theorem
138         LabelCounter          theorem
139         LabelString           "Theorem \arabic{theorem}."
140 End
141
142
143 Style Corollary
144         LabelCounter          corollary
145         LabelString           "Corollary \arabic{corollary}."
146 End
147
148
149 Style Lemma
150         LabelCounter          lemma
151         LabelString           "Lemma \arabic{lemma}."
152 End
153
154
155 Style Proposition
156         LabelCounter          proposition
157         LabelString           "Proposition \arabic{proposition}."
158 End
159
160
161 Style Conjecture
162         LabelCounter          conjecture
163         LabelString           "Conjecture \arabic{conjecture}."
164 End
165
166
167 Style Criterion
168         LabelCounter          criterion
169         LabelString           "Criterion \arabic{criterion}."
170 End
171
172
173 Style Algorithm
174         LabelCounter          algorithm
175         LabelString           "Algorithm \arabic{algorithm}."
176 End
177
178
179 Style Fact
180         LabelCounter          fact
181         LabelString           "Fact \arabic{fact}."
182 End
183
184
185 Style Axiom
186         LabelCounter          axiom
187         LabelString           "Axiom \arabic{axiom}."
188 End
189
190
191 Style Definition
192         LabelCounter          definition
193         LabelString           "Definition \arabic{definition}."
194 End
195
196
197 Style Example
198         LabelCounter          example
199         LabelString           "Example \arabic{example}."
200 End
201
202
203 Style Condition
204         LabelCounter          condition
205         LabelString           "Condition \arabic{condition}."
206 End
207
208
209 Style Problem
210         LabelCounter          problem
211         LabelString           "Problem \arabic{problem}."
212 End
213
214
215 Style Exercise
216         LabelCounter          exercise
217         LabelString           "Exercise \arabic{exercise}."
218 End
219
220
221 Style Remark
222         LabelCounter          remark
223         LabelString           "Remark \arabic{remark}."
224 End
225
226
227 Style Claim
228         LabelCounter          claim
229         LabelString           "Claim \arabic{claim}."
230 End
231
232
233 Style Note
234         LabelCounter          note
235         LabelString           "Note \arabic{note}."
236 End
237
238
239 Style Notation
240         LabelCounter          notation
241         LabelString           "Notation \arabic{notation}."
242 End
243
244
245 Style Summary
246         LabelCounter          summary
247         LabelString           "Summary \arabic{summary}."
248 End
249
250
251 Style Acknowledgement
252         LabelCounter          acknowledgement
253         LabelString           "Acknowledgement \arabic{acknowledgement}."
254 End
255
256
257 Style Case
258         LabelCounter          case
259         LabelString           "Case \arabic{case}."
260 End
261
262
263 Style Conclusion
264         LabelCounter          conclusion
265         LabelString           "Conclusion \arabic{conclusion}."
266 End