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