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