]> git.lyx.org Git - lyx.git/blob - lib/layouts/aa.layout
9c26978a5cfd2795172cab84186d8e632cc7366c
[lyx.git] / lib / layouts / aa.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[aa,answers.sty]{Astronomy & Astrophysics}
3 #  \DeclareCategory{Articles}
4 #
5 # Author: Peter Sütterlin <pit@uni-sw.gwdg.de>
6 # Author: Jürgen Spitzmüller <spitz@lyx.org>
7 # Author: Uwe Stöhr <uwestoehr@web.de>
8 #
9 # 2001-05-17  take out include of stdlayouts; merge aapaper.inc
10 #             remove LaTeX style, rename to aa
11 # 2001-05-31  Adapt to aa.cls version 5.01:
12 #             take out thesaurus, email -> mail
13 #             change layout of title
14 #             abstract is command
15 # 2008-06-09  Implement \inst and \email as char styles,
16 #             implement paragraph style keywords
17 # 2008-10-26  Updated for aa.cls version 6.1
18 # 2013-05-26  Updated for aa.cls version 8.2
19
20
21 Format 99
22 Columns         2
23 Sides           2
24 SecNumDepth     3
25 TocDepth        0
26 PageStyle       Plain
27
28 # Pre-loaded packages
29 Provides inputenc       1
30 Provides natbib         1
31
32 ClassOptions
33         Other           utf8
34 End
35
36 Style Standard
37         Category        MainText
38         Margin          Static
39         LatexType       Paragraph
40         LatexName       dummy
41         ParIndent       MM
42         ParSkip         0.4
43         Align           Block
44         AlignPossible   Block, Left, Right, Center
45         LabelType       No_Label
46         DocBookTag  para
47 End
48
49 Input stdinsets.inc
50 Input stdlists.inc
51 Input stdsections.inc
52 Input stdtitle.inc
53 Input stdstruct.inc
54 Input stdfloats.inc
55 Input stdcounters.inc
56
57 NoStyle Chapter
58 NoCounter chapter
59 NoStyle Paragraph
60 NoCounter paragraph
61 NoStyle Subparagraph
62 NoCounter subparagraph
63 NoStyle Part
64 NoCounter part
65 NoStyle Abstract
66 NoStyle Bibliography
67
68
69 Style Subtitle
70         Margin          Static
71         LatexType       Command
72         InTitle         1
73         LatexName       subtitle
74         Category        FrontMatter
75         NextNoIndent    1
76         ParSkip         0.4
77         ItemSep         0
78         TopSep          1.3
79         BottomSep       1.3
80         ParSep          1
81         Align           Center
82         LabelType       No_Label
83         Font
84           Family        Sans
85           Size          Larger
86           Series        Bold
87         EndFont
88         DocBookTag            subtitle
89         DocBookInInfo         maybe
90 End
91
92
93 Style Address
94         LeftMargin      MMM
95         Margin          Static
96         LatexType       Command
97         InTitle         1
98         LatexName       institute
99         Category        FrontMatter
100         ParSkip         0.4
101         #BottomSep      0.4
102         Align           Left
103         LabelType       No_Label
104         Font
105           Family        Roman
106           Size          Small
107         EndFont
108         DocBookTag      address
109         DocBookInInfo   always
110 End
111
112
113 Style Offprint
114         Margin          Static
115         LatexType       Command
116         Category        FrontMatter
117         InTitle         1
118         LatexName       offprints
119         Align           Left
120         LeftMargin      "Offprint Requests to:M"
121         LabelType       Static
122         LabelString     "Offprint Requests to:"
123         LabelSep        M
124         Font
125           Family        Roman
126           Size          Small
127         EndFont
128         LabelFont
129           Family        Roman
130           Size          Small
131           Shape         Slanted
132         EndFont
133         DocBookTag            personname
134         DocBookTagType        paragraph
135         DocBookWrapperTag     author
136         DocBookWrapperAttr    role='offprint'
137         DocBookWrapperTagType inline
138         DocBookInInfo         always
139 End
140
141
142 Style Mail
143         Margin          Static
144         LatexType       Command
145         InTitle         1
146         Category        FrontMatter
147         LatexName       mail
148         Align           Left
149         LeftMargin      "Correspondence to:M"
150         LabelType       Static
151         LabelString     "Correspondence to:"
152         LabelSep        M
153         Font
154           Family        Roman
155           Size          Small
156         EndFont
157         LabelFont
158           Family        Roman
159           Size          Small
160           Shape         Slanted
161         EndFont
162         DocBookTag      author
163         DocBookAttr     role='mail'
164         DocBookTagType  paragraph
165         DocBookInInfo   always
166 End
167
168
169 Style Acknowledgments[[credits]]
170         Margin          First_Dynamic
171         LatexType       Environment
172         LatexName       acknowledgements
173         Category        BackMatter
174         NextNoIndent    0
175         ItemSep         0
176         TopSep          1.2
177         BottomSep       0
178         ParSep          0
179         Align           Block
180         LabelType       Static
181         LabelString     "Acknowledgements[[credits]]."
182         LabelSep        M
183         Font
184           Size          Small
185         EndFont
186         LabelFont
187           Size          Small
188           Shape         Italic
189         EndFont
190         DocBookTag            para
191         DocBookWrapperTag     acknowledgements
192         DocBookSection        true
193 End
194
195
196 Style Acknowledgement
197         ObsoletedBy    Acknowledgments[[credits]]
198 End
199
200
201 Style Section
202         Font
203           Family        Sans
204           Size          Large
205         EndFont
206         TocLevel 1
207 End
208
209
210 Style Subsection
211         Font
212           Family        Sans
213           Series        Medium
214           Size          Normal
215           Shape         Slanted
216         EndFont
217         TocLevel 2
218 End
219
220
221 Style Subsubsection
222         Font
223           Series        Medium
224           Size          Normal
225         EndFont
226         TocLevel 3
227 End
228
229
230 Style Title
231         TopSep          2
232         BottomSep       1.3
233         Align           Center
234         AlignPossible   Left
235         Font
236           Family        Sans
237           Series        Bold
238         EndFont
239         DocBookTag      title
240         DocBookTagType  paragraph
241         DocBookInInfo   maybe
242 End
243
244
245 Style Author
246         Align           Center
247         LabelType       No_Label
248         BottomSep       1.5
249         Font
250           Size          Large
251           Series        Medium
252         EndFont
253         DocBookTag            personname
254         DocBookTagType        paragraph
255         DocBookWrapperTag     author
256         DocBookWrapperTagType inline
257         DocBookInInfo         always
258 End
259
260
261 Style Date
262         InTitle         1
263         LeftMargin      MMM
264         LabelSep        ""
265         TopSep          1.2
266         Align           Left
267         Font
268           Size          Small
269         EndFont
270         DocBookTag      date
271         DocBookTagType  paragraph
272         DocBookInInfo   always
273     DocBookNoFontInside true
274 End
275
276
277 InsetLayout "Flex:institutemark"
278         LyxType         custom
279         LatexType       command
280         LatexName       inst
281         LabelString     "Institute Mark"
282         Font
283           Color         foreground
284           Size          Small
285           Family        Roman
286           Shape         Up
287           Series        Medium
288           Misc          No_Emph
289           Misc          No_Noun
290           Misc          No_Bar
291         EndFont
292         LabelFont
293           Color         textlabel2
294           Size          Small
295         EndFont
296         MultiPar        true
297 End
298
299
300 Style Abstract_(unstructured)
301         LatexType       Command
302         LatexName       abstract
303         Category        FrontMatter
304         InTitle         1
305         NextNoIndent    1
306         Margin          Static
307         LeftMargin      MMM
308         RightMargin     MMM
309         ParIndent       ""
310         ItemSep         0
311         TopSep          1.2
312         BottomSep       0.7
313         ParSep          0
314         Align           Left
315         LabelType       Centered
316         LabelString     "ABSTRACT"
317         LabelBottomSep  0.7
318         Font
319           Size          Small
320         EndFont
321         LabelFont
322           Family        Sans
323           Series        Bold
324           Size          Small
325         EndFont
326         DocBookTag         para
327         DocBookWrapperTag  abstract
328         DocBookWrapperAttr role='unstructured'
329         DocBookWrapperMergeWithPrevious  true
330         DocBookInInfo     always
331 End
332
333
334 Style Abstract
335         ObsoletedBy     Abstract_(unstructured)
336 End
337
338
339 Style Abstract_(structured)
340         CopyStyle       Abstract_(unstructured)
341         Argument 1
342           Mandatory     1
343           LabelString   "Context"
344           Tooltip       "Context of your work (optional, can be left empty)"
345         EndArgument
346         Argument 2
347           Mandatory     1
348           LabelString   "Aims"
349           Tooltip       "Aims of your work"
350         EndArgument
351         Argument 3
352           Mandatory     1
353           LabelString   "Methods"
354           Tooltip       "Methods used in your work"
355         EndArgument
356         Argument 4
357           Mandatory     1
358           LabelString   "Results"
359           Tooltip       "Results of your work"
360         EndArgument
361         DocBookTag         para
362         DocBookWrapperTag  abstract
363         DocBookWrapperAttr role='structured'
364         DocBookWrapperMergeWithPrevious  true
365         DocBookInInfo      always
366 End
367
368
369 Style Keywords
370         Margin          First_Dynamic
371         LatexType       Command
372         LatexName       keywords
373         Category        FrontMatter
374         InTitle         1
375         NextNoIndent    1
376         LeftMargin      MMM
377         RightMargin     MMM
378         ParIndent       ""
379         ItemSep         0
380         TopSep          1.2
381         BottomSep       0.7
382         ParSep          0
383         Align           Block
384         LabelType       static
385         LabelString     "Key words."
386         LabelSep        M
387         LabelBottomSep  0
388         Font
389           Size          Small
390         EndFont
391         LabelFont
392           Family        Sans
393           Series        Bold
394           Size          Small
395         EndFont
396         DocBookTag         keyword
397         DocBookTagType     paragraph
398         DocBookWrapperTag  keywordset
399         DocBookInInfo      always
400 End
401
402
403 InsetLayout Flex:Institute
404         LyXType         charstyle
405         LatexType       command
406         LatexName       inst
407         Font
408           Color         textlabel1
409         EndFont
410         ResetsFont true
411 End
412
413
414 InsetLayout Flex:E-Mail
415         LyXType         charstyle
416         LatexType       command
417         LatexName       email
418         Font
419           Family        Typewriter
420           Color         textlabel1
421         EndFont
422         ResetsFont true
423 End
424
425
426 InsetLayout "Flex:Email"
427         LyxType         custom
428         LatexType       command
429         LatexName       email
430         LabelString     "Email"
431         Font
432           Color         foreground
433           Size          Small
434           Family        Roman
435           Shape         Up
436           Series        Medium
437           Misc          No_Emph
438           Misc          No_Noun
439           Misc          No_Bar
440         EndFont
441         LabelFont
442           Color         urllabel
443           Size          Small
444         EndFont
445         MultiPar        true
446 End
447