]> git.lyx.org Git - lyx.git/blob - lib/layouts/aapaper.layout
Update tex2lyx test files
[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{Articles}
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 40
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         Margin                Static
37         LatexType             Paragraph
38         LatexName             dummy
39         ParIndent             MM
40         ParSkip               0.4
41         Align                 Block
42         AlignPossible         Block, Left, Right, Center
43         LabelType             No_Label
44 End
45
46
47 # I want to keep the entries in a logical order.
48 # Therefore I'll define the entries first, then fill them
49 Style Itemize
50 End
51
52 Style Enumerate
53 End
54
55 Style Description
56 End
57
58 Style List
59 End
60
61
62 Style LaTeX
63 End
64
65 Style Section
66         TocLevel 1
67 End
68
69 Style Subsection
70         TocLevel 2
71 End
72
73 Style Subsubsection
74         TocLevel 3
75 End
76
77 Style Title
78 End
79
80 Style Subtitle
81 End
82
83 Style Author
84 End
85
86 Style Address
87 End
88
89 Style Email
90 End
91
92 Style Offprint
93 End
94
95 Style Thesaurus
96 End
97
98 Style Date
99 End
100
101 Style Abstract
102 End
103
104 Style Acknowledgement
105 End
106
107 Style Bibliography
108 End
109
110 # OK, now we have a more or less consistent Ordering. Now fill the
111 # definitions.  First, the standard includes
112
113 Input stdinsets.inc
114 Input stdlists.inc
115 Input stdlayouts.inc
116 Input stdsections.inc
117 Input stdtitle.inc
118 Input stdstruct.inc
119 Input stdfloats.inc
120 Input stdcounters.inc
121
122 NoStyle Quotation
123 NoStyle Quote
124 NoStyle Verse
125 NoStyle Chapter
126 NoCounter chapter
127 NoStyle Paragraph
128 NoCounter paragraph
129 NoStyle Subparagraph
130 NoCounter subparagraph
131 NoStyle Part
132 NoCounter part
133
134
135 Input aapaper.inc
136
137
138 Style Section
139         TopSep                2.0
140         BottomSep             1.3
141         Font
142           Size                Normal
143         EndFont
144         TocLevel 1
145 End
146
147
148 Style Subsection
149         TopSep                1.7
150         BottomSep             1.1
151         Font
152           Series              Medium
153           Size                Normal
154           Shape               Italic
155         EndFont
156         TocLevel 2
157 End
158
159
160 Style Subsubsection
161         TopSep                1.7
162         BottomSep             1.1
163         Font
164           Series              Medium
165           Size                Normal
166         EndFont
167         TocLevel 3
168 End
169
170
171 Style Title
172         TopSep                2
173         BottomSep             1.3
174         Align                 Left
175         AlignPossible         Left
176         Font
177           Series              Bold
178         EndFont
179 End
180
181
182 Style Author
183         Align                 Left
184         AlignPossible         Left
185         LabelType             No_Label
186         Font
187           Size                Normal
188           Series              Bold
189         EndFont
190 End
191
192
193 Style Date
194         LabelSep              ""
195         TopSep                1.2
196         Align                 Left
197         AlignPossible         Left
198         Font
199           Size                Small
200         EndFont
201 End
202
203
204 Style Abstract
205         LeftMargin            ""
206         RightMargin           ""
207         ParIndent             ""
208         TopSep                1.4
209         BottomSep             0.7
210         LabelType             Top_Environment
211         Font
212           Size                Normal
213         EndFont
214         LabelFont
215           Series              Bold
216           Size                Normal
217         EndFont
218 End
219
220
221 Style Bibliography
222         Align                 Left
223         AlignPossible         Left
224         LabelFont
225           Series              Bold
226         EndFont
227 End