]> git.lyx.org Git - lyx.git/blob - lib/templates/ijmpd.lyx
update classic menu too
[lyx.git] / lib / templates / ijmpd.lyx
1 #LyX 1.4.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 245
3 \begin_document
4 \begin_header
5 \textclass ijmpd
6 \language english
7 \inputencoding auto
8 \fontscheme default
9 \graphics default
10 \float_placement htbp
11 \paperfontsize default
12 \spacing single
13 \papersize default
14 \use_geometry false
15 \use_amsmath 0
16 \cite_engine basic
17 \use_bibtopic false
18 \paperorientation portrait
19 \secnumdepth 3
20 \tocdepth 3
21 \paragraph_separation indent
22 \defskip medskip
23 \quotes_language english
24 \papercolumns 1
25 \papersides 1
26 \paperpagestyle default
27 \tracking_changes false
28 \output_changes true
29 \end_header
30
31 \begin_body
32
33 \begin_layout Standard
34 \begin_inset ERT
35 status collapsed
36
37 \begin_layout Standard
38
39
40 \backslash
41 markboth{<Authors' Names>} {<Paper's short title>}
42 \end_layout
43
44 \end_inset
45
46
47 \end_layout
48
49 \begin_layout Standard
50 \begin_inset ERT
51 status collapsed
52
53 \begin_layout Standard
54
55
56 \backslash
57 catchline{}{}{}{}{}
58 \end_layout
59
60 \end_inset
61
62
63 \end_layout
64
65 \begin_layout Title
66 <TITLE OF THE ARTICLE>
67 \end_layout
68
69 \begin_layout Author
70 <FIRST-1>.
71  <MIDDLE-1>.
72  <SURNAME-1>
73 \begin_inset Foot
74 status collapsed
75
76 \begin_layout Standard
77 <Permanent or present address for the first author (optional).>
78 \end_layout
79
80 \end_inset
81
82
83 \end_layout
84
85 \begin_layout Address
86 <University Department, University Name, Address>
87 \newline
88 <City, State ZIP/Zone,
89  Country>
90 \newline
91 e-mail-1
92 \end_layout
93
94 \begin_layout Author
95 <FIRST-2>.
96  <MIDDLE-2>.
97  <SURNAME-2>
98 \begin_inset Foot
99 status collapsed
100
101 \begin_layout Standard
102 <Permanent or present address for the second author (optional).>
103 \end_layout
104
105 \end_inset
106
107
108 \end_layout
109
110 \begin_layout Address
111 <University Department, University Name, Address>
112 \newline
113 <City, State ZIP/Zone,
114  Country>
115 \newline
116 e-mail-2
117 \end_layout
118
119 \begin_layout Abstract
120 <This is the Abstract of the paper (note that there is no label).
121  It must be up to 200 words long; references or displayed equations are
122  not allowed in the Abstract.>
123 \end_layout
124
125 \begin_layout Keywords
126 <keyword-1; keyword-2; keyword-3.>
127 \end_layout
128
129 \begin_layout Section
130 Introduction
131 \end_layout
132
133 \begin_layout Standard
134 <Intro text.>
135 \end_layout
136
137 \begin_layout Section
138 The theory
139 \end_layout
140
141 \begin_layout Standard
142 <A standard section.
143  Several 
144 \begin_inset Quotes eld
145 \end_inset
146
147 special
148 \begin_inset Quotes erd
149 \end_inset
150
151  environments are available.
152  LyX uses the appropriate text style for each special environment, and numbers
153  them as necessary.>
154 \end_layout
155
156 \begin_layout Definition
157 <A definition.>
158 \end_layout
159
160 \begin_layout Example
161 <An example.>
162 \end_layout
163
164 \begin_layout Remark
165 <A remark.>
166 \end_layout
167
168 \begin_layout Notation
169 <A notation.>
170 \end_layout
171
172 \begin_layout Theorem
173 <Theorem text.>
174 \end_layout
175
176 \begin_layout Proof
177 <Proof text.
178  Note that proofs should end with a box.
179  LyX adds this box automatically.>
180 \end_layout
181
182 \begin_layout Corollary
183 <Corollary text.>
184 \end_layout
185
186 \begin_layout Lemma
187 <Lemma text.>
188 \end_layout
189
190 \begin_layout Proposition
191 <Proposition text.>
192 \end_layout
193
194 \begin_layout Prop
195 <A prop.>
196 \end_layout
197
198 \begin_layout Question
199 <A question.>
200 \end_layout
201
202 \begin_layout Claim
203 <A claim.>
204 \end_layout
205
206 \begin_layout Conjecture
207 <A conjecture.>
208 \end_layout
209
210 \begin_layout Section
211 The numerical method
212 \end_layout
213
214 \begin_layout Standard
215 <A useful environment for describing algorithms is 
216 \begin_inset Quotes eld
217 \end_inset
218
219 Step
220 \begin_inset Quotes erd
221 \end_inset
222
223 , e.g.:>
224 \end_layout
225
226 \begin_layout Step
227 <Short description of step 1.>
228 \end_layout
229
230 \begin_layout Standard
231 <Description of step 1.>
232 \end_layout
233
234 \begin_layout Step
235 <Short description of step 2.>
236 \end_layout
237
238 \begin_layout Standard
239 <Description of step 2.>
240 \end_layout
241
242 \begin_layout Section
243 Results and discussion
244 \end_layout
245
246 \begin_layout Standard
247 <Another standard section.
248  A citation reference is included.
249 \begin_inset LatexCommand \cite{key-1}
250
251 \end_inset
252
253  Note that references appear as superscripts in the printed version.
254 \begin_inset LatexCommand \cite{key-1,key-2}
255
256 \end_inset
257
258  You can also use them directly, but in this case you should use the 
259 \family typewriter
260 refcite
261 \family default
262  command into an ERT box, e.g., 
263 \begin_inset Quotes eld
264 \end_inset
265
266 see Ref.\InsetSpace ~
267
268 \begin_inset ERT
269 status open
270
271 \begin_layout Standard
272
273
274 \backslash
275 refcite{key-1}
276 \end_layout
277
278 \end_inset
279
280
281 \begin_inset Quotes erd
282 \end_inset
283
284 .>
285 \end_layout
286
287 \begin_layout Subsection
288 A subsection
289 \end_layout
290
291 \begin_layout Standard
292 <Subsection text.
293  Here, a table is included (see Table\InsetSpace ~
294
295 \begin_inset LatexCommand \ref{cap:fuf}
296
297 \end_inset
298
299 ).>
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset Float table
304 wide false
305 sideways false
306 status open
307
308 \begin_layout Standard
309 \begin_inset ERT
310 status collapsed
311
312 \begin_layout Standard
313
314
315 \backslash
316 tbl{
317 \end_layout
318
319 \end_inset
320
321 An example table.
322 \begin_inset ERT
323 status collapsed
324
325 \begin_layout Standard
326
327 }
328 \end_layout
329
330 \end_inset
331
332
333 \begin_inset ERT
334 status collapsed
335
336 \begin_layout Standard
337
338 {
339 \end_layout
340
341 \end_inset
342
343
344 \end_layout
345
346 \begin_layout Standard
347 \begin_inset Tabular
348 <lyxtabular version="3" rows="4" columns="3">
349 <features>
350 <column alignment="center" valignment="top" width="0">
351 <column alignment="center" valignment="top" width="0">
352 <column alignment="center" valignment="top" width="0">
353 <row topline="true" bottomline="true">
354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
355 \begin_inset Text
356
357 \begin_layout Standard
358 Column A
359 \end_layout
360
361 \end_inset
362 </cell>
363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
364 \begin_inset Text
365
366 \begin_layout Standard
367 Column B
368 \end_layout
369
370 \end_inset
371 </cell>
372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
373 \begin_inset Text
374
375 \begin_layout Standard
376 Column C
377 \end_layout
378
379 \end_inset
380 </cell>
381 </row>
382 <row>
383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
384 \begin_inset Text
385
386 \begin_layout Standard
387 1
388 \end_layout
389
390 \end_inset
391 </cell>
392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
393 \begin_inset Text
394
395 \begin_layout Standard
396 4
397 \end_layout
398
399 \end_inset
400 </cell>
401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
402 \begin_inset Text
403
404 \begin_layout Standard
405 7
406 \end_layout
407
408 \end_inset
409 </cell>
410 </row>
411 <row>
412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
413 \begin_inset Text
414
415 \begin_layout Standard
416 2
417 \end_layout
418
419 \end_inset
420 </cell>
421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
422 \begin_inset Text
423
424 \begin_layout Standard
425 5
426 \end_layout
427
428 \end_inset
429 </cell>
430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
431 \begin_inset Text
432
433 \begin_layout Standard
434 8
435 \end_layout
436
437 \end_inset
438 </cell>
439 </row>
440 <row bottomline="true">
441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
442 \begin_inset Text
443
444 \begin_layout Standard
445 3
446 \end_layout
447
448 \end_inset
449 </cell>
450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
451 \begin_inset Text
452
453 \begin_layout Standard
454 6
455 \end_layout
456
457 \end_inset
458 </cell>
459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
460 \begin_inset Text
461
462 \begin_layout Standard
463 9
464 \end_layout
465
466 \end_inset
467 </cell>
468 </row>
469 </lyxtabular>
470
471 \end_inset
472
473
474 \begin_inset LatexCommand \label{cap:fuf}
475
476 \end_inset
477
478
479 \begin_inset ERT
480 status collapsed
481
482 \begin_layout Standard
483
484 }
485 \end_layout
486
487 \end_inset
488
489
490 \end_layout
491
492 \end_inset
493
494
495 \end_layout
496
497 \begin_layout Subsubsection
498 A subsubsection
499 \end_layout
500
501 \begin_layout Standard
502 <Subsubsection text.>
503 \end_layout
504
505 \begin_layout Section*
506 Acknowledgments
507 \end_layout
508
509 \begin_layout Standard
510 <Acknowledgments text.
511  Note that this is only a starred section; there is no 
512 \begin_inset Quotes eld
513 \end_inset
514
515 acknowledgments
516 \begin_inset Quotes erd
517 \end_inset
518
519  environment.>
520 \end_layout
521
522 \begin_layout Appendices Section
523
524 \end_layout
525
526 \begin_layout Appendix
527 An Appendix section
528 \end_layout
529
530 \begin_layout Standard
531 <Appendices should be preceeded by an empty 
532 \begin_inset Quotes eld
533 \end_inset
534
535 Appendices
536 \begin_inset Quotes erd
537 \end_inset
538
539  section, as in this template.
540  The 
541 \begin_inset Quotes eld
542 \end_inset
543
544 Appendices Section
545 \begin_inset Quotes erd
546 \end_inset
547
548  just marks the beginning of appendices.
549  Note that appendices should be placed 
550 \emph on
551 after
552 \emph default
553  the Acknowledgments and 
554 \shape italic
555 before
556 \shape default
557  the References.>
558 \end_layout
559
560 \begin_layout Appendix
561 Another Appendix section
562 \end_layout
563
564 \begin_layout Standard
565 <Appendices are, in fact, normal Sections, which are numbered as A, B, C,
566  ...>
567 \end_layout
568
569 \begin_layout Bibliography
570
571 \bibitem {key-1}
572 First-1.
573  Middle-1.
574  Surname-1, First-2.
575  Middle-2.
576  Surname-2, and First-3.
577  Middle-3.
578  Surname-3, 
579 \emph on
580 Journal abbreviation
581 \emph default
582  
583 \series bold
584 Volume
585 \series default
586 , Page (Year).
587 \end_layout
588
589 \begin_layout Bibliography
590
591 \bibitem {key-2}
592 First-1.
593  Middle-1.
594  Surname-1, 
595 \emph on
596 Book Title
597 \emph default
598  (Publishers, City, Year).
599 \end_layout
600
601 \end_body
602 \end_document