]> git.lyx.org Git - lyx.git/blob - lib/layouts/aa.layout
New framework for declaring generic features in textclasses.
[lyx.git] / lib / layouts / aa.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[aa]{article (A&A)}
3 #
4 # Author: Peter Sütterlin <pit@uni-sw.gwdg.de>
5 #
6 # 2001-05-17  take out include of stdlayouts; merge aapaper.inc
7 #             remove LaTeX style, rename to aa
8 # 2001-05-31  Adapt to aa.cls version 5.01:
9 #             take out thesaurus, email -> mail
10 #             change layout of title
11 #             abstract is command
12
13
14 Format 4
15 Columns                 2
16 Sides                   2
17 SecNumDepth             3
18 TocDepth                0
19 PageStyle               Plain
20
21
22 Style Standard
23         Margin                Static
24         LatexType             Paragraph
25         LatexName             dummy
26         ParIndent             MM
27         ParSkip               0.4
28         Align                 Block
29         AlignPossible         Block, Left, Right, Center
30         LabelType             No_Label
31 End
32
33
34 # I want to keep the entries in a logical order.
35 # Therefore I'll define the entries first, then fill them
36
37 Style Section
38 End
39
40 Style Subsection
41 End
42
43 Style Subsubsection
44 End
45
46 Style Itemize
47 End
48
49 Style Enumerate
50 End
51
52 Style Description
53 End
54
55 Style List
56 End
57
58
59 Style Title
60 End
61
62 Style Subtitle
63 End
64
65 Style Author
66 End
67
68 Style Address
69 End
70
71 Style Offprint
72 End
73
74 Style Mail
75 End
76
77 Style Date
78 End
79
80 Style Abstract
81 End
82
83 Style Acknowledgement
84 End
85
86 Style Bibliography
87 End
88
89
90 # OK, now we have a more or less consistent Ordering. Now fill the
91 # definitions.  First, the standard includes
92
93 Input stdlists.inc
94 Input stdsections.inc
95 Input stdtitle.inc
96 Input stdstruct.inc
97 Input stdfloats.inc
98 Input stdcounters.inc
99
100 NoStyle Chapter
101 NoStyle Paragraph
102 NoStyle Subparagraph
103 NoStyle Part
104
105
106 Style Subtitle
107         Margin                Static
108         LatexType             Command
109         InTitle               1
110         LatexName             subtitle
111         NextNoIndent          1
112         ParSkip               0.4
113         ItemSep               0
114         TopSep                1.3
115         BottomSep             1.3
116         ParSep                1
117         Align                 Center
118         LabelType             No_Label
119         Font
120           Family              Sans
121           Size                Larger
122           Series              Bold
123         EndFont
124 End
125
126
127 Style Address
128         LeftMargin            MMM
129         Margin                Static
130         LatexType             Command
131         InTitle               1
132         LatexName             institute
133         ParSkip               0.4
134 #  BottomSep            0.4
135         Align                 Left
136         LabelType             No_Label
137         Font
138           Family              Roman
139           Size                Small
140         EndFont
141 End
142
143
144 Style Offprint
145         Margin                Static
146         LatexType             Command
147         InTitle               1
148         LatexName             offprints
149         Align                 Left
150         AlignPossible         Left
151         LeftMargin            "Offprint Requests to:M"
152         LabelType             Static
153         LabelString           "Offprint Requests to:"
154         LabelSep              M
155         Font
156           Family              Roman
157           Size                Small
158         EndFont
159         LabelFont
160           Family              Roman
161           Size                Small
162           Shape               Slanted
163         EndFont
164 End
165
166
167 Style Mail
168         Margin                Static
169         LatexType             Command
170         InTitle               1
171         LatexName             mail
172         Align                 Left
173         AlignPossible         Left
174         LeftMargin            "Correspondence to:M"
175         LabelType             Static
176         LabelString           "Correspondence to:"
177         LabelSep              M
178         Font
179           Family              Roman
180           Size                Small
181         EndFont
182         LabelFont
183           Family              Roman
184           Size                Small
185           Shape               Slanted
186         EndFont
187 End
188
189
190 Style Acknowledgement
191         Margin                First_Dynamic
192         LatexType             Environment
193         LatexName             acknowledgements
194         NextNoIndent          0
195         ItemSep               0
196         TopSep                1.2
197         BottomSep             0
198         ParSep                0
199         Align                 Block
200         AlignPossible         Block
201         LabelType             Static
202         LabelString           "Acknowledgements."
203         LabelSep              M
204         Font
205           Size                Small
206         EndFont
207         LabelFont
208           Size                Small
209           Shape               Italic
210         EndFont
211 End
212
213
214
215
216 Style Section
217         TopSep                2.0
218         BottomSep             1.3
219         Font
220           Family              Sans
221           Size                Large
222         EndFont
223 End
224
225
226 Style Subsection
227         TopSep                1.7
228         BottomSep             1.1
229         Font
230           Family              Sans
231           Series              Medium
232           Size                Large
233           Shape               Slanted
234         EndFont
235 End
236
237
238 Style Subsubsection
239         TopSep                1.7
240         BottomSep             1.1
241         Font
242           Series              Medium
243           Size                Normal
244         EndFont
245 End
246
247
248 Style Title
249         TopSep                2
250         BottomSep             1.3
251         Align                 Center
252         AlignPossible         Left
253         Font
254           Family              Sans
255           Series              Bold
256         EndFont
257 End
258
259
260 Style Author
261         Align                 Center
262         AlignPossible         Center
263         LabelType             No_Label
264         BottomSep             1.5
265         Font
266           Size                Large
267           Series              Medium
268         EndFont
269 End
270
271
272 Style Date
273         LeftMargin            MMM
274         LabelSep              ""
275         TopSep                1.2
276         Align                 Left
277         AlignPossible         Left
278         Font
279           Size                Small
280         EndFont
281 End
282
283
284 Style Abstract
285         Margin                First_Dynamic
286         LatexType             Command
287         LatexName             abstract
288         InTitle               1
289         NextNoIndent          1
290         LeftMargin            MMM
291         RightMargin           MMM
292         ParIndent             ""
293         ItemSep               0
294         TopSep                1.2
295         BottomSep             0.7
296         ParSep                0
297         Align                 Block
298         AlignPossible         Block
299         LabelType             static
300         LabelString           "Abstract"
301         LabelSep              M
302         LabelBottomSep        0
303         Font
304           Size                Small
305         EndFont
306         LabelFont
307           Family              Sans
308           Series              Bold
309           Size                Small
310         EndFont
311 End
312
313
314 Style Bibliography
315         Align                 Left
316         AlignPossible         Left
317         LabelFont
318           Series              Bold
319         EndFont
320 End