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