]> git.lyx.org Git - lyx.git/blob - lib/layouts/aapaper.layout
Don't need \makeat*.
[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 Additional.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 30
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
61 Style LaTeX
62 End
63
64 Style Section
65         TocLevel 1
66 End
67
68 Style Subsection
69         TocLevel 2
70 End
71
72 Style Subsubsection
73         TocLevel 3
74 End
75
76 Style Title
77 End
78
79 Style Subtitle
80 End
81
82 Style Author
83 End
84
85 Style Address
86 End
87
88 Style Email
89 End
90
91 Style Offprint
92 End
93
94 Style Thesaurus
95 End
96
97 Style Date
98 End
99
100 Style Abstract
101 End
102
103 Style Acknowledgement
104 End
105
106 Style Bibliography
107 End
108
109 # OK, now we have a more or less consistent Ordering. Now fill the
110 # definitions.  First, the standard includes
111
112 Input stdinsets.inc
113 Input stdlists.inc
114 Input stdlayouts.inc
115 Input stdsections.inc
116 Input stdtitle.inc
117 Input stdstruct.inc
118 Input stdfloats.inc
119 Input stdcounters.inc
120
121 NoStyle Quotation
122 NoStyle Quote
123 NoStyle Verse
124 NoStyle Chapter
125 NoStyle Paragraph
126 NoStyle Subparagraph
127 NoStyle Part
128
129
130 Input aapaper.inc
131
132
133 Style Section
134         TopSep                2.0
135         BottomSep             1.3
136         Font
137           Size                Normal
138         EndFont
139         TocLevel 1
140 End
141
142
143 Style Subsection
144         TopSep                1.7
145         BottomSep             1.1
146         Font
147           Series              Medium
148           Size                Normal
149           Shape               Italic
150         EndFont
151         TocLevel 2
152 End
153
154
155 Style Subsubsection
156         TopSep                1.7
157         BottomSep             1.1
158         Font
159           Series              Medium
160           Size                Normal
161         EndFont
162         TocLevel 3
163 End
164
165
166 Style Title
167         TopSep                2
168         BottomSep             1.3
169         Align                 Left
170         AlignPossible         Left
171         Font
172           Series              Bold
173         EndFont
174 End
175
176
177 Style Author
178         Align                 Left
179         AlignPossible         Left
180         LabelType             No_Label
181         Font
182           Size                Normal
183           Series              Bold
184         EndFont
185 End
186
187
188 Style Date
189         LabelSep              ""
190         TopSep                1.2
191         Align                 Left
192         AlignPossible         Left
193         Font
194           Size                Small
195         EndFont
196 End
197
198
199 Style Abstract
200         LeftMargin            ""
201         RightMargin           ""
202         ParIndent             ""
203         TopSep                1.4
204         BottomSep             0.7
205         LabelType             Top_Environment
206         Font
207           Size                Normal
208         EndFont
209         LabelFont
210           Series              Bold
211           Size                Normal
212         EndFont
213 End
214
215
216 Style Bibliography
217         Align                 Left
218         AlignPossible         Left
219         LabelFont
220           Series              Bold
221         EndFont
222 End