]> git.lyx.org Git - lyx.git/blob - lib/layouts/aapaper.layout
* doc/cs_Tutorial.lyx: update by Pavel Sanda
[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 stdfloats.inc
117 Input stdcounters.inc
118
119 NoStyle Quotation
120 NoStyle Quote
121 NoStyle Verse
122 NoStyle Chapter
123 NoStyle Paragraph
124 NoStyle Subparagraph
125 NoStyle Part
126
127
128 Input aapaper.inc
129
130
131 Style Section
132         TopSep                2.0
133         BottomSep             1.3
134         Font
135           Size                Normal
136         EndFont
137 End
138
139
140 Style Subsection
141         TopSep                1.7
142         BottomSep             1.1
143         Font
144           Series              Medium
145           Size                Normal
146           Shape               Italic
147         EndFont
148 End
149
150
151 Style Subsubsection
152         TopSep                1.7
153         BottomSep             1.1
154         Font
155           Series              Medium
156           Size                Normal
157         EndFont
158 End
159
160
161 Style Title
162         TopSep                2
163         BottomSep             1.3
164         Align                 Left
165         AlignPossible         Left
166         Font
167           Series              Bold
168         EndFont
169 End
170
171
172 Style Author
173         Align                 Left
174         AlignPossible         Left
175         LabelType             No_Label
176         Font
177           Size                Normal
178           Series              Bold
179         EndFont
180 End
181
182
183 Style Date
184         LabelSep              ""
185         TopSep                1.2
186         Align                 Left
187         AlignPossible         Left
188         Font
189           Size                Small
190         EndFont
191 End
192
193
194 Style Abstract
195         LeftMargin            ""
196         RightMargin           ""
197         ParIndent             ""
198         TopSep                1.4
199         BottomSep             0.7
200         LabelType             Top_Environment
201         Font
202           Size                Normal
203         EndFont
204         LabelFont
205           Series              Bold
206           Size                Normal
207         EndFont
208 End
209
210
211 Style Bibliography
212         Align                 Left
213         AlignPossible         Left
214         LabelFont
215           Series              Bold
216         EndFont
217 End