]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsdefs.inc
put labelstrings in quotes (from Michael)
[lyx.git] / lib / layouts / amsdefs.inc
1 # Author : David L. Johnson <dlj0@lehigh.edu>
2 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
3 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
4
5 # Including the maths stuff
6 Input amsmaths.inc
7
8 # The AMS documentclasses use the package amsmath and provide the
9 # functionality of makeidx.sty.
10 ProvidesAmsmath         1
11 ProvidesMakeidx         1
12
13
14 # the environments copied from the old amsart.layout are:
15 # - Proof
16 # - Bibliography
17 # - Title
18 # - Author
19 # - Date
20 # - Abstract (This is a title component for this style.)
21 # - Address
22 # - Email
23 # - Keywords
24 # - Subjectclass
25
26
27 Style Proof
28         Margin                First_Dynamic
29         LatexType             Environment
30         LatexName             proof
31         NextNoIndent          1
32         LabelSep              xx
33         ParIndent             MMM
34         ParSkip               0.4
35         ItemSep               0.2
36         TopSep                0.7
37         BottomSep             0.7
38         ParSep                0.3
39         Align                 Block
40         AlignPossible         Block, Left
41         LabelType             Static
42         LabelString           "Proof."
43         EndLabelType          Box
44         Font
45           Shape               Up
46           Size                Normal
47         EndFont
48         LabelFont
49           Shape               Italic
50         EndFont
51         # We don't want the preamble from Theorem
52         Preamble
53         EndPreamble
54 End
55
56
57 ### Now the title stuff. We copy do not use stdstruct.inc to keep
58 ### things in the right order
59 Style Title
60         Margin                Static
61         LatexType             Command
62         InTitle               1
63         LatexName             title
64         ParSkip               0.4
65         ItemSep               0
66         TopSep                0
67         BottomSep             1
68         ParSep                1
69         Align                 Center
70         AlignPossible         Center
71         LabelType             No_Label
72         Font
73           Shape               Smallcaps
74           Series              Bold
75           Size                Larger
76         EndFont
77 End
78
79
80 Style Author
81         Margin                Static
82         LatexType             Command
83         InTitle               1
84         LatexName             author
85         LabelSep              xxx
86         ParSkip               0.4
87         TopSep                1.3
88         BottomSep             0.7
89         ParSep                0.7
90         Align                 Center
91         AlignPossible         Center
92         LabelType             No_Label
93         Font
94           Size                Large
95           Shape               Smallcaps
96         EndFont
97 End
98
99
100 Style Date
101         Margin                Dynamic
102         LatexType             Command
103         InTitle               1
104         LatexName             date
105         LabelSep              xxx
106         ParSkip               0.4
107         TopSep                0.9
108         BottomSep             0.5
109         ParSep                1
110         Align                 Center
111         AlignPossible         Center
112         LabelType             Static
113         LabelString           "Date: "
114         Font
115           Size                Large
116         EndFont
117         LabelFont
118           Shape               Italic
119           Size                Large
120         EndFont
121 End
122
123
124 Style Abstract
125         Margin                First_Dynamic
126         LatexType             Environment
127         InTitle               1
128         LatexName             abstract
129         LeftMargin            MMM
130         LabelIndent           MMM
131         RightMargin           MMM
132         ParIndent             MM
133         TopSep                0.7
134         BottomSep             0.7
135         Align                 Block
136         AlignPossible         Block
137         LabelType             Static
138         LabelString           "Abstract."
139         LabelSep              M
140         Font
141           Size                Small
142         EndFont
143         LabelFont
144           Shape               Smallcaps
145         EndFont
146 End
147
148
149 Style Address
150         Margin                Dynamic
151         LatexType             Command
152         InTitle               1
153         LatexName             address
154         ParSkip               0.4
155         BottomSep             1.5
156         ParSep                1.5
157         Align                 Left
158         AlignPossible         Block, Left, Right, Center
159         LabelType             Static
160         LabelString           "Address: "
161         LabelFont
162           Shape               Italic
163         EndFont
164 End
165
166
167 Style Current_Address
168         CopyStyle             Address
169         LatexName             curraddr
170         LabelString           "Current address: "
171 End
172
173
174 Style Email
175         CopyStyle             Address
176         Margin                First_Dynamic
177         LatexName             email
178         LabelString           "E-mail address: "
179 End
180
181
182 Style URL
183         CopyStyle             Address
184         Margin                First_Dynamic
185         LatexName             urladdr
186         LabelString           "URL: "
187 End
188
189
190 Style Keywords
191         CopyStyle             Address
192         LatexName             keywords
193         LabelString           "Key words and phrases: "
194 End
195
196
197 Style Thanks
198         CopyStyle             Address
199         LatexName             thanks
200         LabelString           "Thanks: "
201 End
202
203
204 Style Dedicatory
205         CopyStyle             Address
206         LatexName             dedicatory
207         LabelString           "Dedication: "
208 End
209
210
211 Style Translator
212         CopyStyle             Address
213         LatexName             translator
214         LabelString           "Translator: "
215 End
216
217
218 Style Subjectclass
219         CopyStyle             Address
220         LatexName             subjclass
221         LabelString           "1991 Mathematics Subject Classification: "
222 End
223
224
225 Style Bibliography
226         Margin                First_Dynamic
227         LatexType             Bib_Environment
228         LatexName             thebibliography
229         NextNoIndent          1
230         LeftMargin            MM
231         ParSkip               0.4
232         ItemSep               0
233         TopSep                0.7
234         BottomSep             0.7
235         ParSep                0.5
236         Align                 Block
237         AlignPossible         Block, Left
238         LabelType             Bibliography
239         LabelString           "References"
240         LabelBottomSep        0.7
241         Font
242           Size                Small
243         EndFont
244         LabelFont
245           Size                Normal
246           Shape               Smallcaps
247         EndFont
248 End