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