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