]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsdefs.inc
typo.
[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 # Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
5 # Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
6
7 # Including the maths stuff
8 Format 6
9
10 # The AMS documentclasses use the package amsmath and provide the
11 # functionality of makeidx.sty.
12 Provides amsmath         1
13 Provides makeidx         1
14
15
16 # the environments copied from the old amsart.layout are:
17 # - Bibliography
18 # - Title
19 # - Author
20 # - Date
21 # - Abstract (This is a title component for this style.)
22 # - Address
23 # - Email
24 # - Keywords
25 # - Subjectclass
26
27
28 ### Now the title stuff. We copy do not use stdstruct.inc to keep
29 ### things in the right order
30 Style Title
31         Margin                Static
32         LatexType             Command
33         InTitle               1
34         LatexName             title
35         ParSkip               0.4
36         ItemSep               0
37         TopSep                0
38         BottomSep             1
39         ParSep                1
40         Align                 Center
41         LabelType             No_Label
42         OptionalArgs          1
43         Font
44           Shape               Smallcaps
45           Series              Bold
46           Size                Larger
47         EndFont
48 End
49
50
51 Style Author
52         Margin                Static
53         LatexType             Command
54         InTitle               1
55         LatexName             author
56         LabelSep              xxx
57         ParSkip               0.4
58         TopSep                1.3
59         BottomSep             0.7
60         ParSep                0.7
61         Align                 Center
62         LabelType             No_Label
63         Font
64           Size                Large
65           Shape               Smallcaps
66         EndFont
67 End
68
69
70 Style Date
71         Margin                Dynamic
72         LatexType             Command
73         InTitle               1
74         LatexName             date
75         LabelSep              xxx
76         ParSkip               0.4
77         TopSep                0.9
78         BottomSep             0.5
79         ParSep                1
80         Align                 Center
81         LabelType             Static
82         LabelString           "Date:"
83         Font
84           Size                Large
85         EndFont
86         LabelFont
87           Shape               Italic
88           Size                Large
89         EndFont
90 End
91
92
93 Style Abstract
94         Margin                First_Dynamic
95         LatexType             Environment
96         InTitle               1
97         LatexName             abstract
98         LeftMargin            MMM
99         LabelIndent           MMM
100         RightMargin           MMM
101         ParIndent             MM
102         TopSep                0.7
103         BottomSep             0.7
104         Align                 Block
105         LabelType             Static
106         LabelString           "Abstract."
107         LabelSep              M
108         Font
109           Size                Small
110         EndFont
111         LabelFont
112           Shape               Smallcaps
113         EndFont
114 End
115
116 # Clear Address definition from lyxmacros
117 NoStyle Address
118
119 Style Address
120         Margin                Dynamic
121         LatexType             Command
122         InTitle               1
123         LatexName             address
124         ParSkip               0.4
125         BottomSep             1.5
126         ParSep                1.5
127         Align                 Left
128         AlignPossible         Block, Left, Right, Center
129         LabelType             Static
130         LabelString           "Address:"
131         LabelSep              M
132         LabelFont
133           Shape               Italic
134         EndFont
135 End
136
137
138 Style Current_Address
139         CopyStyle             Address
140         LatexName             curraddr
141         LabelString           "Current address:"
142 End
143
144
145 Style Email
146         CopyStyle             Address
147         Margin                First_Dynamic
148         LatexName             email
149         LabelString           "E-mail address:"
150 End
151
152
153 Style URL
154         CopyStyle             Address
155         Margin                First_Dynamic
156         LatexName             urladdr
157         LabelString           "URL:"
158 End
159
160
161 Style Keywords
162         CopyStyle             Address
163         LatexName             keywords
164         LabelString           "Key words and phrases:"
165 End
166
167
168 Style Thanks
169         CopyStyle             Address
170         LatexName             thanks
171         LabelString           "Thanks:"
172 End
173
174
175 Style Dedicatory
176         CopyStyle             Address
177         LatexName             dedicatory
178         LabelString           "Dedication:"
179 End
180
181
182 Style Translator
183         CopyStyle             Address
184         LatexName             translator
185         LabelString           "Translator:"
186 End
187
188
189 Style Subjectclass
190         CopyStyle             Address
191         LatexName             subjclass[2000]
192         LabelString           "2000 Mathematics Subject Classification:"
193 End
194
195
196 Style Bibliography
197         Margin                First_Dynamic
198         LatexType             Bib_Environment
199         LatexName             thebibliography
200         NextNoIndent          1
201         LeftMargin            MM
202         ParSkip               0.4
203         ItemSep               0
204         TopSep                0.7
205         BottomSep             0.7
206         ParSep                0.5
207         Align                 Block
208         AlignPossible         Block, Left
209         LabelType             Bibliography
210         LabelString           "References"
211         LabelBottomSep        0.7
212         Font
213           Size                Small
214         EndFont
215         LabelFont
216           Size                Normal
217           Shape               Smallcaps
218         EndFont
219 End