]> git.lyx.org Git - lyx.git/blob - lib/examples/beamerposter.lyx
Add a beamerposter example file
[lyx.git] / lib / examples / beamerposter.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass beamer
6 \begin_preamble
7 % This example has been adapted from the example given by the
8 % beamerposter authors, see 
9 % http://mirrors.ctan.org/macros/latex/contrib/beamerposter/example.tex
10 %
11
12 % You can select your theme here. Any beamer theme without a sidebar should work:
13 \usetheme{Berlin}
14 % Note, however, that only dedicated beamerposter themes also generate
15 % a suitable poster title automatically (we do this manually, see the TeX code
16 % at  the beginning of this document). 
17 % Dedicated beamerposter themes are available at 
18 % http://www-i6.informatik.rwth-aachen.de/~dreuw/latexbeamerposter.php
19
20 % Load the beamerposter package
21 \usepackage[%
22     orientation=portrait, % comment out for landscape posters
23 %    orientation=landscape,% uncomment for landscape posters
24     size=a0,% possible: a0b, a0, a1, a2, a3, a4, custom (with width=<val>,height=<val>)
25     scale=1.4,% scaling of fonts
26     debug% enable debug mode
27     ]{beamerposter}
28
29 % Setting up the titling. See the note at the beginning of the document.
30 \title[Conference Posters]{Making Fancy Conference Posters with \LaTeX}
31 \author[LyX Team]{The LyX Team}
32 \institute[University of Nowhere]{%
33                 Institute for Poster Generation, University of Nowhere}
34 \date{\today}
35
36   
37 \end_preamble
38 \options final
39 \use_default_options false
40 \maintain_unincluded_children false
41 \language english
42 \language_package default
43 \inputencoding auto
44 \fontencoding global
45 \font_roman default
46 \font_sans uop
47 \font_typewriter default
48 \font_math auto
49 \font_default_family default
50 \use_non_tex_fonts false
51 \font_sc false
52 \font_osf false
53 \font_sf_scale 100
54 \font_tt_scale 100
55 \graphics default
56 \default_output_format default
57 \output_sync 0
58 \bibtex_command default
59 \index_command default
60 \paperfontsize default
61 \spacing single
62 \use_hyperref false
63 \papersize default
64 \use_geometry true
65 \use_package amsmath 1
66 \use_package amssymb 1
67 \use_package cancel 1
68 \use_package esint 1
69 \use_package mathdots 1
70 \use_package mathtools 1
71 \use_package mhchem 1
72 \use_package stackrel 1
73 \use_package stmaryrd 1
74 \use_package undertilde 1
75 \cite_engine basic
76 \cite_engine_type default
77 \biblio_style plain
78 \use_bibtopic false
79 \use_indices false
80 \paperorientation portrait
81 \suppress_date false
82 \justification true
83 \use_refstyle 0
84 \index Index
85 \shortcut idx
86 \color #008000
87 \end_index
88 \secnumdepth 3
89 \tocdepth 3
90 \paragraph_separation indent
91 \paragraph_indentation default
92 \quotes_language english
93 \papercolumns 1
94 \papersides 1
95 \paperpagestyle default
96 \tracking_changes false
97 \output_changes false
98 \html_math_output 0
99 \html_css_as_file 0
100 \html_be_strict false
101 \end_header
102
103 \begin_body
104
105 \begin_layout Standard
106 \begin_inset Note Note
107 status open
108
109 \begin_layout Plain Layout
110 The whole poster is a single (huge) beamer frame!
111 \end_layout
112
113 \begin_layout Plain Layout
114 You can use any beamer element, especially the use of blocks is advisable.
115 \end_layout
116
117 \end_inset
118
119
120 \end_layout
121
122 \begin_layout Frame
123
124 \end_layout
125
126 \begin_deeper
127 \begin_layout Standard
128 \begin_inset Note Note
129 status open
130
131 \begin_layout Plain Layout
132 Below we set up a title line manually with TeX mode.
133  If you use a dedicated beamerposter theme, the title will be generated
134  automatically from the information given in the preamble.
135 \end_layout
136
137 \end_inset
138
139
140 \end_layout
141
142 \begin_layout Standard
143 \begin_inset ERT
144 status open
145
146 \begin_layout Plain Layout
147
148 {
149 \backslash
150 VERYHuge
151 \backslash
152 textbf{
153 \backslash
154 inserttitle}}
155 \end_layout
156
157 \end_inset
158
159
160 \begin_inset VSpace bigskip
161 \end_inset
162
163
164 \end_layout
165
166 \begin_layout Standard
167 \begin_inset ERT
168 status open
169
170 \begin_layout Plain Layout
171
172 {
173 \backslash
174 veryHuge
175 \backslash
176 insertauthor
177 \backslash
178  $
179 \backslash
180 cdot$ 
181 \backslash
182 insertdate}
183 \end_layout
184
185 \end_inset
186
187
188 \end_layout
189
190 \begin_layout Standard
191 \begin_inset VSpace vfill
192 \end_inset
193
194
195 \end_layout
196
197 \begin_layout Block
198 \begin_inset Argument 2
199 status collapsed
200
201 \begin_layout Plain Layout
202 Fontsizes: From tiny to very huge!
203 \end_layout
204
205 \end_inset
206
207
208 \end_layout
209
210 \begin_layout Block
211
212 \size tiny
213 tiny
214 \end_layout
215
216 \begin_layout Block
217
218 \size scriptsize
219 scriptsize
220 \end_layout
221
222 \begin_layout Block
223
224 \size footnotesize
225 footnotesize
226 \end_layout
227
228 \begin_layout Block
229
230 \size normal
231 normalsize
232 \end_layout
233
234 \begin_layout Block
235
236 \size large
237 large
238 \end_layout
239
240 \begin_layout Block
241
242 \size larger
243 Large
244 \end_layout
245
246 \begin_layout Block
247
248 \size largest
249 LARGE
250 \end_layout
251
252 \begin_layout Block
253 \begin_inset ERT
254 status collapsed
255
256 \begin_layout Plain Layout
257
258 {
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset ERT
265 status collapsed
266
267 \begin_layout Plain Layout
268
269
270 \backslash
271 veryHuge
272 \end_layout
273
274 \end_inset
275
276  VeryHuge
277 \begin_inset ERT
278 status collapsed
279
280 \begin_layout Plain Layout
281
282 }
283 \end_layout
284
285 \end_inset
286
287
288 \end_layout
289
290 \begin_layout Block
291 \begin_inset ERT
292 status collapsed
293
294 \begin_layout Plain Layout
295
296 {
297 \end_layout
298
299 \end_inset
300
301
302 \begin_inset ERT
303 status collapsed
304
305 \begin_layout Plain Layout
306
307
308 \backslash
309 VeryHuge
310 \end_layout
311
312 \end_inset
313
314  VeryHuge
315 \begin_inset ERT
316 status collapsed
317
318 \begin_layout Plain Layout
319
320 }
321 \end_layout
322
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Block
329 \begin_inset ERT
330 status collapsed
331
332 \begin_layout Plain Layout
333
334 {
335 \end_layout
336
337 \end_inset
338
339
340 \begin_inset ERT
341 status collapsed
342
343 \begin_layout Plain Layout
344
345
346 \backslash
347 VERYHuge
348 \end_layout
349
350 \end_inset
351
352  VERYHuge
353 \begin_inset ERT
354 status collapsed
355
356 \begin_layout Plain Layout
357
358 }
359 \end_layout
360
361 \end_inset
362
363
364 \end_layout
365
366 \end_deeper
367 \begin_layout Frame
368 \begin_inset VSpace vfill
369 \end_inset
370
371
372 \end_layout
373
374 \begin_deeper
375 \begin_layout Block
376 \begin_inset Argument 2
377 status collapsed
378
379 \begin_layout Plain Layout
380 Use beamer blocks!
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \begin_layout Block
389 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
390  eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
391  voluptua.
392  At vero eos et accusam et justo duo dolores et ea rebum.
393  Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
394  sit amet.
395  Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
396  eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
397  voluptua.
398  At vero eos et accusam et justo duo dolores et ea rebum.
399  Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
400  sit amet.
401  Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
402  eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
403  voluptua.
404  At vero eos et accusam et justo duo dolores et ea rebum.
405  Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
406  sit amet.
407 \end_layout
408
409 \begin_layout Block
410 Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie
411  consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et
412  accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit
413  augue duis dolore te feugait nulla facilisi.
414  Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy
415  nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
416 \end_layout
417
418 \begin_layout Block
419 Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit
420  lobortis nisl ut aliquip ex ea commodo consequat.
421  Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie
422  consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et
423  accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit
424  augue duis dolore te feugait nulla facilisi.
425 \end_layout
426
427 \end_deeper
428 \begin_layout Frame
429 \begin_inset VSpace vfill
430 \end_inset
431
432
433 \end_layout
434
435 \begin_deeper
436 \begin_layout Columns
437 \begin_inset Argument 1
438 status collapsed
439
440 \begin_layout Plain Layout
441 t
442 \end_layout
443
444 \end_inset
445
446
447 \end_layout
448
449 \begin_deeper
450 \begin_layout Column
451 .48
452 \begin_inset ERT
453 status collapsed
454
455 \begin_layout Plain Layout
456
457
458 \backslash
459 linewidth
460 \end_layout
461
462 \end_inset
463
464
465 \end_layout
466
467 \begin_layout Block
468 \begin_inset Argument 2
469 status collapsed
470
471 \begin_layout Plain Layout
472 Enumerated Lists
473 \end_layout
474
475 \end_inset
476
477
478 \end_layout
479
480 \begin_deeper
481 \begin_layout Enumerate
482 some items 
483 \end_layout
484
485 \begin_layout Enumerate
486 some items 
487 \end_layout
488
489 \begin_layout Enumerate
490 some items 
491 \end_layout
492
493 \begin_layout Enumerate
494 some items 
495 \end_layout
496
497 \end_deeper
498 \begin_layout AlertBlock
499 \begin_inset Argument 2
500 status open
501
502 \begin_layout Plain Layout
503 Caveat
504 \end_layout
505
506 \end_inset
507
508
509 \end_layout
510
511 \begin_layout AlertBlock
512 \begin_inset Graphics
513         filename beamer-knight1.png
514         width 30col%
515
516 \end_inset
517
518
519 \end_layout
520
521 \begin_layout ExampleBlock
522 \begin_inset Argument 2
523 status open
524
525 \begin_layout Plain Layout
526 Contact
527 \end_layout
528
529 \end_inset
530
531  
532 \end_layout
533
534 \begin_deeper
535 \begin_layout Standard
536 \begin_inset Box Frameless
537 position "t"
538 hor_pos "c"
539 has_inner_box 1
540 inner_pos "t"
541 use_parbox 0
542 use_makebox 0
543 width "20col%"
544 special "none"
545 height "6cm"
546 height_special "none"
547 status open
548
549 \begin_layout Plain Layout
550 \begin_inset VSpace -36pt*
551 \end_inset
552
553
554 \end_layout
555
556 \begin_layout Plain Layout
557 \begin_inset Graphics
558         filename CV-image.png
559         scale 220
560
561 \end_inset
562
563
564 \end_layout
565
566 \end_inset
567
568
569 \begin_inset Box Frameless
570 position "t"
571 hor_pos "c"
572 has_inner_box 1
573 inner_pos "t"
574 use_parbox 0
575 use_makebox 0
576 width "60col%"
577 special "none"
578 height "1in"
579 height_special "totalheight"
580 status open
581
582 \begin_layout Plain Layout
583 John Doe
584 \end_layout
585
586 \begin_layout Plain Layout
587 University of Nowhere
588 \end_layout
589
590 \begin_layout Plain Layout
591 0000 Nowhere
592 \end_layout
593
594 \begin_layout Plain Layout
595 \begin_inset Flex URL
596 status open
597
598 \begin_layout Plain Layout
599
600 doe@uon.edu
601 \end_layout
602
603 \end_inset
604
605
606 \end_layout
607
608 \begin_layout Plain Layout
609 \begin_inset Flex URL
610 status open
611
612 \begin_layout Plain Layout
613
614 http://www.uon.edu/doe
615 \end_layout
616
617 \end_inset
618
619
620 \end_layout
621
622 \end_inset
623
624
625 \end_layout
626
627 \end_deeper
628 \begin_layout Column
629 .48
630 \begin_inset ERT
631 status collapsed
632
633 \begin_layout Plain Layout
634
635
636 \backslash
637 linewidth
638 \end_layout
639
640 \end_inset
641
642
643 \end_layout
644
645 \begin_layout Block
646 \begin_inset Argument 2
647 status collapsed
648
649 \begin_layout Plain Layout
650 Some items and some math
651 \end_layout
652
653 \end_inset
654
655
656 \end_layout
657
658 \begin_deeper
659 \begin_layout Itemize
660 some items and 
661 \begin_inset Formula $\alpha=\gamma,\sum_{i}$
662 \end_inset
663
664  
665 \end_layout
666
667 \begin_layout Itemize
668 some items 
669 \end_layout
670
671 \begin_layout Itemize
672 some items 
673 \end_layout
674
675 \begin_layout Itemize
676 some items 
677 \end_layout
678
679 \begin_layout Standard
680 \begin_inset Formula 
681 \[
682 \alpha=\gamma,\sum_{i}
683 \]
684
685 \end_inset
686
687
688 \end_layout
689
690 \end_deeper
691 \begin_layout Separator
692
693 \end_layout
694
695 \begin_layout Block
696 \begin_inset Argument 2
697 status collapsed
698
699 \begin_layout Plain Layout
700 More items \SpecialChar \ldots{}
701
702 \end_layout
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_deeper
710 \begin_layout Itemize
711 some items
712 \end_layout
713
714 \begin_layout Itemize
715 some items
716 \end_layout
717
718 \begin_layout Itemize
719 some items
720 \end_layout
721
722 \begin_layout Itemize
723 some items
724 \end_layout
725
726 \begin_layout Itemize
727 some items
728 \end_layout
729
730 \begin_layout Itemize
731 some items
732 \end_layout
733
734 \end_deeper
735 \begin_layout Separator
736
737 \end_layout
738
739 \begin_layout Block
740 \begin_inset Argument 2
741 status collapsed
742
743 \begin_layout Plain Layout
744 \SpecialChar \ldots{}
745  and yet more!
746 \end_layout
747
748 \end_inset
749
750
751 \end_layout
752
753 \begin_deeper
754 \begin_layout Itemize
755 some items and 
756 \begin_inset Formula $\alpha=\gamma,\sum_{i}$
757 \end_inset
758
759  
760 \end_layout
761
762 \begin_layout Itemize
763 some items 
764 \end_layout
765
766 \begin_layout Itemize
767 some items 
768 \end_layout
769
770 \begin_layout Itemize
771 some items 
772 \end_layout
773
774 \end_deeper
775 \begin_layout Block
776 \begin_inset Formula 
777 \[
778 \alpha=\gamma,\sum_{i}
779 \]
780
781 \end_inset
782
783
784 \end_layout
785
786 \end_deeper
787 \begin_layout Columns
788
789 \end_layout
790
791 \end_deeper
792 \end_body
793 \end_document