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