]> git.lyx.org Git - lyx.git/blob - lib/layouts/apa.layout
put labelstrings in quotes (from Michael)
[lyx.git] / lib / layouts / apa.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[apa,apacite.sty]{article (APA)}
3 # Author: Randy Gobbel <gobbel@andrew.cmu.edu>
4
5 Columns                 1
6 Sides                   1
7 PageStyle               Headers
8
9
10 ClassOptions
11         Other "man"
12         FontSize              6|8|10|12
13 End
14
15
16 Preamble
17         \helvetica
18         \author{Author} % hack around some bugs in apa.cls
19         \affiliation{Affiliation} % hack around some bugs in apa.cls
20 EndPreamble
21
22
23 Style Standard
24         LatexName             dummy
25         LatexType             Paragraph
26         Margin                Static
27         ParIndent             MM
28         ParSkip               0.4
29         ParSep                0.4
30         TopSep                1.0
31         BottomSep             1.0
32         Align                 Block
33         AlignPossible         Block, Left, Right, Center
34         LabelType             No_Label
35 End
36
37
38 Style Title
39         LatexName             title
40         LatexType             Command
41         InTitle               1
42         Font
43           Size                Huge
44         EndFont
45         Align                 Center
46 End
47
48
49 Style RightHeader
50         LatexName             rightheader
51         LatexType             Command
52         InTitle               1
53         Font
54           Size                Small
55           Shape               SmallCaps
56         EndFont
57         Labeltype             Static
58         LabelString           "Right header: "
59         Labelsep              M
60         LabelFont
61           Series              Bold
62           Size                Small
63         EndFont
64         Align                 Right
65         AlignPossible         Right
66 End
67
68
69 Style Abstract
70         LatexName             abstract
71         LatexType             Command
72         InTitle               1
73         Font
74           Size                Small
75         EndFont
76         Margin                Dynamic
77         LeftMargin            MMN
78         RightMargin           MMN
79         Align                 Block
80         AlignPossible         Block, Left, Right, Center
81         Labeltype             Static
82         LabelString           "Abstract: "
83         Labelsep              M
84         LabelFont
85           Series              Bold
86           Size                Small
87         EndFont
88 End
89
90
91 Style ShortTitle
92         LatexName             shorttitle
93         LatexType             Command
94         InTitle               1
95         Align                 Left
96         AlignPossible         Left, Right, Center
97         Margin                Dynamic
98         Labeltype             Static
99         LabelString           "Short title: "
100         Labelsep              M
101         Font
102           Shape               SmallCaps
103           Size                Small
104         EndFont
105         LabelFont
106           Series              Bold
107           Size                Small
108           Shape               Up
109         EndFont
110 End
111
112
113 Style Author
114         LatexName             author
115         LatexType             Command
116         InTitle               1
117         Align                 Center
118         AlignPossible         Left, Right, Center
119         TopSep                0.5
120         BottomSep             0.5
121         Font
122           Shape               Italic
123           Size                Small
124         EndFont
125 End
126
127
128 Style TwoAuthors
129         LatexName             twoauthors
130         LatexType             Command
131         InTitle               1
132 End
133
134
135 Style ThreeAuthors
136         LatexName             threeauthors
137         LatexType             Command
138         InTitle               1
139 End
140
141
142 Style FourAuthors
143         LatexName             fourauthors
144         LatexType             Command
145         InTitle               1
146 End
147
148
149 Style Affiliation
150         LatexName             affiliation
151         LatexType             Command
152         InTitle               1
153         Margin                Dynamic
154         ParSkip               0.4
155         BottomSep             1.5
156         TopSep                1.5
157         ParSep                1.5
158         Align                 Left
159         AlignPossible         Block, Left, Right, Center
160         LabelType             Static
161         LabelString           "Affiliation: "
162         Labelsep              M
163         LabelFont
164           Series              Bold
165           Size                Small
166         EndFont
167 End
168
169
170 Style TwoAffiliations
171         LatexName             twoaffiliations
172         LatexType             Command
173         InTitle               1
174 End
175
176
177 Style ThreeAffiliations
178         LatexName             threeaffiliations
179         LatexType             Command
180         InTitle               1
181 End
182
183
184 Style FourAffiliations
185         LatexName             fouraffiliations
186         LatexType             Command
187         InTitle               1
188 End
189
190
191 Style Journal
192         LatexName             journal
193         LatexType             Command
194         InTitle               1
195 End
196
197
198 Style Copyright
199         LatexName             ccoppy
200         LatexType             Command
201         InTitle               1
202 End
203
204
205 Style CopNum
206         LatexName             copnum
207         LatexType             Command
208         InTitle               1
209 End
210
211
212 Style Note
213         LatexName             note
214         LatexType             Command
215         Font
216           Size                Small
217         EndFont
218 End
219
220
221 Style Acknowledgements
222         LatexName             acknowledgements
223         LatexType             Command
224         Font
225           Size                Small
226         EndFont
227         Margin                Dynamic
228         LeftMargin            MMN
229         RightMargin           MMN
230         Align                 Block
231         AlignPossible         Block, Left, Right, Center
232         Labeltype             Static
233         LabelString           "Acknowledgements: "
234         Labelsep              M
235         LabelFont
236           Series              Bold
237           Size                Small
238         EndFont
239 End
240
241
242 Style Acknowledgments
243         ObsoletedBy           Acknowledgements
244 End
245
246
247 Style ThickLine
248         LatexName             thickline
249         LatexType             Command
250         KeepEmpty             1
251 End
252
253
254
255 Input stdlayouts.inc
256
257 Style CenteredCaption
258         CopyStyle             Caption
259         LatexName             centeredcaption
260         Align                 Center
261         AlignPossible         Center
262 End
263
264
265 Style FitFigure
266         LatexName             fitfigure
267         LatexType             Command
268 End
269
270
271 Style FitBitmap
272         LatexName             fitbitmap
273         LatexType             Command
274 End
275
276
277 Input stdsections.inc
278 Input stdstarsections.inc
279
280 Input stdfloats.inc
281 Input stdcounters.inc
282
283 NoStyle Part
284 NoStyle Section
285 NoStyle Subsection
286 NoStyle Subsubsection
287 NoStyle Chapter
288 NoStyle Paragraph
289 NoStyle Subparagraph
290 NoStyle Chapter*
291
292
293 Style Itemize
294         Margin                Static
295         LatexType             Item_Environment
296         LatexName             APAitemize
297         NextNoIndent          1
298         LeftMargin            MMN
299         LabelSep              xx
300         ItemSep               0.2
301         TopSep                0.7
302         BottomSep             0.7
303         ParSep                0.3
304         Align                 Block
305         AlignPossible         Block, Left
306         LabelType             Static
307         LabelString           "*"
308 End
309
310
311 Style Enumerate
312         Margin                Static
313         LatexType             Item_Environment
314         LatexName             APAenumerate
315         NextNoIndent          1
316         LeftMargin            MMN
317         LabelSep              xx
318         ParSkip               0.0
319         ItemSep               0.2
320         TopSep                0.7
321         BottomSep             0.7
322         ParSep                0.3
323         Align                 Block
324         AlignPossible         Block, Left
325         LabelType             Enumerate
326 End
327
328
329 Style Seriate
330         Margin                Static
331         LatexType             Item_Environment
332         LatexName             seriate
333         NextNoIndent          1
334         LeftMargin            MMN
335         LabelSep              x
336         ParSkip               0.0
337         ItemSep               0.9
338         TopSep                0.5
339         BottomSep             0.5
340         ParSep                0.0
341         Align                 Block
342         AlignPossible         Block, Left
343         LabelType             Counter
344         LabelCounter          enumii
345         LabelString           "(\alph{enumii})"
346         LabelStringAppendix   "(\alph{enumii})"
347 End
348