]> git.lyx.org Git - features.git/blob - lib/layouts/aapaper.layout
DocBook: implement title for layouts that previously missed it.
[features.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 85
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         DocBookTag      title
181         DocBookTagType  paragraph
182         DocBookInInfo   maybe
183 End
184
185
186 Style Author
187         Align                 Left
188         AlignPossible         Left
189         LabelType             No_Label
190         Font
191           Size                Normal
192           Series              Bold
193         EndFont
194 End
195
196
197 Style Date
198         LabelSep              ""
199         TopSep                1.2
200         Align                 Left
201         AlignPossible         Left
202         Font
203           Size                Small
204         EndFont
205 End
206
207
208 Style Abstract
209         LeftMargin            ""
210         RightMargin           ""
211         ParIndent             ""
212         TopSep                1.4
213         BottomSep             0.7
214         LabelType             Above
215         Font
216           Size                Normal
217         EndFont
218         LabelFont
219           Series              Bold
220           Size                Normal
221         EndFont
222 End
223
224
225 Style Bibliography
226         Align                 Left
227         AlignPossible         Left
228         LabelFont
229           Series              Bold
230         EndFont
231 End