]> git.lyx.org Git - lyx.git/blob - lib/examples/achemso.lyx
Push the rest of changes of ectaart.cls (Econometrica) from Koji.
[lyx.git] / lib / examples / achemso.lyx
1 #LyX 1.6.3svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass achemso
6 \begin_preamble
7 % Each author should be given as a separate \author command.
8 %
9 % Corresponding authors should have an e-mail given after the author
10 % name as an \email command.
11 %
12 % The affiliation of authors is given after the authors; each
13 % \affiliation command applies to all preceding authors not already
14 % assigned an affiliation.
15 %
16 % The affiliation takes an option argument for the short name.  This
17 % will typically be something like "University of Somewhere".
18 %
19 % Notice that \alsoaffiliation is used when one (or more) authors work
20 % at multiple institutions, while \altaffiliation is intended for previous
21 % addresses (or other notes). Only \affiliation applies to multiple
22 % authors: both \alsoaffiliation and \altaffiliation are set on a per
23 % author basis.
24
25 \author{Author Person}
26 \author{Second Bloke}
27 \email{second.bloke@some.place}
28 \affiliation[University of Sometown]{University of Somewhere, Sometown, USA}
29 \altaffiliation{Previous address: Minute University, Nowhereville, USA}
30 \author{Indus Trialguy}
31 \email{i.trialguy@sponsor.co}
32 \affiliation[SponsoCo]{Research Department, SponsorCo, BigCity, USA}
33 \alsoaffiliation{University of Somewhere, Sometown, USA}
34
35 % A short title can be given as a *suggestion* for running headers.
36 \title[\texttt{achemso} demonstration]
37 {A demonstration of the \textsf{achemso} \LaTeX class}
38 \end_preamble
39 \options journal=jacsat,manuscript=article
40 \use_default_options false
41 \begin_modules
42 theorems-ams
43 \end_modules
44 \language english
45 \inputencoding auto
46 \font_roman default
47 \font_sans default
48 \font_typewriter default
49 \font_default_family default
50 \font_sc false
51 \font_osf false
52 \font_sf_scale 100
53 \font_tt_scale 100
54
55 \graphics default
56 \paperfontsize default
57 \spacing single
58 \use_hyperref false
59 \papersize default
60 \use_geometry false
61 \use_amsmath 0
62 \use_esint 0
63 \cite_engine basic
64 \use_bibtopic false
65 \paperorientation portrait
66 \secnumdepth 3
67 \tocdepth 3
68 \paragraph_separation indent
69 \defskip medskip
70 \quotes_language english
71 \papercolumns 1
72 \papersides 1
73 \paperpagestyle default
74 \tracking_changes false
75 \output_changes false
76 \author "" 
77 \author "" 
78 \end_header
79
80 \begin_body
81
82 \begin_layout Standard
83 \begin_inset Note Note
84 status open
85
86 \begin_layout Plain Layout
87
88 \series bold
89 Note:
90 \series default
91  The author, affiliation, email addresses, and the document title have to
92  set up in the LaTeX preamble of this document!
93 \end_layout
94
95 \end_inset
96
97
98 \end_layout
99
100 \begin_layout Standard
101 \begin_inset Note Note
102 status open
103
104 \begin_layout Plain Layout
105
106 \series bold
107 Note:
108 \series default
109  The journal where you want to sumit is specified in the document class
110  options of this file.
111 \end_layout
112
113 \end_inset
114
115
116 \end_layout
117
118 \begin_layout Abstract
119 This is the abstract.
120 \end_layout
121
122 \begin_layout Section
123 Introduction
124 \end_layout
125
126 \begin_layout Standard
127 This is a paragraph of text.
128 \end_layout
129
130 \begin_layout Section
131 Results and discussion
132 \end_layout
133
134 \begin_layout Subsection
135 Outline
136 \end_layout
137
138 \begin_layout Subsection
139 References
140 \end_layout
141
142 \begin_layout Standard
143 The class makes various changes to the way that references are handled.
144  The class loads 
145 \family sans
146 natbib
147 \family default
148 , and also the appropriate bibliography style.
149  References can be made using the normal method; the citation should be
150  placed before any punctuation, as the class will move it if using a superscript
151  citation style 
152 \begin_inset CommandInset citation
153 LatexCommand cite
154 key "Mena2000,Abernethy2003"
155
156 \end_inset
157
158 .
159  The use of 
160 \family sans
161 natbib
162 \family default
163  allows the use of the various citation commands of that package: 
164 \begin_inset ERT
165 status collapsed
166
167 \begin_layout Plain Layout
168
169
170 \backslash
171 citeauthor{
172 \end_layout
173
174 \end_inset
175
176 Abernethy2003
177 \begin_inset ERT
178 status collapsed
179
180 \begin_layout Plain Layout
181
182 }
183 \end_layout
184
185 \end_inset
186
187  have shown something, or in 
188 \begin_inset ERT
189 status collapsed
190
191 \begin_layout Plain Layout
192
193
194 \backslash
195 citeyear{
196 \end_layout
197
198 \end_inset
199
200 Cotton1999
201 \begin_inset ERT
202 status collapsed
203
204 \begin_layout Plain Layout
205
206 }
207 \end_layout
208
209 \end_inset
210
211 .
212  Long lists of authors will be automatically truncated in most article formats,
213  but not in supplementary information or reviews 
214 \begin_inset CommandInset citation
215 LatexCommand cite
216 key "Pople2003"
217
218 \end_inset
219
220 .
221 \end_layout
222
223 \begin_layout Standard
224 Multiple citations to be combined into a list can be given as a single citation.
225  This uses the 
226 \family sans
227 mciteplus
228 \family default
229  package 
230 \begin_inset CommandInset citation
231 LatexCommand cite
232 key "Arduengo1992,*Eisenstein2005,*Arduengo1994"
233
234 \end_inset
235
236 .
237  Citations other than the first of the list should be indicated with a star.
238 \end_layout
239
240 \begin_layout Standard
241 The class also handles notes to be added to the bibliography.
242  These should be given in place in the document
243 \begin_inset Flex Bibnote
244 status open
245
246 \begin_layout Plain Layout
247 This is a bibnote; its text will be moved the the references section.
248  Bibnotes are inserted with the menu 
249 \family sans
250 Insert\SpecialChar \menuseparator
251 Custom Insets
252 \family default
253 .
254 \end_layout
255
256 \end_inset
257
258 .
259 \end_layout
260
261 \begin_layout Standard
262 As with citations, the text should be placed before punctuation.
263  A note is also generated if a citation has an optional note.
264  This assumes that the whole work has already been cited: odd numbering
265  will result if this is not the case 
266 \begin_inset CommandInset citation
267 LatexCommand cite
268 key "Cotton1999"
269
270 \end_inset
271
272 .
273 \end_layout
274
275 \begin_layout Subsection
276 Some Infos
277 \end_layout
278
279 \begin_layout Standard
280 Besides the standard figure and table floats, the achemso LaTeX-class provides
281  scheme, chart, and graph floats.
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset Float scheme
286 wide false
287 sideways false
288 status open
289
290 \begin_layout Plain Layout
291 \begin_inset Caption
292
293 \begin_layout Plain Layout
294 An example scheme
295 \end_layout
296
297 \end_inset
298
299
300 \end_layout
301
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset Float chart
309 wide false
310 sideways false
311 status open
312
313 \begin_layout Plain Layout
314 \begin_inset Caption
315
316 \begin_layout Plain Layout
317 An example chart
318 \end_layout
319
320 \end_inset
321
322
323 \end_layout
324
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Standard
331 \begin_inset Float graph
332 wide false
333 sideways false
334 status open
335
336 \begin_layout Plain Layout
337 \begin_inset Caption
338
339 \begin_layout Plain Layout
340 An example graph
341 \end_layout
342
343 \end_inset
344
345
346 \end_layout
347
348 \end_inset
349
350
351 \end_layout
352
353 \begin_layout Standard
354 Chemical symbols can easily be input: 
355 \begin_inset Flex Chemistry
356 status open
357
358 \begin_layout Plain Layout
359 H2SO4
360 \end_layout
361
362 \end_inset
363
364
365 \end_layout
366
367 \begin_layout Standard
368 \begin_inset ERT
369 status collapsed
370
371 \begin_layout Plain Layout
372
373
374 \backslash
375 acknowledgement
376 \end_layout
377
378 \end_inset
379
380
381 \begin_inset Note Note
382 status open
383
384 \begin_layout Plain Layout
385 Optional
386 \end_layout
387
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Standard
394 Acknowledgments go here.
395 \end_layout
396
397 \begin_layout Standard
398 \begin_inset ERT
399 status collapsed
400
401 \begin_layout Plain Layout
402
403
404 \backslash
405 suppinfo
406 \end_layout
407
408 \end_inset
409
410
411 \begin_inset Note Note
412 status open
413
414 \begin_layout Plain Layout
415 Optional
416 \end_layout
417
418 \end_inset
419
420
421 \end_layout
422
423 \begin_layout Standard
424 Supplemental informations go here.
425 \end_layout
426
427 \begin_layout Standard
428 \begin_inset CommandInset bibtex
429 LatexCommand bibtex
430 bibfiles "biblioExample"
431
432 \end_inset
433
434
435 \end_layout
436
437 \end_body
438 \end_document