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