]> git.lyx.org Git - wiki-uploads.git/blob - Layouts/AMS/1.4.x/amsart-seq.layout
Import uploads from wiki
[wiki-uploads.git] / Layouts / AMS / 1.4.x / 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 # Paul Rubin <rubin@msu.edu>: modified theorem counter so numbering does
15 # not restart within sections.
16
17 Format 2
18 Input amsart.layout
19
20 # Change the definitions of the theorem-like environments to get a
21 # better numbering.
22
23 Input amsmaths-seq.inc
24
25 # Use a simpler preamble.
26
27 Preamble
28 EndPreamble
29
30
31 # but more counters
32
33 Counter
34         Name                  corollary
35 End
36
37
38 Counter
39         Name                  lemma
40 End
41
42
43 Counter
44         Name                  proposition
45 End
46
47
48 Counter
49         Name                  conjecture
50 End
51
52
53 Counter
54         Name                  criterion
55 End
56
57
58 Counter
59         Name                  algorithm
60 End
61
62
63 Counter
64         Name                  fact
65 End
66
67
68 Counter
69         Name                  axiom
70 End
71
72
73 Counter
74         Name                  definition
75 End
76
77
78 Counter
79         Name                  example
80 End
81
82
83 Counter
84         Name                  condition
85 End
86
87
88 Counter
89         Name                  problem
90 End
91
92
93 Counter
94         Name                  exercise
95 End
96
97
98 Counter
99         Name                  remark
100 End
101
102
103 Counter
104         Name                  claim
105 End
106
107
108 Counter
109         Name                  note
110 End
111
112
113 Counter
114         Name                  notation
115 End
116
117
118 Counter
119         Name                  summary
120 End
121
122
123 Counter
124         Name                  acknowledgement
125 End
126
127
128 Counter
129         Name                  case
130 End
131
132
133 Counter
134         Name                  conclusion
135 End
136
137 Counter
138         Name                  assumption
139 End
140
141 # Do not restart theorem counter after section change
142 Counter
143         Name                  thm
144 End
145
146 Style Theorem
147         LabelCounter          thm
148         LabelString           "Theorem \arabic{thm}."
149 End
150
151
152 Style Corollary
153         LabelCounter          corollary
154         LabelString           "Corollary \arabic{corollary}."
155 End
156
157
158 Style Lemma
159         LabelCounter          lemma
160         LabelString           "Lemma \arabic{lemma}."
161 End
162
163
164 Style Proposition
165         LabelCounter          proposition
166         LabelString           "Proposition \arabic{proposition}."
167 End
168
169
170 Style Conjecture
171         LabelCounter          conjecture
172         LabelString           "Conjecture \arabic{conjecture}."
173 End
174
175
176 Style Criterion
177         LabelCounter          criterion
178         LabelString           "Criterion \arabic{criterion}."
179 End
180
181
182 Style Algorithm
183         LabelCounter          algorithm
184         LabelString           "Algorithm \arabic{algorithm}."
185 End
186
187
188 Style Fact
189         LabelCounter          fact
190         LabelString           "Fact \arabic{fact}."
191 End
192
193
194 Style Axiom
195         LabelCounter          axiom
196         LabelString           "Axiom \arabic{axiom}."
197 End
198
199
200 Style Definition
201         LabelCounter          definition
202         LabelString           "Definition \arabic{definition}."
203 End
204
205
206 Style Example
207         LabelCounter          example
208         LabelString           "Example \arabic{example}."
209 End
210
211
212 Style Condition
213         LabelCounter          condition
214         LabelString           "Condition \arabic{condition}."
215 End
216
217
218 Style Problem
219         LabelCounter          problem
220         LabelString           "Problem \arabic{problem}."
221 End
222
223
224 Style Exercise
225         LabelCounter          exercise
226         LabelString           "Exercise \arabic{exercise}."
227 End
228
229
230 Style Remark
231         LabelCounter          remark
232         LabelString           "Remark \arabic{remark}."
233 End
234
235
236 Style Claim
237         LabelCounter          claim
238         LabelString           "Claim \arabic{claim}."
239 End
240
241
242 Style Note
243         LabelCounter          note
244         LabelString           "Note \arabic{note}."
245 End
246
247
248 Style Notation
249         LabelCounter          notation
250         LabelString           "Notation \arabic{notation}."
251 End
252
253
254 Style Summary
255         LabelCounter          summary
256         LabelString           "Summary \arabic{summary}."
257 End
258
259
260 Style Acknowledgement
261         LabelCounter          acknowledgement
262         LabelString           "Acknowledgement \arabic{acknowledgement}."
263 End
264
265
266 Style Case
267         LabelCounter          case
268         LabelString           "Case \arabic{case}."
269 End
270
271
272 Style Conclusion
273         LabelCounter          conclusion
274         LabelString           "Conclusion \arabic{conclusion}."
275 End
276
277 Style Assumption
278         LabelCounter          assumption
279         LabelString           "Assumption \arabic{assumption}."
280 End