]> git.lyx.org Git - lyx.git/blob - lib/layouts/aapaper.layout
remove spaces from label strings, part 2
[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 Columns                 2
18 Sides                   2
19 SecNumDepth             3
20 TocDepth                0
21 PageStyle               Plain
22
23
24 DefaultFont
25         Family                Roman
26         Series                Medium
27         Shape                 Up
28         Size                  Normal
29         Color                 None
30 EndFont
31
32
33 Style Standard
34         Margin                Static
35         LatexType             Paragraph
36         LatexName             dummy
37         ParIndent             MM
38         ParSkip               0.4
39         Align                 Block
40         AlignPossible         Block, Left, Right, Center
41         LabelType             No_Label
42 End
43
44
45 # I want to keep the entries in a logical order.
46 # Therefore I'll define the entries first, then fill them
47 Style Itemize
48 End
49
50 Style Enumerate
51 End
52
53 Style Description
54 End
55
56 Style List
57 End
58
59 Style Caption
60 End
61
62 Style LaTeX
63 End
64
65 Style Section
66 End
67
68 Style Subsection
69 End
70
71 Style Subsubsection
72 End
73
74 Style Title
75 End
76
77 Style Subtitle
78 End
79
80 Style Author
81 End
82
83 Style Address
84 End
85
86 Style Email
87 End
88
89 Style Offprint
90 End
91
92 Style Thesaurus
93 End
94
95 Style Date
96 End
97
98 Style Abstract
99 End
100
101 Style Acknowledgement
102 End
103
104 Style Bibliography
105 End
106
107 # OK, now we have a more or less consistent Ordering. Now fill the
108 # definitions.  First, the standard includes
109
110 Input stdlists.inc
111 Input stdlayouts.inc
112 Input stdsections.inc
113 Input stdtitle.inc
114 Input stdstruct.inc
115 Input numarticle.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