]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart-plain.layout
Whitespace, only whitespace. Part II.
[lyx.git] / lib / layouts / amsart-plain.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[amsart]{article (AMS, unnumbered)}
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 # The "unnumbered" version has all results, unnumbered
8 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
9 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
10
11 Input amsart.layout
12
13 # Change the definitions of the theorem-like environments to get unnumbered
14 # results
15
16 Input amsmaths-plain.inc
17
18 # Use a simpler preamble.
19 Preamble
20         \usepackage{amsmath,amsthm}
21         \usepackage{amsfonts}
22 EndPreamble
23
24
25 Style Theorem
26         LabelString           "Theorem."
27 End
28
29
30 Style Corollary
31         LabelType             Static
32         LabelString           "Corollary."
33 End
34
35
36 Style Lemma
37         LabelType             Static
38         LabelString           "Lemma."
39 End
40
41
42 Style Proposition
43         LabelType             Static
44         LabelString           "Proposition."
45 End
46
47
48 Style Conjecture
49         LabelType             Static
50         LabelString           "Conjecture."
51 End
52
53
54 Style Criterion
55         LabelType             Static
56         LabelString           "Criterion."
57 End
58
59
60 Style Algorithm
61         LabelType             Static
62         LabelString           "Algorithm."
63 End
64
65
66 Style Fact
67         LabelType             Static
68         LabelString           "Fact."
69 End
70
71
72 Style Axiom
73         LabelType             Static
74         LabelString           "Axiom."
75 End
76
77
78 Style Definition
79         LabelType             Static
80         LabelString           "Definition."
81 End
82
83
84 Style Example
85         LabelType             Static
86         LabelString           "Example."
87 End
88
89
90 Style Condition
91         LabelType             Static
92         LabelString           "Condition."
93 End
94
95
96 Style Problem
97         LabelType             Static
98         LabelString           "Problem."
99 End
100
101
102 Style Exercise
103         LabelType             Static
104         LabelString           "Exercise."
105 End
106
107
108 Style Remark
109         LabelType             Static
110         LabelString           "Remark."
111 End
112
113
114 Style Claim
115         LabelType             Static
116         LabelString           "Claim."
117 End
118
119
120 Style Note
121         LabelType             Static
122         LabelString           "Note."
123 End
124
125
126 Style Notation
127         LabelType             Static
128         LabelString           "Notation."
129 End
130
131
132 Style Summary
133         LabelType             Static
134         LabelString           "Summary."
135 End
136
137
138 Style Acknowledgement
139         LabelType             Static
140         LabelString           "Acknowledgement."
141 End
142
143
144 Style Case
145         LabelType             Static
146         LabelString           "Case."
147 End
148
149
150 Style Conclusion
151         LabelType             Static
152         LabelString           "Conclusion."
153 End