]> git.lyx.org Git - features.git/blob - lib/templates/ACM-siggraph.lyx
Update all templates to current version. (This probably should have
[features.git] / lib / templates / ACM-siggraph.lyx
1 #LyX 2.1.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass acmsiggraph
6 \begin_preamble
7 % for the following cases use the listed document class option:
8 % no option   for final
9 % "annualconference"   for final (annual conference)
10 % "review"   for review
11 % "widereview"   for wide-spaced review
12 % "preprint"   for preprint
13
14 % Optional: the 'caption' package provides a nicer-looking replacement
15 % for the standard caption environment. With 'labelfont=bf,'textfont=it',
16 % caption labels are bold and caption text is italic.
17 %\usepackage[labelfont=bf,textfont=it]{caption}
18
19 % If you are submitting a paper to the annual conference, please replace 
20 % the value ``0'' below with the numeric value of your OnlineID. 
21 % If you are not submitting this paper to the annual conference, 
22 % you may safely leave it at ``0'' -- it will not be included in the output.
23 \onlineid{0}
24
25 % Paper title.
26 \title{Global Illumination for Fun and Profit}
27
28 % Author and Affiliation (single author).
29 %\author{Name \thanks{e-mail: name@unknown.uu}\\ Research Institute}
30
31 % Author and Affiliation (multiple authors).
32 \author{Andrew N. Other\thanks{e-mail:i.k.groupleader@unknown.uu}\\ Computer Research Institute
33 \and Fred T. Secondauthor\thanks{i.k.groupleader@unknown.uu}\\ Another Institute}
34
35 % Keywords that describe your work.
36 \keywords{radiosity, global illumination, constant time}
37 \end_preamble
38 \use_default_options false
39 \language english
40 \language_package default
41 \inputencoding auto
42 \font_roman default
43 \font_sans helvet
44 \font_typewriter default
45 \font_default_family default
46 \font_sc false
47 \font_osf false
48 \font_sf_scale 92
49 \font_tt_scale 100
50 \graphics default
51 \paperfontsize default
52 \spacing single
53 \use_hyperref false
54 \papersize default
55 \use_geometry false
56 \use_amsmath 0
57 \use_esint 0
58 \use_mhchem 1
59 \use_mathdots 1
60 \cite_engine basic
61 \use_bibtopic false
62 \paperorientation portrait
63 \secnumdepth 3
64 \tocdepth 3
65 \paragraph_separation indent
66 \defskip medskip
67 \quotes_language english
68 \papercolumns 1
69 \papersides 1
70 \paperpagestyle default
71 \tracking_changes false
72 \output_changes false
73 \author 1 "" 
74 \author 2 "" 
75 \use_refstyle 0
76 \end_header
77
78 \begin_body
79
80 \begin_layout Standard
81 \begin_inset Note Note
82 status open
83
84 \begin_layout Plain Layout
85 The installation of the ACM-siggraph document class is explained in 
86 \begin_inset Flex URL
87 status collapsed
88
89 \begin_layout Plain Layout
90
91 http://wiki.lyx.org/Examples/AcmSiggraph
92 \end_layout
93
94 \end_inset
95
96 .
97 \end_layout
98
99 \end_inset
100
101
102 \end_layout
103
104 \begin_layout Standard
105 \begin_inset Note Note
106 status open
107
108 \begin_layout Plain Layout
109
110 \series bold
111 Note:
112 \series default
113  The author, affiliation, email addresses, and the document title have to
114  set up in the LaTeX preamble of this document!
115 \end_layout
116
117 \end_inset
118
119
120 \end_layout
121
122 \begin_layout Standard
123 \begin_inset Note Note
124 status open
125
126 \begin_layout Plain Layout
127
128 \series bold
129 Note:
130 \series default
131  The document type (review etc.) is specified by using one of the document
132  class options listed in the preamble of this file.
133 \end_layout
134
135 \end_inset
136
137
138 \end_layout
139
140 \begin_layout Teaser
141 \begin_inset Graphics
142         filename ../examples/beamer-icsi-logo.pdf
143         width 40col%
144
145 \end_inset
146
147  
148 \begin_inset Caption
149
150 \begin_layout Plain Layout
151 \begin_inset Note Note
152 status collapsed
153
154 \begin_layout Plain Layout
155 You can ignore that LyX writes here 
156 \begin_inset Quotes eld
157 \end_inset
158
159 Senseless!!!
160 \begin_inset Quotes erd
161 \end_inset
162
163 .
164 \end_layout
165
166 \end_inset
167
168 Lookit! Lookit!
169 \end_layout
170
171 \end_inset
172
173
174 \end_layout
175
176 \begin_layout Standard
177 \begin_inset ERT
178 status collapsed
179
180 \begin_layout Plain Layout
181
182
183 \backslash
184 maketitle 
185 \end_layout
186
187 \end_inset
188
189
190 \begin_inset Note Note
191 status collapsed
192
193 \begin_layout Plain Layout
194 The command 
195 \series bold
196
197 \backslash
198 maketitle
199 \series default
200  prepares and prints the title block.
201 \end_layout
202
203 \end_inset
204
205
206 \end_layout
207
208 \begin_layout Abstract
209 BlaBlaBla.
210 \end_layout
211
212 \begin_layout Abstract
213 Citations can be done this way
214 \begin_inset space ~
215 \end_inset
216
217
218 \begin_inset CommandInset citation
219 LatexCommand cite
220 key "Jobs95"
221
222 \end_inset
223
224  or this more concise way
225 \begin_inset space ~
226 \end_inset
227
228
229 \begin_inset ERT
230 status collapsed
231
232 \begin_layout Plain Layout
233
234
235 \backslash
236 shortcite
237 \end_layout
238
239 \end_inset
240
241
242 \begin_inset ERT
243 status collapsed
244
245 \begin_layout Plain Layout
246
247 {
248 \end_layout
249
250 \end_inset
251
252 Jobs95
253 \begin_inset ERT
254 status collapsed
255
256 \begin_layout Plain Layout
257
258 }
259 \end_layout
260
261 \end_inset
262
263 , depending upon the application.
264 \end_layout
265
266 \begin_layout Abstract
267 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit
268  lobortis nisl ut aliquip ex ea commodo consequat.
269  Duis autem vel eum iriure dolor in hendrerit
270 \begin_inset space ~
271 \end_inset
272
273
274 \begin_inset CommandInset citation
275 LatexCommand cite
276 key "Pellacini:2005:LAH"
277
278 \end_inset
279
280  in vulputate velit esse molestie
281 \begin_inset space ~
282 \end_inset
283
284
285 \begin_inset CommandInset citation
286 LatexCommand cite
287 key "notes2002"
288
289 \end_inset
290
291  consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et
292  accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit
293  augue duis dolore te feugait nulla facilisi.
294 \begin_inset space ~
295 \end_inset
296
297
298 \begin_inset CommandInset citation
299 LatexCommand cite
300 key "Park:2006:DSI"
301
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset Note Note
309 status open
310
311 \begin_layout Plain Layout
312 See 
313 \begin_inset Flex URL
314 status collapsed
315
316 \begin_layout Plain Layout
317
318 http://www.acm.org/class/1998/
319 \end_layout
320
321 \end_inset
322
323  for details about the ACM Computing Review categories.
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout CR categories
332 \begin_inset Flex CRcat
333 status open
334
335 \begin_layout Plain Layout
336 K.6.1
337 \begin_inset ERT
338 status collapsed
339
340 \begin_layout Plain Layout
341
342 }
343 \end_layout
344
345 \end_inset
346
347
348 \begin_inset ERT
349 status collapsed
350
351 \begin_layout Plain Layout
352
353 {
354 \end_layout
355
356 \end_inset
357
358 Management of Computing and Information Systems
359 \begin_inset ERT
360 status collapsed
361
362 \begin_layout Plain Layout
363
364 }
365 \end_layout
366
367 \end_inset
368
369
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 {
376 \end_layout
377
378 \end_inset
379
380 Project and People Management
381 \begin_inset ERT
382 status collapsed
383
384 \begin_layout Plain Layout
385
386 }
387 \end_layout
388
389 \end_inset
390
391
392 \begin_inset ERT
393 status collapsed
394
395 \begin_layout Plain Layout
396
397 {
398 \end_layout
399
400 \end_inset
401
402 Life Cycle
403 \end_layout
404
405 \end_inset
406
407
408 \begin_inset Note Note
409 status collapsed
410
411 \begin_layout Plain Layout
412 The CR categories expects 4 infos that are separated by 
413 \begin_inset Quotes eld
414 \end_inset
415
416
417 \series bold
418 }{
419 \series default
420
421 \begin_inset Quotes erd
422 \end_inset
423
424  in TeX code.
425 \end_layout
426
427 \end_inset
428
429
430 \end_layout
431
432 \begin_deeper
433 \begin_layout CRcat
434 \begin_inset Flex CRcat
435 status open
436
437 \begin_layout Plain Layout
438 K.7.m
439 \begin_inset ERT
440 status collapsed
441
442 \begin_layout Plain Layout
443
444 }
445 \end_layout
446
447 \end_inset
448
449
450 \begin_inset ERT
451 status collapsed
452
453 \begin_layout Plain Layout
454
455 {
456 \end_layout
457
458 \end_inset
459
460 The Computing Profession
461 \begin_inset ERT
462 status collapsed
463
464 \begin_layout Plain Layout
465
466 }
467 \end_layout
468
469 \end_inset
470
471
472 \begin_inset ERT
473 status collapsed
474
475 \begin_layout Plain Layout
476
477 {
478 \end_layout
479
480 \end_inset
481
482 Miscellaneous
483 \begin_inset ERT
484 status collapsed
485
486 \begin_layout Plain Layout
487
488 }
489 \end_layout
490
491 \end_inset
492
493
494 \begin_inset ERT
495 status collapsed
496
497 \begin_layout Plain Layout
498
499 {
500 \end_layout
501
502 \end_inset
503
504 Ethics
505 \end_layout
506
507 \end_inset
508
509
510 \end_layout
511
512 \end_deeper
513 \begin_layout Standard
514 \begin_inset ERT
515 status collapsed
516
517 \begin_layout Plain Layout
518
519
520 \backslash
521 keywordlist
522 \end_layout
523
524 \end_inset
525
526
527 \begin_inset Note Note
528 status collapsed
529
530 \begin_layout Plain Layout
531 The command 
532 \series bold
533
534 \backslash
535 keywordlist
536 \series default
537  prints out the keywords.
538 \end_layout
539
540 \end_inset
541
542
543 \end_layout
544
545 \begin_layout Section
546 Introduction
547 \end_layout
548
549 \begin_layout Standard
550 \begin_inset ERT
551 status collapsed
552
553 \begin_layout Plain Layout
554
555 %
556 \backslash
557 copyrightspace
558 \end_layout
559
560 \end_inset
561
562
563 \begin_inset Note Note
564 status collapsed
565
566 \begin_layout Plain Layout
567 When you use a copyright note, the 
568 \series bold
569
570 \backslash
571 copyrightspace
572 \series default
573  command must be the first command after the start of the first section
574  of the body of your paper.
575  It ensures the copyright space is left at the bottom of the first column
576  on the first page of your paper.
577 \end_layout
578
579 \end_inset
580
581
582 \end_layout
583
584 \begin_layout Standard
585 bla
586 \end_layout
587
588 \begin_layout Section
589 Exposition
590 \end_layout
591
592 \begin_layout Standard
593 blabla
594 \end_layout
595
596 \begin_layout Section
597 A New Section
598 \end_layout
599
600 \begin_layout Subsection
601 A New Subsection
602 \end_layout
603
604 \begin_layout Standard
605 Subsection test
606 \end_layout
607
608 \begin_layout Subsection
609 A Second Subsection
610 \end_layout
611
612 \begin_layout Subsubsection
613 A Subsubsection
614 \end_layout
615
616 \begin_layout Standard
617 Bla.
618 \end_layout
619
620 \begin_layout Subsubsection
621 Another Subsubsection
622 \end_layout
623
624 \begin_layout Standard
625 Bla.
626 \end_layout
627
628 \begin_layout Subsection
629 A Final Subsection
630 \end_layout
631
632 \begin_layout Standard
633 Bla.
634 \end_layout
635
636 \begin_layout Section
637 Back to the Section
638 \end_layout
639
640 \begin_layout Standard
641 Bla.
642 \end_layout
643
644 \begin_layout Section
645 Conclusion
646 \end_layout
647
648 \begin_layout Standard
649 Bla.
650 \end_layout
651
652 \begin_layout Section*
653 Acknowledgements
654 \end_layout
655
656 \begin_layout Standard
657 To Robert, for all the bagels.
658 \end_layout
659
660 \begin_layout Standard
661 \begin_inset CommandInset bibtex
662 LatexCommand bibtex
663 bibfiles "../examples/biblioExample"
664 options "acmsiggraph"
665
666 \end_inset
667
668  
669 \end_layout
670
671 \end_body
672 \end_document