]> git.lyx.org Git - lyx.git/blob - lib/layouts/aastex.layout
Whitespace only.
[lyx.git] / lib / layouts / aastex.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[aastex]{article (AASTeX)}
3 #
4 # Author: Mike Ressler <mike.ressler@alum.mit.edu>
5 #
6 # Disclaimer: Though I am an astronomer at the Jet Propulsion Laboratory, this
7 # package was prepared on my own time on my own machine. Neither the United
8 # States government, the National Aeronautics and Space Administration, the
9 # California Institute of Technology, the American Astronomical Society, nor
10 # the Jet Propulsion Laboratory endorse this package - indeed, they probably
11 # don't even know of it's existence. Use of this package is covered by the LyX
12 # license which is found in the file COPYING in the root directory of the LyX
13 # distribution.
14 #
15 # Version 0.0   5/27/99 - Initial submission, basic LaTeX equivalents
16 # Version 0.1   6/04/99 - Most everything in sections 2.1-2.11 of AASTeX guide
17 #                         works. References work with some ERT. Regular tables
18 #                         (2.14) okay, deluxetable will never be supported.
19 #                         Figures (2.13) not even attempted yet. Misc (2.15)
20 #                         partially supported, but much will remain ERT.
21 #                         Style options (section 3) can be typed into Extra
22 #                         Document options.
23 #                         Much cleaning of this file needs to be done.
24 # Version 1.0   6/09/99 - Implemented remaining commands as well as possible.
25 #                         There is little more I can do unless LyX source code
26 #                         is changed. (Not by me!) Documentation, template, and
27 #                         example files are available.
28 # Version 1.1   7/25/99 - Changed \url to take advantage of new layout option.
29 # Version 1.2   4/18/02 - Updated for natbib in 1.2.0
30
31
32 Columns                 1
33 Sides                   1
34 #SecNumDepth            3
35 TocDepth                0
36 PageStyle               Plain
37 ProvidesAmsmath         1
38 ProvidesNatbib          1
39 ProvidesUrl             1
40
41
42 ClassOptions
43         PageStyle             ""
44 End
45
46
47 Style Standard
48         Margin                Static
49         LatexType             Paragraph
50         LatexName             dummy
51         ParIndent             MM
52         ParSkip               0.4
53         Align                 Block
54         AlignPossible         Block, Left, Right, Center
55         LabelType             No_Label
56 End
57
58
59 # I want to keep the entries in a logical order.
60 # Therefore I'll define the entries first, then fill them in
61
62 Style Section
63 End
64
65 Style Subsection
66 End
67
68 Style Subsubsection
69 End
70
71 Style Paragraph
72 End
73
74 Style Itemize
75 End
76
77 Style Enumerate
78 End
79
80 Style Description
81 End
82
83 Style List
84 End
85
86 Style Title
87 End
88
89 Style Author
90 End
91
92 Style Affiliation
93 End
94
95 Style Email
96 End
97
98 Style And
99 End
100
101 Style Date
102 End
103
104 Style Abstract
105 End
106
107 Style Keywords
108 End
109
110 Style Acknowledgements
111 End
112
113 Style Appendix
114 End
115
116 Style References
117 End
118
119 Style PlaceFigure
120 End
121
122 Style PlaceTable
123 End
124
125 Style TableComments
126 End
127
128 Style TableRefs
129 End
130
131 Style Caption
132 End
133
134 Style MathLetters
135 End
136
137 Style NoteToEditor
138 End
139
140
141 # OK, now we have a more or less consistent Ordering. Now fill the
142 # definitions. First, the standard includes
143
144 Input stdsections.inc
145 Input numarticle.inc
146 Input stdtitle.inc
147 Input stdstruct.inc
148 Input stdlists.inc
149 Input stdfloats.inc
150 Input stdcounters.inc
151
152 NoStyle Part
153 NoStyle Chapter
154 NoStyle Subparagraph
155 NoStyle List
156 NoStyle Bibliography
157
158
159 Style Section
160         Align                 Center
161         AlignPossible         Center
162         NextNoIndent          0
163         TopSep                2.0
164         BottomSep             1.3
165         Font
166           Series              Bold
167           Size                Normal
168         EndFont
169 End
170
171
172 Style Subsection
173         Align                 Center
174         AlignPossible         Center
175         NextNoIndent          0
176         TopSep                1.7
177         BottomSep             1.1
178         Font
179           Series              Bold
180           Size                Normal
181         EndFont
182 End
183
184
185 Style Subsubsection
186         Align                 Center
187         AlignPossible         Center
188         NextNoIndent          0
189         TopSep                1.7
190         BottomSep             1.1
191         Font
192           Series              Medium
193           Shape               Italic
194           Size                Normal
195         EndFont
196 End
197
198
199 Style Title
200         TopSep                2
201         BottomSep             1.3
202         Align                 Center
203         AlignPossible         Center
204         InTitle               0
205         Font
206           Series              Bold
207           Size                Large
208         EndFont
209 End
210
211
212 Style Author
213         Align                 Center
214         AlignPossible         Center
215         LabelType             No_Label
216         InTitle               0
217         Font
218           Size                Normal
219           Series              Medium
220           Shape               SmallCaps
221         EndFont
222 End
223
224
225 Style Date
226         LabelSep              ""
227         TopSep                1.2
228         Align                 Center
229         AlignPossible         Center
230         InTitle               0
231         Font
232           Size                Small
233         EndFont
234 End
235
236
237 Style Abstract
238         LeftMargin            "MMM"
239         RightMargin           "MMM"
240         ParIndent             "MM"
241         TopSep                1.4
242         BottomSep             0.7
243         LabelType             Centered_Top_Environment
244         Align                 Block
245         AlignPossible         Block, Left, Right, Center
246         Font
247           Size                Normal
248         EndFont
249         LabelFont
250           Series              Bold
251           Size                Normal
252         EndFont
253 End
254
255
256 Style Affiliation
257         Margin                Static
258         LatexType             Command
259         InTitle               0
260         LatexName             affil
261         ParSkip               0.4
262         BottomSep             0.4
263         Align                 Center
264         AlignPossible         Block, Left, Right, Center
265         LabelType             No_Label
266
267         Font
268           Family              Roman
269           Size                Normal
270         EndFont
271 End
272
273
274 Style Keywords
275         LeftMargin            MMM
276         Margin                Dynamic
277         LatexType             Command
278         InTitle               0
279         LatexName             keywords
280         ParSkip               0.4
281         BottomSep             0.4
282         Align                 Block
283         AlignPossible         Block, Left, Right, Center
284         LabelType             Static
285         LabelSep              M
286         LabelString           "Subject headings:"
287         Font
288           Family              Roman
289           Shape               Up
290           Size                Normal
291         EndFont
292         LabelFont
293           Family              Roman
294           Shape               Italic
295           Size                Normal
296         EndFont
297 End
298
299
300 Style Email
301         Margin                Static
302         LatexType             Command
303         InTitle               0
304         LatexName             email
305         ParSkip               0.4
306         BottomSep             0.4
307         Align                 Center
308         AlignPossible         Block, Left, Right, Center
309         LabelType             No_Label
310         Font
311           Family              Roman
312           Size                Normal
313           Shape               Italic
314         EndFont
315 End
316
317
318 Style Acknowledgements
319         Margin                Dynamic
320         LatexType             Command
321         InTitle               0
322         LatexName             acknowledgements
323         TopSep                1.2
324         ParSkip               0.4
325         BottomSep             0.8
326         Align                 Left
327         AlignPossible         Left
328         LabelType             Static
329         LabelString           [Acknowledgements]
330         KeepEmpty             1
331         Font
332           Family              Roman
333           Size                Normal
334           Shape               Italic
335         EndFont
336 End
337
338
339 Style And
340         Margin                Dynamic
341         LatexType             Command
342         InTitle               0
343         LatexName             and
344         TopSep                1.2
345         ParSkip               0.4
346         BottomSep             1.2
347         Align                 Center
348         AlignPossible         Center
349         LabelType             Static
350         LabelString           and
351         KeepEmpty             1
352         Font
353           Family              Roman
354           Size                Normal
355         EndFont
356 End
357
358
359 Style PlaceFigure
360         Margin                Dynamic
361         LatexType             Command
362         InTitle               0
363         LatexName             placefigure
364         TopSep                1.2
365         ParSkip               0.4
366         BottomSep             0.8
367         Align                 Left
368         AlignPossible         Left
369         LabelType             Static
370         LabelString           "Place Figure here: "
371         Font
372           Family              Roman
373           Size                Normal
374           Shape               Italic
375         EndFont
376 End
377
378
379 Style PlaceTable
380         Margin                Dynamic
381         LatexType             Command
382         InTitle               0
383         LatexName             placetable
384         TopSep                1.2
385         ParSkip               0.4
386         BottomSep             0.8
387         Align                 Left
388         AlignPossible         Left
389         LabelType             Static
390         LabelString           "Place Table here: "
391         Font
392           Family              Roman
393           Size                Normal
394           Shape               Italic
395         EndFont
396 End
397
398
399 Style Appendix
400         Margin                Dynamic
401         LatexType             Command
402         InTitle               0
403         LatexName             appendix
404         TopSep                1.2
405         ParSkip               0.4
406         BottomSep             0.8
407         Align                 Left
408         AlignPossible         Left
409         LabelType             Static
410         LabelString           [Appendix]
411         KeepEmpty             1
412         Font
413           Family              Roman
414           Size                Normal
415           Shape               Italic
416         EndFont
417 End
418
419
420 Style MathLetters
421         LatexType             Environment
422         LatexName             mathletters
423         LabelType             No_Label
424         Align                 Block
425         AlignPossible         Block, Left, Right, Center
426         Font
427           Size                Normal
428         EndFont
429 End
430
431
432 Style References
433         Margin                First_Dynamic
434         LatexType             Item_Environment
435         LatexName             thebibliography
436         NextNoIndent          1
437         LeftMargin            MM
438         ParSkip               0.4
439         ItemSep               0
440         TopSep                0.7
441         BottomSep             0.7
442         ParSep                0.5
443         LabelType             Bibliography
444         LabelString           References
445         LabelBottomSep        0.7
446         Align                 Block
447         AlignPossible         Block, Left, Right, Center
448         LabelFont
449           Family              Roman
450           Size                Normal
451           Series              Bold
452         EndFont
453 End
454
455
456 # Need reordering below here
457
458 Style NoteToEditor
459         Margin                Dynamic
460         LatexType             Command
461         InTitle               0
462         LatexName             notetoeditor
463         TopSep                1.2
464         ParSkip               0.4
465         BottomSep             0.8
466         Align                 Left
467         AlignPossible         Block, Left, Right, Center
468         LabelType             Static
469         LabelString           "Note to Editor: "
470         Font
471           Family              Roman
472           Size                Normal
473           Shape               Italic
474         EndFont
475 End
476
477
478 Style TableRefs
479         Margin                First_Dynamic
480         LatexType             Command
481         InTitle               0
482         LatexName             tablerefs
483         TopSep                1.2
484         ParSkip               0.4
485         BottomSep             0.8
486         Align                 Block
487         AlignPossible         Block, Left, Right, Center
488         LabelType             Static
489         LabelString           "References. --- "
490         Font
491           Family              Roman
492           Size                Normal
493         EndFont
494 End
495
496
497 Style TableComments
498         Margin                First_Dynamic
499         LatexType             Command
500         InTitle               0
501         LatexName             tablecomments
502         TopSep                1.2
503         ParSkip               0.4
504         BottomSep             0.8
505         Align                 Block
506         AlignPossible         Block, Left, Right, Center
507         LabelType             Static
508         LabelString           "Note. --- "
509         Font
510           Family              Roman
511           Size                Normal
512         EndFont
513 End
514
515
516 Style Caption
517         Margin                First_Dynamic
518         LatexType             Command
519         LatexName             caption
520         NeedProtect           1
521         LabelSep              xx
522         ParSkip               0.4
523         TopSep                0.5
524         Align                 Block
525         AlignPossible         Block, Left
526         LabelType             Sensitive
527         LabelString           Caption
528         LabelFont
529           Series              Bold
530         EndFont
531 End
532
533
534 Style FigCaption
535         Margin                First_Dynamic
536         LatexType             Command
537         LatexName             figcaption
538         LatexParam            [FileName]
539         LabelSep              xx
540         ParSkip               0.4
541         TopSep                0.5
542         Align                 Block
543         AlignPossible         Block, Left
544         LabelType             Static
545         LabelString           "Fig. --- "
546 End