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