]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsdefs.inc
remove spaces from label strings, part 2
[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         LabelSep              M
162         LabelFont
163           Shape               Italic
164         EndFont
165 End
166
167
168 Style Current_Address
169         CopyStyle             Address
170         LatexName             curraddr
171         LabelString           "Current address:"
172 End
173
174
175 Style Email
176         CopyStyle             Address
177         Margin                First_Dynamic
178         LatexName             email
179         LabelString           "E-mail address:"
180 End
181
182
183 Style URL
184         CopyStyle             Address
185         Margin                First_Dynamic
186         LatexName             urladdr
187         LabelString           "URL:"
188 End
189
190
191 Style Keywords
192         CopyStyle             Address
193         LatexName             keywords
194         LabelString           "Key words and phrases:"
195 End
196
197
198 Style Thanks
199         CopyStyle             Address
200         LatexName             thanks
201         LabelString           "Thanks:"
202 End
203
204
205 Style Dedicatory
206         CopyStyle             Address
207         LatexName             dedicatory
208         LabelString           "Dedication:"
209 End
210
211
212 Style Translator
213         CopyStyle             Address
214         LatexName             translator
215         LabelString           "Translator:"
216 End
217
218
219 Style Subjectclass
220         CopyStyle             Address
221         LatexName             subjclass
222         LabelString           "1991 Mathematics Subject Classification:"
223 End
224
225
226 Style Bibliography
227         Margin                First_Dynamic
228         LatexType             Bib_Environment
229         LatexName             thebibliography
230         NextNoIndent          1
231         LeftMargin            MM
232         ParSkip               0.4
233         ItemSep               0
234         TopSep                0.7
235         BottomSep             0.7
236         ParSep                0.5
237         Align                 Block
238         AlignPossible         Block, Left
239         LabelType             Bibliography
240         LabelString           "References"
241         LabelBottomSep        0.7
242         Font
243           Size                Small
244         EndFont
245         LabelFont
246           Size                Normal
247           Shape               Smallcaps
248         EndFont
249 End