]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart-plain.layout
lib/ui/stdmenus.inc: change 'Clipboard as xxx' to 'Plain Text as xxx'. I still think...
[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 Format 2
12 Input amsart.layout
13
14 # Change the definitions of the theorem-like environments to get unnumbered
15 # results
16
17 Input amsmaths-plain.inc
18
19 # Use a simpler preamble.
20 Preamble
21         \usepackage{amsmath,amsthm}
22         \usepackage{amsfonts}
23 EndPreamble
24
25
26 Style Theorem
27         LabelString           "Theorem."
28 End
29
30
31 Style Corollary
32         LabelType             Static
33         LabelString           "Corollary."
34 End
35
36
37 Style Lemma
38         LabelType             Static
39         LabelString           "Lemma."
40 End
41
42
43 Style Proposition
44         LabelType             Static
45         LabelString           "Proposition."
46 End
47
48
49 Style Conjecture
50         LabelType             Static
51         LabelString           "Conjecture."
52 End
53
54
55 Style Criterion
56         LabelType             Static
57         LabelString           "Criterion."
58 End
59
60
61 Style Algorithm
62         LabelType             Static
63         LabelString           "Algorithm."
64 End
65
66
67 Style Fact
68         LabelType             Static
69         LabelString           "Fact."
70 End
71
72
73 Style Axiom
74         LabelType             Static
75         LabelString           "Axiom."
76 End
77
78
79 Style Definition
80         LabelType             Static
81         LabelString           "Definition."
82 End
83
84
85 Style Example
86         LabelType             Static
87         LabelString           "Example."
88 End
89
90
91 Style Condition
92         LabelType             Static
93         LabelString           "Condition."
94 End
95
96
97 Style Problem
98         LabelType             Static
99         LabelString           "Problem."
100 End
101
102
103 Style Exercise
104         LabelType             Static
105         LabelString           "Exercise."
106 End
107
108
109 Style Remark
110         LabelType             Static
111         LabelString           "Remark."
112 End
113
114
115 Style Claim
116         LabelType             Static
117         LabelString           "Claim."
118 End
119
120
121 Style Note
122         LabelType             Static
123         LabelString           "Note."
124 End
125
126
127 Style Notation
128         LabelType             Static
129         LabelString           "Notation."
130 End
131
132
133 Style Summary
134         LabelType             Static
135         LabelString           "Summary."
136 End
137
138
139 Style Acknowledgement
140         LabelType             Static
141         LabelString           "Acknowledgement."
142 End
143
144
145 Style Case
146         LabelType             Static
147         LabelString           "Case."
148 End
149
150
151 Style Conclusion
152         LabelType             Static
153         LabelString           "Conclusion."
154 End