]> git.lyx.org Git - lyx.git/blob - lib/layouts/aapaper.inc
Rename file.
[lyx.git] / lib / layouts / aapaper.inc
1 # This file contains additional style definitions for the
2 # A&A paper style not found in the standard include files.  
3 # It is Input by aapaper.layout
4 #
5 # Author: Peter Sütterlin <pit@uni-sw.gwdg.de>
6
7 # Subitle style definition
8 Style Subtitle
9         Margin                Static
10         LatexType             Command
11         InTitle               1
12         LatexName             subtitle
13         NextNoIndent          1
14         ParSkip               0.4
15         ItemSep               0
16         TopSep                1.3
17         BottomSep             1.3
18         ParSep                1
19         Align                 Left
20         AlignPossible         Left
21         LabelType             No_Label
22
23         # standard font definition
24         Font 
25           Size                Normal
26           Series              Bold
27         EndFont
28 End
29
30 # Address style definition
31 Style Address
32         Margin                Static
33         LatexType             Command
34         InTitle               1
35         LatexName             institute
36         ParSkip               0.4
37         BottomSep             0.4
38         Align                 Left
39         AlignPossible         Block, Left, Right, Center
40         LabelType             No_Label
41
42         Font 
43           Family              Sans
44           Size                Small
45         EndFont
46 End
47
48 # Email address style definition
49 Style Email
50         Margin                Static
51         LatexType             Command
52         InTitle               1
53         LatexName             mail
54         Align                 Left
55         AlignPossible         Left
56         LeftMargin            email:M
57         LabelType             Static
58         LabelString           email:
59         LabelSep              M
60
61         Font 
62           Family              Sans
63           Size                Small
64         EndFont
65 End
66
67 # Address for Offprints style definition
68 Style Offprint
69         Margin                Static
70         LatexType             Command
71         InTitle               1
72         LatexName             offprints
73         Align                 Left
74         AlignPossible         Left
75         LeftMargin            "Offprint Requests to:M"
76         LabelType             Static
77         LabelString           "Offprint Requests to:"
78         LabelSep              M
79
80         Font 
81           Family              Sans
82           Size                Small
83         EndFont
84 End
85
86 # Acnowledgement style definition
87 Style Acknowledgement
88         Margin                Static
89         LatexType             Environment
90         LatexName             acknowledgements
91         NextNoIndent          1
92         ItemSep               0
93         TopSep                0.2
94         BottomSep             0
95         ParSep                0
96         Align                 Block
97         AlignPossible         Block
98         LabelType             Top_Environment
99         LabelString           Acknowledgements
100         LabelSep              M
101         # standard font definition
102         Font 
103           Size                Small
104         EndFont
105
106         # label font definition
107         LabelFont 
108           Size                Small
109           Shape               Italic
110         EndFont
111 End 
112         
113 Style Thesaurus
114         LabelType             Static
115         LatexType             Command
116         InTitle               1
117         LatexName             thesaurus
118         NextNoIndent          1
119         TopSep                0
120         BottomSep             1
121         LeftMargin            "Thesaurus not supported in recent A&A:M"
122         LabelSep              M
123         LabelType             Static
124         LabelString           "Thesaurus not supported in recent A&A:"
125         Font
126           Size                Small
127         EndFont
128         LabelFont
129           Color               Red
130         EndFont
131 End
132
133
134