]> git.lyx.org Git - lyx.git/blob - lib/layouts/aapaper.layout
another update from Hartmut
[lyx.git] / lib / layouts / aapaper.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[aa]{article (A&A V4)}
3 #
4 # Author: Peter Sütterlin <pit@uni-sw.gwdg.de>
5
6 # This is for the old Springer layout of A&A (aa.cls version 4.x)
7 # If you still have this, please upgrade to version 5 (see Extended.lyx)
8 #
9 # If you want to keep the layout for old papers I'd suggest to rename
10 # the old style file to aa-old and change the second line in this file to
11 #
12 #  \DeclareLaTeXClass[aa-old]{article (A&A V4)}
13 #
14 # and reconfigure LyX (after running texhash, of course).
15
16
17 Format 2
18 Columns                 2
19 Sides                   2
20 SecNumDepth             3
21 TocDepth                0
22 PageStyle               Plain
23
24
25 DefaultFont
26         Family                Roman
27         Series                Medium
28         Shape                 Up
29         Size                  Normal
30         Color                 None
31 EndFont
32
33
34 Style Standard
35         Margin                Static
36         LatexType             Paragraph
37         LatexName             dummy
38         ParIndent             MM
39         ParSkip               0.4
40         Align                 Block
41         AlignPossible         Block, Left, Right, Center
42         LabelType             No_Label
43 End
44
45
46 # I want to keep the entries in a logical order.
47 # Therefore I'll define the entries first, then fill them
48 Style Itemize
49 End
50
51 Style Enumerate
52 End
53
54 Style Description
55 End
56
57 Style List
58 End
59
60 Style Caption
61 End
62
63 Style LaTeX
64 End
65
66 Style Section
67 End
68
69 Style Subsection
70 End
71
72 Style Subsubsection
73 End
74
75 Style Title
76 End
77
78 Style Subtitle
79 End
80
81 Style Author
82 End
83
84 Style Address
85 End
86
87 Style Email
88 End
89
90 Style Offprint
91 End
92
93 Style Thesaurus
94 End
95
96 Style Date
97 End
98
99 Style Abstract
100 End
101
102 Style Acknowledgement
103 End
104
105 Style Bibliography
106 End
107
108 # OK, now we have a more or less consistent Ordering. Now fill the
109 # definitions.  First, the standard includes
110
111 Input stdlists.inc
112 Input stdlayouts.inc
113 Input stdsections.inc
114 Input stdtitle.inc
115 Input stdstruct.inc
116 Input numarticle.inc
117 Input stdfloats.inc
118 Input stdcounters.inc
119
120 NoStyle Quotation
121 NoStyle Quote
122 NoStyle Verse
123 NoStyle Chapter
124 NoStyle Paragraph
125 NoStyle Subparagraph
126 NoStyle Part
127
128
129 Input aapaper.inc
130
131
132 Style Section
133         TopSep                2.0
134         BottomSep             1.3
135         Font
136           Size                Normal
137         EndFont
138 End
139
140
141 Style Subsection
142         TopSep                1.7
143         BottomSep             1.1
144         Font
145           Series              Medium
146           Size                Normal
147           Shape               Italic
148         EndFont
149 End
150
151
152 Style Subsubsection
153         TopSep                1.7
154         BottomSep             1.1
155         Font
156           Series              Medium
157           Size                Normal
158         EndFont
159 End
160
161
162 Style Title
163         TopSep                2
164         BottomSep             1.3
165         Align                 Left
166         AlignPossible         Left
167         Font
168           Series              Bold
169         EndFont
170 End
171
172
173 Style Author
174         Align                 Left
175         AlignPossible         Left
176         LabelType             No_Label
177         Font
178           Size                Normal
179           Series              Bold
180         EndFont
181 End
182
183
184 Style Date
185         LabelSep              ""
186         TopSep                1.2
187         Align                 Left
188         AlignPossible         Left
189         Font
190           Size                Small
191         EndFont
192 End
193
194
195 Style Abstract
196         LeftMargin            ""
197         RightMargin           ""
198         ParIndent             ""
199         TopSep                1.4
200         BottomSep             0.7
201         LabelType             Top_Environment
202         Font
203           Size                Normal
204         EndFont
205         LabelFont
206           Series              Bold
207           Size                Normal
208         EndFont
209 End
210
211
212 Style Bibliography
213         Align                 Left
214         AlignPossible         Left
215         LabelFont
216           Series              Bold
217         EndFont
218 End