]> git.lyx.org Git - lyx.git/blob - lib/examples/beamer.lyx
Update my email and status.
[lyx.git] / lib / examples / beamer.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 455
3 \begin_document
4 \begin_header
5 \textclass beamer
6 \begin_preamble
7 % We use the "Berkeley" theme with a 3.45em-wide side bar on the left
8 \usetheme[left,width=3.45em]{Berkeley}
9 \end_preamble
10 \use_default_options true
11 \maintain_unincluded_children false
12 \language english
13 \language_package default
14 \inputencoding auto
15 \fontencoding global
16 \font_roman default
17 \font_sans default
18 \font_typewriter default
19 \font_math auto
20 \font_default_family default
21 \use_non_tex_fonts false
22 \font_sc false
23 \font_osf false
24 \font_sf_scale 100
25 \font_tt_scale 100
26 \graphics default
27 \default_output_format pdf2
28 \output_sync 0
29 \bibtex_command default
30 \index_command default
31 \paperfontsize default
32 \spacing single
33 \use_hyperref false
34 \papersize default
35 \use_geometry true
36 \use_package amsmath 1
37 \use_package amssymb 1
38 \use_package esint 1
39 \use_package mathdots 1
40 \use_package mathtools 1
41 \use_package mhchem 1
42 \use_package stmaryrd 1
43 \use_package undertilde 1
44 \cite_engine basic
45 \cite_engine_type numerical
46 \biblio_style plain
47 \use_bibtopic false
48 \use_indices false
49 \paperorientation portrait
50 \suppress_date false
51 \justification true
52 \use_refstyle 1
53 \index Index
54 \shortcut idx
55 \color #008000
56 \end_index
57 \secnumdepth 3
58 \tocdepth 3
59 \paragraph_separation indent
60 \paragraph_indentation default
61 \quotes_language english
62 \papercolumns 1
63 \papersides 1
64 \paperpagestyle default
65 \tracking_changes false
66 \output_changes false
67 \html_math_output 0
68 \html_css_as_file 0
69 \html_be_strict false
70 \end_header
71
72 \begin_body
73
74 \begin_layout Title
75 Presentations with Beamer and LyX
76 \end_layout
77
78 \begin_layout Subtitle
79 An Introduction to the Basics
80 \end_layout
81
82 \begin_layout Author
83 The LyX Team
84 \end_layout
85
86 \begin_layout Date
87 V.
88  2.1
89 \end_layout
90
91 \begin_layout TitleGraphic
92 \begin_inset Graphics
93         filename ../doc/clipart/mobius.eps
94         lyxscale 30
95         scale 10
96
97 \end_inset
98
99
100 \end_layout
101
102 \begin_layout Frame
103
104 \end_layout
105
106 \begin_deeper
107 \begin_layout FrameTitle
108 \begin_inset Argument 1
109 status open
110
111 \begin_layout Plain Layout
112 presentation
113 \end_layout
114
115 \end_inset
116
117 Contents
118 \end_layout
119
120 \begin_layout Standard
121 \begin_inset CommandInset toc
122 LatexCommand tableofcontents
123
124 \end_inset
125
126
127 \end_layout
128
129 \end_deeper
130 \begin_layout Section
131 Purposes
132 \end_layout
133
134 \begin_layout Frame
135 \begin_inset Argument 2
136 status open
137
138 \begin_layout Plain Layout
139 +-
140 \end_layout
141
142 \end_inset
143
144
145 \begin_inset Argument 4
146 status open
147
148 \begin_layout Plain Layout
149 Purpose of the Beamer class
150 \end_layout
151
152 \end_inset
153
154
155 \end_layout
156
157 \begin_layout Frame
158 With the 
159 \begin_inset Flex Structure
160 status open
161
162 \begin_layout Plain Layout
163 Beamer
164 \end_layout
165
166 \end_inset
167
168  class, you can produce presentation slides which
169 \end_layout
170
171 \begin_deeper
172 \begin_layout Itemize
173 are visually highly customizable
174 \end_layout
175
176 \begin_layout Itemize
177 can be very well structured
178 \end_layout
179
180 \begin_layout Itemize
181 can be constructed step-by-step (
182 \begin_inset Quotes eld
183 \end_inset
184
185 overlay
186 \begin_inset Quotes erd
187 \end_inset
188
189  concept)
190 \end_layout
191
192 \begin_layout Itemize
193 may contain different navigation paths (note that the slides contain all
194  sorts of hyperlinks)
195 \end_layout
196
197 \begin_layout Itemize
198 use LaTeX's superb output quality
199 \end_layout
200
201 \begin_layout Itemize
202 might embed multimedia content (audio, video)
203 \end_layout
204
205 \begin_layout Itemize
206 can easily be transformed to accompanying material (such as an article-like
207  handout)
208 \end_layout
209
210 \begin_layout Itemize
211 and much more \SpecialChar \ldots{}
212
213 \end_layout
214
215 \end_deeper
216 \begin_layout Separator
217
218 \end_layout
219
220 \begin_layout Frame
221 \begin_inset Argument 4
222 status open
223
224 \begin_layout Plain Layout
225 Purpose of this presentation
226 \end_layout
227
228 \end_inset
229
230
231 \end_layout
232
233 \begin_layout Frame
234 This presentation
235 \end_layout
236
237 \begin_deeper
238 \begin_layout Itemize
239 describes some basic features of 
240 \begin_inset Flex Structure
241 status collapsed
242
243 \begin_layout Plain Layout
244 Beamer
245 \end_layout
246
247 \end_inset
248
249 , especially how they can be used with LyX
250 \end_layout
251
252 \begin_layout Itemize
253 For more general and comprehensive information on 
254 \begin_inset Flex Structure
255 status collapsed
256
257 \begin_layout Plain Layout
258 Beamer
259 \end_layout
260
261 \end_inset
262
263  itself, please refer to the extensive class manual 
264 \begin_inset CommandInset citation
265 LatexCommand cite
266 key "beamer-ug"
267
268 \end_inset
269
270
271 \end_layout
272
273 \end_deeper
274 \begin_layout Section
275 Segments of a presentation
276 \end_layout
277
278 \begin_layout Frame
279 \begin_inset Argument 4
280 status open
281
282 \begin_layout Plain Layout
283 The global structure
284 \end_layout
285
286 \end_inset
287
288
289 \end_layout
290
291 \begin_layout Frame
292 A presentation usually consists of
293 \end_layout
294
295 \begin_deeper
296 \begin_layout Itemize
297 A title page
298 \end_layout
299
300 \begin_layout Itemize
301 Slides that might be grouped to sections/parts
302 \end_layout
303
304 \begin_layout Itemize
305 An appendix with additional information, such as a bibliography
306 \end_layout
307
308 \end_deeper
309 \begin_layout Frame
310 We describe these global segments in what follows.
311 \end_layout
312
313 \begin_layout Separator
314
315 \end_layout
316
317 \begin_layout Frame
318 \begin_inset Argument 4
319 status open
320
321 \begin_layout Plain Layout
322 The title page
323 \end_layout
324
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Frame
331 Within LyX, a title page is constructed by the layouts 
332 \begin_inset Flex Structure
333 status collapsed
334
335 \begin_layout Plain Layout
336 Title
337 \end_layout
338
339 \end_inset
340
341
342 \begin_inset Flex Structure
343 status collapsed
344
345 \begin_layout Plain Layout
346 Subtitle
347 \end_layout
348
349 \end_inset
350
351
352 \begin_inset Flex Structure
353 status collapsed
354
355 \begin_layout Plain Layout
356 Author
357 \end_layout
358
359 \end_inset
360
361
362 \begin_inset Flex Structure
363 status collapsed
364
365 \begin_layout Plain Layout
366 Institute
367 \end_layout
368
369 \end_inset
370
371
372 \begin_inset Flex Structure
373 status collapsed
374
375 \begin_layout Plain Layout
376 Date
377 \end_layout
378
379 \end_inset
380
381  and 
382 \begin_inset Flex Structure
383 status collapsed
384
385 \begin_layout Plain Layout
386 TitleGraphic
387 \end_layout
388
389 \end_inset
390
391 .
392  
393 \end_layout
394
395 \begin_deeper
396 \begin_layout Itemize
397 None of these elements is mandatory, but at least one must be given 
398 \end_layout
399
400 \begin_layout Itemize
401 The order of insertion does not matter (the real order is defined in the
402  
403 \begin_inset Flex Structure
404 status collapsed
405
406 \begin_layout Plain Layout
407 Beamer
408 \end_layout
409
410 \end_inset
411
412  theme)
413 \end_layout
414
415 \begin_layout Itemize
416 For 
417 \begin_inset Flex Structure
418 status collapsed
419
420 \begin_layout Plain Layout
421 Title
422 \end_layout
423
424 \end_inset
425
426
427 \begin_inset Flex Structure
428 status collapsed
429
430 \begin_layout Plain Layout
431 Subtitle
432 \end_layout
433
434 \end_inset
435
436
437 \begin_inset Flex Structure
438 status collapsed
439
440 \begin_layout Plain Layout
441 Author
442 \end_layout
443
444 \end_inset
445
446
447 \begin_inset Flex Structure
448 status collapsed
449
450 \begin_layout Plain Layout
451 Institute
452 \end_layout
453
454 \end_inset
455
456  and 
457 \begin_inset Flex Structure
458 status collapsed
459
460 \begin_layout Plain Layout
461 Date
462 \end_layout
463
464 \end_inset
465
466 , you can define 
467 \begin_inset Quotes eld
468 \end_inset
469
470 short
471 \begin_inset Quotes erd
472 \end_inset
473
474  forms via 
475 \begin_inset Flex Alert
476 status collapsed
477
478 \begin_layout Plain Layout
479 Insert\SpecialChar \menuseparator
480 Short Title\SpecialChar \slash{}
481 Date\SpecialChar \slash{}
482 \SpecialChar \ldots{}
483
484 \end_layout
485
486 \end_inset
487
488  These are used in the side bar\SpecialChar \slash{}
489 heading (given the theme provides a sidebar\SpecialChar \slash{}
490 headin
491 g)
492 \end_layout
493
494 \begin_layout Itemize
495 If you select 
496 \begin_inset Flex Structure
497 status collapsed
498
499 \begin_layout Plain Layout
500 Title (Plain Frame)
501 \end_layout
502
503 \end_inset
504
505  instead of 
506 \begin_inset Flex Structure
507 status collapsed
508
509 \begin_layout Plain Layout
510 Title
511 \end_layout
512
513 \end_inset
514
515 , the title page will have no sidebar or heading
516 \end_layout
517
518 \end_deeper
519 \begin_layout Separator
520
521 \end_layout
522
523 \begin_layout Frame
524 \begin_inset Argument 4
525 status open
526
527 \begin_layout Plain Layout
528 Slides\SpecialChar \slash{}
529 Frames
530 \end_layout
531
532 \end_inset
533
534
535 \end_layout
536
537 \begin_layout Frame
538 Slides are called 
539 \begin_inset Quotes eld
540 \end_inset
541
542 frames
543 \begin_inset Quotes erd
544 \end_inset
545
546  in 
547 \begin_inset Flex Structure
548 status collapsed
549
550 \begin_layout Plain Layout
551 Beamer
552 \end_layout
553
554 \end_inset
555
556 .
557  Everything inside a frame is put on one slide (which itself might consist
558  of sub-slides).
559 \end_layout
560
561 \begin_deeper
562 \begin_layout Itemize
563 Select the 
564 \begin_inset Flex Structure
565 status collapsed
566
567 \begin_layout Plain Layout
568 Frame
569 \end_layout
570
571 \end_inset
572
573  style to start a frame
574 \end_layout
575
576 \begin_layout Itemize
577 The frame title is to be inserted in the 
578 \begin_inset Quotes eld
579 \end_inset
580
581 Frame title
582 \begin_inset Quotes erd
583 \end_inset
584
585  inset, which is automatically inserted for new frames or can be manually
586  inserted via 
587 \begin_inset Flex Alert
588 status collapsed
589
590 \begin_layout Plain Layout
591 Insert\SpecialChar \menuseparator
592 Frame Title
593 \end_layout
594
595 \end_inset
596
597
598 \end_layout
599
600 \begin_layout Itemize
601 Alternatively, you can also use the 
602 \begin_inset Flex Structure
603 status collapsed
604
605 \begin_layout Plain Layout
606 FrameTitle
607 \end_layout
608
609 \end_inset
610
611  layout, which additionally offers a (rarely used) short frame title option,
612  and, more importantly, overlay options
613 \end_layout
614
615 \begin_layout Itemize
616 A subtitle can be added via the 
617 \begin_inset Flex Structure
618 status collapsed
619
620 \begin_layout Plain Layout
621 FrameSubtitle
622 \end_layout
623
624 \end_inset
625
626  layout
627 \end_layout
628
629 \begin_layout Itemize
630 Frame options (see 
631 \begin_inset CommandInset citation
632 LatexCommand cite
633 key "beamer-ug"
634
635 \end_inset
636
637  for the diverse options) are inserted via 
638 \begin_inset Flex Alert
639 status collapsed
640
641 \begin_layout Plain Layout
642 Insert\SpecialChar \menuseparator
643 Frame Options
644 \end_layout
645
646 \end_inset
647
648 , overlay options via 
649 \begin_inset Flex Alert
650 status collapsed
651
652 \begin_layout Plain Layout
653 Insert\SpecialChar \menuseparator
654 Overlay Specifications
655 \end_layout
656
657 \end_inset
658
659  and 
660 \begin_inset Flex Alert
661 status collapsed
662
663 \begin_layout Plain Layout
664 Insert\SpecialChar \menuseparator
665 Default Overlay Specifications
666 \end_layout
667
668 \end_inset
669
670  (we explain later what this is)
671 \end_layout
672
673 \end_deeper
674 \begin_layout Separator
675
676 \end_layout
677
678 \begin_layout Frame
679 \begin_inset Argument 1
680 status open
681
682 \begin_layout Plain Layout
683 1-2
684 \end_layout
685
686 \end_inset
687
688
689 \begin_inset Argument 3
690 status open
691
692 \begin_layout Plain Layout
693 label=myframe
694 \end_layout
695
696 \end_inset
697
698
699 \begin_inset Argument 4
700 status open
701
702 \begin_layout Plain Layout
703 Frames can be repeated
704 \end_layout
705
706 \end_inset
707
708
709 \end_layout
710
711 \begin_layout Frame
712 Frames can be repeated fully or only in terms of selected sub-slides, multiple
713  times at any later point of the presentation.
714 \end_layout
715
716 \begin_layout Frame
717 You just need to give the respective frame a label via the frame options
718  (as done here).
719 \end_layout
720
721 \begin_deeper
722 \begin_layout Pause
723
724 \end_layout
725
726 \end_deeper
727 \begin_layout Frame
728 Then you can repeat this frame by means of the 
729 \begin_inset Flex Structure
730 status collapsed
731
732 \begin_layout Plain Layout
733 AgainFrame
734 \end_layout
735
736 \end_inset
737
738  layout later in the presentation.
739  Just enter the label in the 
740 \begin_inset Flex Structure
741 status collapsed
742
743 \begin_layout Plain Layout
744 AgainFrame
745 \end_layout
746
747 \end_inset
748
749  layout and specify, if required, which sub-slides you want to be repeated
750  via 
751 \begin_inset Flex Alert
752 status collapsed
753
754 \begin_layout Plain Layout
755 Insert\SpecialChar \menuseparator
756 Overlay Specifications
757 \end_layout
758
759 \end_inset
760
761  (again, see below for the concept of 
762 \begin_inset Quotes eld
763 \end_inset
764
765 overlays
766 \begin_inset Quotes erd
767 \end_inset
768
769 ).
770 \end_layout
771
772 \begin_deeper
773 \begin_layout Only
774 \begin_inset Argument 1
775 status open
776
777 \begin_layout Plain Layout
778 3
779 \end_layout
780
781 \end_inset
782
783
784 \end_layout
785
786 \begin_layout Only
787 \begin_inset Flex Alert
788 status collapsed
789
790 \begin_layout Plain Layout
791 Here's the proof!
792 \end_layout
793
794 \end_inset
795
796  (This text is only shown on sub-slide 3 which is itself only shown when
797  this frame is repeated later on)
798 \end_layout
799
800 \end_deeper
801 \begin_layout Separator
802
803 \end_layout
804
805 \begin_layout Frame
806 \begin_inset Argument 4
807 status open
808
809 \begin_layout Plain Layout
810 Keeping frames together
811 \end_layout
812
813 \end_inset
814
815
816 \end_layout
817
818 \begin_deeper
819 \begin_layout FrameSubtitle
820 Use nesting!
821 \end_layout
822
823 \begin_layout Itemize
824 Note that all frame content, if the style is not 
825 \begin_inset Flex Structure
826 status collapsed
827
828 \begin_layout Plain Layout
829 Frame
830 \end_layout
831
832 \end_inset
833
834 , must be nested to the frame environment (via 
835 \begin_inset Flex Alert
836 status collapsed
837
838 \begin_layout Plain Layout
839 Edit\SpecialChar \menuseparator
840 Increase List Depth
841 \end_layout
842
843 \end_inset
844
845  or 
846 \begin_inset Info
847 type  "shortcut"
848 arg   "depth-increment"
849 \end_inset
850
851 )
852 \end_layout
853
854 \begin_layout Itemize
855 Nested content is marked by a red bar in the margin of the LyX workarea
856 \end_layout
857
858 \end_deeper
859 \begin_layout Itemize
860 Non-nested content (such as this) will also be displayed in the presentation
861  (on a separate slide), but not properly aligned
862 \end_layout
863
864 \begin_layout Itemize
865 So please avoid this
866 \end_layout
867
868 \begin_layout Separator
869
870 \end_layout
871
872 \begin_layout Frame
873 \begin_inset Argument 4
874 status open
875
876 \begin_layout Plain Layout
877 Separating frames
878 \end_layout
879
880 \end_inset
881
882
883 \end_layout
884
885 \begin_layout Frame
886 \noindent
887 Consecutive frames are separated by the 
888 \begin_inset Flex Structure
889 status collapsed
890
891 \begin_layout Plain Layout
892 \noindent
893 Separator
894 \end_layout
895
896 \end_inset
897
898  paragraph style.
899 \end_layout
900
901 \begin_deeper
902 \begin_layout Itemize
903 The most convenient way to insert a 
904 \begin_inset Flex Structure
905 status collapsed
906
907 \begin_layout Plain Layout
908 \noindent
909 Separator
910 \end_layout
911
912 \end_inset
913
914  and automatically restart a new frame is by means of 
915 \begin_inset Flex Alert
916 status collapsed
917
918 \begin_layout Plain Layout
919 Edit\SpecialChar \menuseparator
920 Split Environment
921 \end_layout
922
923 \end_inset
924
925  while you are in a paragraph of 
926 \begin_inset Flex Structure
927 status collapsed
928
929 \begin_layout Plain Layout
930 Frame
931 \end_layout
932
933 \end_inset
934
935  layout
936 \end_layout
937
938 \begin_layout Block
939 \begin_inset Argument 2
940 status open
941
942 \begin_layout Plain Layout
943 Tip
944 \end_layout
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Block
952 To get from a nested paragraph of whatever layout to the outer 
953 \begin_inset Flex Structure
954 status collapsed
955
956 \begin_layout Plain Layout
957 Frame
958 \end_layout
959
960 \end_inset
961
962  layout, hit 
963 \begin_inset Info
964 type  "shortcut"
965 arg   "paragraph-break inverse"
966 \end_inset
967
968 !
969 \end_layout
970
971 \end_deeper
972 \begin_layout AgainFrame
973 \begin_inset Argument 1
974 status open
975
976 \begin_layout Plain Layout
977 3
978 \end_layout
979
980 \end_inset
981
982 myframe
983 \end_layout
984
985 \begin_layout Separator
986
987 \end_layout
988
989 \begin_layout PlainFrame
990 \begin_inset Argument 4
991 status open
992
993 \begin_layout Plain Layout
994 Special frame types
995 \end_layout
996
997 \end_inset
998
999
1000 \end_layout
1001
1002 \begin_layout PlainFrame
1003 LyX provides two special frame types:
1004 \end_layout
1005
1006 \begin_deeper
1007 \begin_layout Enumerate
1008 \begin_inset Flex Structure
1009 status collapsed
1010
1011 \begin_layout Plain Layout
1012 Frame (plain)
1013 \end_layout
1014
1015 \end_inset
1016
1017  is a frame without a sidebar/header (such as this one).
1018  This is useful for slides with much content\SpecialChar \slash{}
1019 wide tables
1020 \end_layout
1021
1022 \begin_layout Enumerate
1023 \begin_inset Flex Structure
1024 status collapsed
1025
1026 \begin_layout Plain Layout
1027 Frame (fragile)
1028 \end_layout
1029
1030 \end_inset
1031
1032  is to be used if the frame consists of 
1033 \begin_inset Quotes eld
1034 \end_inset
1035
1036 fragile
1037 \begin_inset Quotes erd
1038 \end_inset
1039
1040  content, especially verbatim stuff such as program listings
1041 \end_layout
1042
1043 \end_deeper
1044 \begin_layout PlainFrame
1045 If you want a fragile plain frame, pass the option 
1046 \begin_inset Quotes eld
1047 \end_inset
1048
1049 plain
1050 \begin_inset Quotes erd
1051 \end_inset
1052
1053  to a fragile frame or the option 
1054 \begin_inset Quotes eld
1055 \end_inset
1056
1057 fragile
1058 \begin_inset Quotes erd
1059 \end_inset
1060
1061  to a plain frame.
1062 \end_layout
1063
1064 \begin_layout Separator
1065
1066 \end_layout
1067
1068 \begin_layout Frame
1069 \begin_inset Argument 4
1070 status open
1071
1072 \begin_layout Plain Layout
1073 Sectioning a presentation
1074 \end_layout
1075
1076 \end_inset
1077
1078
1079 \end_layout
1080
1081 \begin_deeper
1082 \begin_layout Itemize
1083 To group frames, you can use the usual sectioning commands (
1084 \begin_inset Flex Structure
1085 status collapsed
1086
1087 \begin_layout Plain Layout
1088 Part
1089 \end_layout
1090
1091 \end_inset
1092
1093
1094 \begin_inset Flex Structure
1095 status collapsed
1096
1097 \begin_layout Plain Layout
1098 Section
1099 \end_layout
1100
1101 \end_inset
1102
1103
1104 \begin_inset Flex Structure
1105 status collapsed
1106
1107 \begin_layout Plain Layout
1108 Subsection
1109 \end_layout
1110
1111 \end_inset
1112
1113  etc.)
1114 \end_layout
1115
1116 \begin_layout Itemize
1117 These are shown in the table of contents, the sidebar\SpecialChar \slash{}
1118 header (depending on
1119  the theme) and the article output (for 
1120 \begin_inset Quotes eld
1121 \end_inset
1122
1123 article
1124 \begin_inset Quotes erd
1125 \end_inset
1126
1127  see below, the section on 
1128 \begin_inset Quotes eld
1129 \end_inset
1130
1131 modes
1132 \begin_inset Quotes erd
1133 \end_inset
1134
1135 )
1136 \end_layout
1137
1138 \end_deeper
1139 \begin_layout Separator
1140
1141 \end_layout
1142
1143 \begin_layout Frame
1144 \begin_inset Argument 4
1145 status open
1146
1147 \begin_layout Plain Layout
1148 Re-arranging frames
1149 \end_layout
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \begin_deeper
1157 \begin_layout Block
1158 \begin_inset Argument 2
1159 status open
1160
1161 \begin_layout Plain Layout
1162 Tip
1163 \end_layout
1164
1165 \end_inset
1166
1167
1168 \end_layout
1169
1170 \begin_layout Block
1171 Did you know that you can easily move and re-arrange whole frames via the
1172  outliner (
1173 \begin_inset Flex Alert
1174 status collapsed
1175
1176 \begin_layout Plain Layout
1177 View\SpecialChar \menuseparator
1178 Outline Pane
1179 \end_layout
1180
1181 \end_inset
1182
1183 )?
1184 \end_layout
1185
1186 \begin_layout Block
1187 Also, you can navigate to a specific frame via the 
1188 \begin_inset Flex Alert
1189 status collapsed
1190
1191 \begin_layout Plain Layout
1192 Navigate
1193 \end_layout
1194
1195 \end_inset
1196
1197  menu!
1198 \end_layout
1199
1200 \end_deeper
1201 \begin_layout Separator
1202
1203 \end_layout
1204
1205 \begin_layout Frame
1206 \begin_inset Argument 4
1207 status open
1208
1209 \begin_layout Plain Layout
1210 The appendix
1211 \end_layout
1212
1213 \end_inset
1214
1215
1216 \end_layout
1217
1218 \begin_deeper
1219 \begin_layout Itemize
1220 Appendices might be useful for additional\SpecialChar \slash{}
1221 reserve material.
1222  The appendix is part of the presentation, but not shown in the table of
1223  contents\SpecialChar \slash{}
1224 sidebar\SpecialChar \slash{}
1225 heading
1226 \end_layout
1227
1228 \begin_layout Itemize
1229 An appendix is inserted as usual in LyX:
1230 \end_layout
1231
1232 \begin_deeper
1233 \begin_layout Itemize
1234 Use 
1235 \begin_inset Flex Alert
1236 status collapsed
1237
1238 \begin_layout Plain Layout
1239 Document\SpecialChar \menuseparator
1240 Start Appendix Here
1241 \end_layout
1242
1243 \end_inset
1244
1245  at the position where the appendix should begin
1246 \end_layout
1247
1248 \end_deeper
1249 \begin_layout Itemize
1250 Typical content of the appendix is the bibliography
1251 \end_layout
1252
1253 \begin_deeper
1254 \begin_layout Itemize
1255 You insert it as in all other LyX classes, via the 
1256 \begin_inset Flex Structure
1257 status collapsed
1258
1259 \begin_layout Plain Layout
1260 Bibliography
1261 \end_layout
1262
1263 \end_inset
1264
1265  style (see the bibliography at the end of this presentation as an example)
1266 \end_layout
1267
1268 \begin_layout Itemize
1269 Note that you can also use BibTeX, although not all BibTeX styles are prepared
1270  to work with 
1271 \begin_inset Flex Structure
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275 Beamer
1276 \end_layout
1277
1278 \end_inset
1279
1280
1281 \end_layout
1282
1283 \end_deeper
1284 \end_deeper
1285 \begin_layout Section
1286 The overlay concept
1287 \end_layout
1288
1289 \begin_layout Frame
1290 \begin_inset Argument 4
1291 status open
1292
1293 \begin_layout Plain Layout
1294 What are overlays?
1295 \end_layout
1296
1297 \end_inset
1298
1299
1300 \end_layout
1301
1302 \begin_layout Frame
1303 Basically, the overlay concept allows to change the slide content dynamically.
1304  You can uncover things/text piecewise, fade out content, highlight things,
1305  replace text, images etc.
1306 \end_layout
1307
1308 \begin_deeper
1309 \begin_layout Pause
1310
1311 \end_layout
1312
1313 \begin_layout Itemize
1314 \begin_inset Argument 1
1315 status open
1316
1317 \begin_layout Plain Layout
1318 +-
1319 \end_layout
1320
1321 \end_inset
1322
1323 Overlays are useful to build up slides as you speak
1324 \end_layout
1325
1326 \begin_layout Itemize
1327 They help you to shift your audience's focus on specific things
1328 \end_layout
1329
1330 \begin_layout Itemize
1331 And they help your audience to follow you
1332 \end_layout
1333
1334 \begin_layout Itemize
1335 So use overlays! 
1336 \begin_inset Flex Alert
1337 status open
1338
1339 \begin_layout Plain Layout
1340 \begin_inset Argument 1
1341 status open
1342
1343 \begin_layout Plain Layout
1344 6
1345 \end_layout
1346
1347 \end_inset
1348
1349 Really, use them!
1350 \end_layout
1351
1352 \end_inset
1353
1354
1355 \end_layout
1356
1357 \end_deeper
1358 \begin_layout Separator
1359
1360 \end_layout
1361
1362 \begin_layout Frame
1363 \begin_inset Argument 4
1364 status open
1365
1366 \begin_layout Plain Layout
1367 Overlay types
1368 \end_layout
1369
1370 \end_inset
1371
1372
1373 \end_layout
1374
1375 \begin_layout Frame
1376 \begin_inset Flex Structure
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380 Beamer
1381 \end_layout
1382
1383 \end_inset
1384
1385  provides many different overlay types.
1386  The most important ones are:
1387 \end_layout
1388
1389 \begin_deeper
1390 \begin_layout Description
1391 Hidden
1392 \begin_inset space ~
1393 \end_inset
1394
1395 content: Stuff that is completely invisible up to a point
1396 \end_layout
1397
1398 \begin_layout Description
1399 Covered
1400 \begin_inset space ~
1401 \end_inset
1402
1403 content: Stuff that is faded out (not completely invisible)
1404 \end_layout
1405
1406 \begin_layout Description
1407 Highlighted
1408 \begin_inset space ~
1409 \end_inset
1410
1411 content: Stuff that is somehow emphasized at a certain point
1412 \end_layout
1413
1414 \end_deeper
1415 \begin_layout Frame
1416 We give examples for these types in what follows, but begin with some general
1417  remarks on overlay possibilities
1418 \end_layout
1419
1420 \begin_layout Separator
1421
1422 \end_layout
1423
1424 \begin_layout Frame
1425 \begin_inset Argument 4
1426 status open
1427
1428 \begin_layout Plain Layout
1429 General overlay\SpecialChar \slash{}
1430 action possibilities
1431 \end_layout
1432
1433 \end_inset
1434
1435
1436 \end_layout
1437
1438 \begin_layout Frame
1439 Many 
1440 \begin_inset Flex Structure
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 Beamer
1445 \end_layout
1446
1447 \end_inset
1448
1449  elements provide overlay settings.
1450  Basically, you can define on which sub-slide(s) a given content appears
1451  (
1452 \begin_inset Quotes eld
1453 \end_inset
1454
1455 2
1456 \begin_inset Quotes erd
1457 \end_inset
1458
1459
1460 \begin_inset Quotes eld
1461 \end_inset
1462
1463 2-4
1464 \begin_inset Quotes erd
1465 \end_inset
1466
1467
1468 \begin_inset Quotes eld
1469 \end_inset
1470
1471 3-
1472 \begin_inset Quotes erd
1473 \end_inset
1474
1475
1476 \begin_inset Quotes eld
1477 \end_inset
1478
1479 1,3
1480 \begin_inset Quotes erd
1481 \end_inset
1482
1483  etc.), or in which output mode (
1484 \begin_inset Quotes eld
1485 \end_inset
1486
1487 presentation
1488 \begin_inset Quotes erd
1489 \end_inset
1490
1491
1492 \begin_inset Quotes eld
1493 \end_inset
1494
1495 article
1496 \begin_inset Quotes erd
1497 \end_inset
1498
1499  etc.)
1500 \end_layout
1501
1502 \begin_deeper
1503 \begin_layout Itemize
1504 In LyX, these settings are generally accessible via 
1505 \begin_inset Flex Alert
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509 Insert\SpecialChar \menuseparator
1510 Overlay Specifications
1511 \end_layout
1512
1513 \end_inset
1514
1515  or 
1516 \begin_inset Flex Alert
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520 Insert\SpecialChar \menuseparator
1521 Action Specifications
1522 \end_layout
1523
1524 \end_inset
1525
1526
1527 \end_layout
1528
1529 \begin_layout Overprint
1530 \begin_inset Argument item:1
1531 status open
1532
1533 \begin_layout Plain Layout
1534 2
1535 \end_layout
1536
1537 \end_inset
1538
1539
1540 \end_layout
1541
1542 \begin_deeper
1543 \begin_layout Definition
1544 \begin_inset Quotes eld
1545 \end_inset
1546
1547 Action
1548 \begin_inset Quotes erd
1549 \end_inset
1550
1551  is a more general concept, which does not only include what we have called
1552  
1553 \begin_inset Quotes eld
1554 \end_inset
1555
1556 overlays
1557 \begin_inset Quotes erd
1558 \end_inset
1559
1560  (
1561 \begin_inset Quotes eld
1562 \end_inset
1563
1564 on which sub-slide[s] is this to be shown\SpecialChar \slash{}
1565 hidden\SpecialChar \slash{}
1566 highlighted
1567 \begin_inset Quotes erd
1568 \end_inset
1569
1570 ), but also tasks such as 
1571 \begin_inset Quotes eld
1572 \end_inset
1573
1574 only show this in the presentation, not on the handout
1575 \begin_inset Quotes erd
1576 \end_inset
1577
1578  or 
1579 \begin_inset Quotes eld
1580 \end_inset
1581
1582 show this on the second screen only
1583 \begin_inset Quotes erd
1584 \end_inset
1585
1586  (so-called 
1587 \begin_inset Quotes eld
1588 \end_inset
1589
1590 modes
1591 \begin_inset Quotes erd
1592 \end_inset
1593
1594 ).
1595 \end_layout
1596
1597 \end_deeper
1598 \begin_layout Overprint
1599 \begin_inset Argument item:1
1600 status open
1601
1602 \begin_layout Plain Layout
1603 3
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \begin_deeper
1612 \begin_layout AlertBlock
1613 \begin_inset Argument 2
1614 status open
1615
1616 \begin_layout Plain Layout
1617 Note to the LaTeX aficionados
1618 \end_layout
1619
1620 \end_inset
1621
1622
1623 \end_layout
1624
1625 \begin_layout AlertBlock
1626 The mentioned overlay/action settings conform to those command/environment
1627  options embraced by 
1628 \begin_inset Flex Alert
1629 status collapsed
1630
1631 \begin_layout Plain Layout
1632 <\SpecialChar \ldots{}
1633 >
1634 \end_layout
1635
1636 \end_inset
1637
1638  and 
1639 \begin_inset Flex Alert
1640 status collapsed
1641
1642 \begin_layout Plain Layout
1643 [<\SpecialChar \ldots{}
1644 >]
1645 \end_layout
1646
1647 \end_inset
1648
1649  in the LaTeX output.
1650 \end_layout
1651
1652 \begin_layout AlertBlock
1653 Note that LyX adds those braces on export, so you must not enter them yourself.
1654  In other words, enter 
1655 \begin_inset Quotes eld
1656 \end_inset
1657
1658 1
1659 \begin_inset Quotes erd
1660 \end_inset
1661
1662  or 
1663 \begin_inset Quotes eld
1664 \end_inset
1665
1666 +-
1667 \begin_inset Quotes erd
1668 \end_inset
1669
1670  to the overlay/action insets, not 
1671 \begin_inset Quotes eld
1672 \end_inset
1673
1674 <1>
1675 \begin_inset Quotes erd
1676 \end_inset
1677
1678  or 
1679 \begin_inset Quotes eld
1680 \end_inset
1681
1682 [<+->]
1683 \begin_inset Quotes erd
1684 \end_inset
1685
1686 !
1687 \end_layout
1688
1689 \end_deeper
1690 \end_deeper
1691 \begin_layout Separator
1692
1693 \end_layout
1694
1695 \begin_layout Frame
1696 \begin_inset Argument 4
1697 status open
1698
1699 \begin_layout Plain Layout
1700 An example
1701 \end_layout
1702
1703 \end_inset
1704
1705
1706 \end_layout
1707
1708 \begin_layout Frame
1709 Take for example a quote.
1710  In a 
1711 \begin_inset Flex Structure
1712 status collapsed
1713
1714 \begin_layout Plain Layout
1715 Quote
1716 \end_layout
1717
1718 \end_inset
1719
1720  environment, you can specify the overlay settings via 
1721 \begin_inset Flex Alert
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 Insert\SpecialChar \menuseparator
1726 Overlay Specifications
1727 \end_layout
1728
1729 \end_inset
1730
1731 .
1732  If you do this and enter 
1733 \begin_inset Quotes eld
1734 \end_inset
1735
1736 2
1737 \begin_inset Quotes erd
1738 \end_inset
1739
1740 , the quote will only appear on (sub-)slide 2:
1741 \end_layout
1742
1743 \begin_deeper
1744 \begin_layout Quote
1745 \begin_inset Argument 1
1746 status open
1747
1748 \begin_layout Plain Layout
1749 2
1750 \end_layout
1751
1752 \end_inset
1753
1754 Ich weiss nicht, was ich will
1755 \end_layout
1756
1757 \begin_layout Quote
1758 ich will nicht, was ich weiss
1759 \end_layout
1760
1761 \begin_layout Quote
1762 im Sommer ist mir kalt
1763 \end_layout
1764
1765 \begin_layout Quote
1766 im Winter ist mir heiss.
1767 \end_layout
1768
1769 \end_deeper
1770 \begin_layout Frame
1771 This is how the concept works, basically.
1772 \end_layout
1773
1774 \begin_layout Separator
1775
1776 \end_layout
1777
1778 \begin_layout Frame
1779 \begin_inset Argument 4
1780 status open
1781
1782 \begin_layout Plain Layout
1783 Covering vs.
1784  hiding
1785 \end_layout
1786
1787 \end_inset
1788
1789
1790 \end_layout
1791
1792 \begin_layout Frame
1793 The difference between 
1794 \begin_inset Quotes eld
1795 \end_inset
1796
1797 covering
1798 \begin_inset Quotes erd
1799 \end_inset
1800
1801  and 
1802 \begin_inset Quotes eld
1803 \end_inset
1804
1805 hiding
1806 \begin_inset Quotes erd
1807 \end_inset
1808
1809  is that hidden content is treated as if it isn't there, while covered content
1810  is just covered (and the space is reserved).
1811  If we would have hidden the quote on the last slide and not covered, it
1812  would only have taken space on appearance:
1813 \end_layout
1814
1815 \begin_deeper
1816 \begin_layout Quote
1817 \begin_inset Argument 1
1818 status open
1819
1820 \begin_layout Plain Layout
1821 only@2
1822 \end_layout
1823
1824 \end_inset
1825
1826 Ich weiss nicht, was ich will
1827 \end_layout
1828
1829 \begin_layout Quote
1830 ich will nicht, was ich weiss
1831 \end_layout
1832
1833 \begin_layout Quote
1834 im Sommer ist mir kalt
1835 \end_layout
1836
1837 \begin_layout Quote
1838 im Winter ist mir heiss.
1839 \end_layout
1840
1841 \end_deeper
1842 \begin_layout Frame
1843 You can see how this text moves when the quote is un-hidden.
1844 \end_layout
1845
1846 \begin_layout Separator
1847
1848 \end_layout
1849
1850 \begin_layout Frame
1851 \begin_inset Argument 4
1852 status open
1853
1854 \begin_layout Plain Layout
1855 Coverage degrees
1856 \end_layout
1857
1858 \end_inset
1859
1860
1861 \end_layout
1862
1863 \begin_layout Frame
1864 \begin_inset ERT
1865 status open
1866
1867 \begin_layout Plain Layout
1868
1869
1870 \backslash
1871 setbeamercovered{transparent}
1872 \end_layout
1873
1874 \end_inset
1875
1876
1877 \end_layout
1878
1879 \begin_layout Frame
1880 \begin_inset Flex Structure
1881 status collapsed
1882
1883 \begin_layout Plain Layout
1884 Beamer
1885 \end_layout
1886
1887 \end_inset
1888
1889  offers several degrees of 
1890 \begin_inset Quotes eld
1891 \end_inset
1892
1893 coverage
1894 \begin_inset Quotes erd
1895 \end_inset
1896
1897 , which can be set via the command 
1898 \begin_inset Flex Alert
1899 status collapsed
1900
1901 \begin_layout Plain Layout
1902
1903 \backslash
1904 setbeamercovered
1905 \end_layout
1906
1907 \end_inset
1908
1909  either globally (for the whole presentation) or locally (e.
1910 \begin_inset space \thinspace{}
1911 \end_inset
1912
1913 g.
1914  for a single frame, as here).
1915  By default, content is completely covered.
1916  In 
1917 \begin_inset Quotes eld
1918 \end_inset
1919
1920 transparent
1921 \begin_inset Quotes erd
1922 \end_inset
1923
1924  mode, you can see covered text greyed-out:
1925 \end_layout
1926
1927 \begin_deeper
1928 \begin_layout Quote
1929 \begin_inset Argument 1
1930 status open
1931
1932 \begin_layout Plain Layout
1933 2
1934 \end_layout
1935
1936 \end_inset
1937
1938 Ich weiss nicht, was ich will
1939 \end_layout
1940
1941 \begin_layout Quote
1942 ich will nicht, was ich weiss
1943 \end_layout
1944
1945 \begin_layout Quote
1946 im Sommer ist mir kalt
1947 \end_layout
1948
1949 \begin_layout Quote
1950 im Winter ist mir heiss.
1951 \end_layout
1952
1953 \end_deeper
1954 \begin_layout Frame
1955 Check the 
1956 \begin_inset Flex Structure
1957 status collapsed
1958
1959 \begin_layout Plain Layout
1960 Beamer
1961 \end_layout
1962
1963 \end_inset
1964
1965  manual for more possibilities.
1966 \end_layout
1967
1968 \begin_layout Separator
1969
1970 \end_layout
1971
1972 \begin_layout Frame
1973 \begin_inset Argument 4
1974 status open
1975
1976 \begin_layout Plain Layout
1977 Default overlay/action specifications vs.
1978 \begin_inset Newline newline
1979 \end_inset
1980
1981 (normal) overlay/action specifications
1982 \end_layout
1983
1984 \end_inset
1985
1986
1987 \end_layout
1988
1989 \begin_deeper
1990 \begin_layout Itemize
1991 For some environments (such as lists and also frames), you can set 
1992 \begin_inset Quotes eld
1993 \end_inset
1994
1995 default specifications
1996 \begin_inset Quotes erd
1997 \end_inset
1998
1999  additionally to normal overlay/action specifications (or in the case of
2000  lists: 
2001 \begin_inset Quotes eld
2002 \end_inset
2003
2004 overlay specifications
2005 \begin_inset Quotes erd
2006 \end_inset
2007
2008  for the whole list and 
2009 \begin_inset Quotes eld
2010 \end_inset
2011
2012 item overlay specifications
2013 \begin_inset Quotes erd
2014 \end_inset
2015
2016  for singular items)
2017 \end_layout
2018
2019 \begin_layout Itemize
2020 Default specifications apply to all content of the given environment, if
2021  not individually specified otherwise
2022 \end_layout
2023
2024 \begin_layout Itemize
2025 They use a placeholder syntax.
2026  E.
2027 \begin_inset space \thinspace{}
2028 \end_inset
2029
2030 g., 
2031 \begin_inset Quotes eld
2032 \end_inset
2033
2034 +(1)-
2035 \begin_inset Quotes erd
2036 \end_inset
2037
2038  will uncover all items in a list step by step (with a start offset of 1)
2039  if they have no individual item specification:
2040 \end_layout
2041
2042 \begin_deeper
2043 \begin_layout Itemize
2044 \begin_inset Argument 1
2045 status open
2046
2047 \begin_layout Plain Layout
2048 +(1)-
2049 \end_layout
2050
2051 \end_inset
2052
2053 One
2054 \end_layout
2055
2056 \begin_layout Itemize
2057 Two
2058 \end_layout
2059
2060 \begin_layout Itemize
2061 Three
2062 \end_layout
2063
2064 \begin_layout Itemize
2065 \begin_inset Argument item:2
2066 status open
2067
2068 \begin_layout Plain Layout
2069 1-
2070 \end_layout
2071
2072 \end_inset
2073
2074 Always
2075 \end_layout
2076
2077 \end_deeper
2078 \end_deeper
2079 \begin_layout Frame
2080 Please consult the 
2081 \begin_inset Flex Structure
2082 status collapsed
2083
2084 \begin_layout Plain Layout
2085 Beamer
2086 \end_layout
2087
2088 \end_inset
2089
2090  manual for details on this syntax.
2091 \end_layout
2092
2093 \begin_layout Frame
2094
2095 \end_layout
2096
2097 \begin_layout Separator
2098
2099 \end_layout
2100
2101 \begin_layout Frame
2102 \begin_inset Argument 2
2103 status open
2104
2105 \begin_layout Plain Layout
2106 +-
2107 \end_layout
2108
2109 \end_inset
2110
2111
2112 \begin_inset Argument 4
2113 status open
2114
2115 \begin_layout Plain Layout
2116 Default overlay/action specifications vs.
2117 \begin_inset Newline newline
2118 \end_inset
2119
2120 (normal) overlay/action specifications
2121 \end_layout
2122
2123 \end_inset
2124
2125
2126 \end_layout
2127
2128 \begin_layout Frame
2129 \noindent
2130 This frame uses a specific default overlay specification
2131 \end_layout
2132
2133 \begin_layout Frame
2134 which causes each overlay-aware paragraph \SpecialChar \ldots{}
2135
2136 \end_layout
2137
2138 \begin_deeper
2139 \begin_layout Itemize
2140 \SpecialChar \ldots{}
2141  or list item \SpecialChar \ldots{}
2142
2143 \end_layout
2144
2145 \begin_layout Itemize
2146 \SpecialChar \ldots{}
2147  to appear \SpecialChar \ldots{}
2148
2149 \end_layout
2150
2151 \begin_layout Itemize
2152 \SpecialChar \ldots{}
2153  on a sub-slide \SpecialChar \ldots{}
2154
2155 \end_layout
2156
2157 \begin_layout Block
2158 \begin_inset Argument 2
2159 status open
2160
2161 \begin_layout Plain Layout
2162 A block
2163 \end_layout
2164
2165 \end_inset
2166
2167
2168 \end_layout
2169
2170 \begin_layout Block
2171 \SpecialChar \ldots{}
2172  piece-wise
2173 \end_layout
2174
2175 \end_deeper
2176 \begin_layout Separator
2177
2178 \end_layout
2179
2180 \begin_layout Frame
2181 \begin_inset Argument 2
2182 status open
2183
2184 \begin_layout Plain Layout
2185 alert@+
2186 \end_layout
2187
2188 \end_inset
2189
2190
2191 \begin_inset Argument 4
2192 status open
2193
2194 \begin_layout Plain Layout
2195 Default overlay/action specifications vs.
2196 \begin_inset Newline newline
2197 \end_inset
2198
2199 (normal) overlay/action specifications
2200 \end_layout
2201
2202 \end_inset
2203
2204
2205 \end_layout
2206
2207 \begin_layout Frame
2208 \noindent
2209 And this frame uses a specific default overlay specification \SpecialChar \ldots{}
2210
2211 \end_layout
2212
2213 \begin_deeper
2214 \begin_layout Itemize
2215 \SpecialChar \ldots{}
2216  which causes each overlay-aware list item \SpecialChar \ldots{}
2217
2218 \end_layout
2219
2220 \begin_layout Itemize
2221 \SpecialChar \ldots{}
2222  to be highlighted \SpecialChar \ldots{}
2223
2224 \end_layout
2225
2226 \begin_layout Itemize
2227 \SpecialChar \ldots{}
2228  on respective sub-slides
2229 \end_layout
2230
2231 \end_deeper
2232 \begin_layout Separator
2233
2234 \end_layout
2235
2236 \begin_layout Frame
2237 \begin_inset Argument 4
2238 status open
2239
2240 \begin_layout Plain Layout
2241 Pause
2242 \end_layout
2243
2244 \end_inset
2245
2246
2247 \end_layout
2248
2249 \begin_layout Frame
2250 The 
2251 \begin_inset Flex Structure
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 Pause
2256 \end_layout
2257
2258 \end_inset
2259
2260  layout lets you mark a point where all following content will be covered
2261  (by default for one slide, with regard to the content preceding the pause):
2262 \end_layout
2263
2264 \begin_deeper
2265 \begin_layout Pause
2266
2267 \end_layout
2268
2269 \begin_layout Standard
2270 After first pause
2271 \end_layout
2272
2273 \begin_layout Pause
2274
2275 \end_layout
2276
2277 \begin_layout Standard
2278 After second pause
2279 \end_layout
2280
2281 \begin_layout Pause
2282 \begin_inset Argument 1
2283 status open
2284
2285 \begin_layout Plain Layout
2286 2
2287 \end_layout
2288
2289 \end_inset
2290
2291
2292 \end_layout
2293
2294 \end_deeper
2295 \begin_layout Frame
2296 By default, consecutive pauses also end consecutively.
2297  
2298 \end_layout
2299
2300 \begin_layout Frame
2301 Via 
2302 \begin_inset Flex Alert
2303 status collapsed
2304
2305 \begin_layout Plain Layout
2306 Insert\SpecialChar \menuseparator
2307 Pause Number
2308 \end_layout
2309
2310 \end_inset
2311
2312 , however, you can specify a specific sub-slide at which the given pause
2313  ends, independent from the number of pauses inserted before this one.
2314 \end_layout
2315
2316 \begin_layout Separator
2317
2318 \end_layout
2319
2320 \begin_layout Frame
2321 \begin_inset Argument 4
2322 status open
2323
2324 \begin_layout Plain Layout
2325 Paragraph-wide overlays
2326 \end_layout
2327
2328 \end_inset
2329
2330
2331 \end_layout
2332
2333 \begin_layout Frame
2334 \begin_inset Flex Structure
2335 status collapsed
2336
2337 \begin_layout Plain Layout
2338 Beamer
2339 \end_layout
2340
2341 \end_inset
2342
2343  and LyX provide you with paragraph layouts whose purpose it is to show/hide
2344  whole paragraphs or sequences of paragraphs on specific slides.
2345  These are particularly:
2346 \end_layout
2347
2348 \begin_deeper
2349 \begin_layout Uncover
2350 \begin_inset Argument 1
2351 status open
2352
2353 \begin_layout Plain Layout
2354 2-
2355 \end_layout
2356
2357 \end_inset
2358
2359
2360 \end_layout
2361
2362 \begin_layout Uncover
2363 The 
2364 \begin_inset Flex Structure
2365 status collapsed
2366
2367 \begin_layout Plain Layout
2368 Uncovered
2369 \end_layout
2370
2371 \end_inset
2372
2373  layout which uncovers all content on the specified slides \SpecialChar \ldots{}
2374
2375 \end_layout
2376
2377 \begin_deeper
2378 \begin_layout Itemize
2379 \SpecialChar \ldots{}
2380  including nested paragraphs of other layout.
2381 \end_layout
2382
2383 \end_deeper
2384 \begin_layout Only
2385 \begin_inset Argument 1
2386 status open
2387
2388 \begin_layout Plain Layout
2389 3-
2390 \end_layout
2391
2392 \end_inset
2393
2394
2395 \end_layout
2396
2397 \begin_layout Only
2398 The 
2399 \begin_inset Flex Structure
2400 status collapsed
2401
2402 \begin_layout Plain Layout
2403 Only
2404 \end_layout
2405
2406 \end_inset
2407
2408  layout which un-hides content (note again how the surrounding text 
2409 \begin_inset Quotes eld
2410 \end_inset
2411
2412 moves
2413 \begin_inset Quotes erd
2414 \end_inset
2415
2416  when this gets visible).
2417 \end_layout
2418
2419 \begin_layout Overprint
2420 \begin_inset Argument item:1
2421 status open
2422
2423 \begin_layout Plain Layout
2424 4
2425 \end_layout
2426
2427 \end_inset
2428
2429
2430 \end_layout
2431
2432 \begin_deeper
2433 \begin_layout Standard
2434 And the 
2435 \begin_inset Flex Structure
2436 status collapsed
2437
2438 \begin_layout Plain Layout
2439 Overprint
2440 \end_layout
2441
2442 \end_inset
2443
2444  environment which lets you enter \SpecialChar \ldots{}
2445
2446 \end_layout
2447
2448 \end_deeper
2449 \begin_layout Overprint
2450 \begin_inset Argument item:1
2451 status open
2452
2453 \begin_layout Plain Layout
2454 5
2455 \end_layout
2456
2457 \end_inset
2458
2459
2460 \end_layout
2461
2462 \begin_deeper
2463 \begin_layout Standard
2464 \SpecialChar \ldots{}
2465  alternative text taking a specific space on specified slides.
2466 \end_layout
2467
2468 \end_deeper
2469 \end_deeper
2470 \begin_layout Frame
2471 as demonstrated here.
2472 \end_layout
2473
2474 \begin_layout Separator
2475
2476 \end_layout
2477
2478 \begin_layout Frame
2479 \begin_inset Argument 4
2480 status open
2481
2482 \begin_layout Plain Layout
2483 Inline overlays
2484 \end_layout
2485
2486 \end_inset
2487
2488
2489 \end_layout
2490
2491 \begin_layout Frame
2492 \begin_inset ERT
2493 status open
2494
2495 \begin_layout Plain Layout
2496
2497 %To demonstrate uncover/visible difference:
2498 \end_layout
2499
2500 \begin_layout Plain Layout
2501
2502
2503 \backslash
2504 setbeamercovered{transparent}
2505 \end_layout
2506
2507 \end_inset
2508
2509
2510 \end_layout
2511
2512 \begin_layout Frame
2513 \begin_inset Flex Structure
2514 status collapsed
2515
2516 \begin_layout Plain Layout
2517 Beamer
2518 \end_layout
2519
2520 \end_inset
2521
2522  also supports inline overlays for text parts (as opposed to whole paragraphs),
2523  which are accessible via 
2524 \begin_inset Flex Alert
2525 status collapsed
2526
2527 \begin_layout Plain Layout
2528 Edit\SpecialChar \menuseparator
2529 Text Style
2530 \end_layout
2531
2532 \end_inset
2533
2534  in LyX:
2535 \end_layout
2536
2537 \begin_deeper
2538 \begin_layout Itemize
2539 You can 
2540 \begin_inset Flex Structure
2541 status collapsed
2542
2543 \begin_layout Plain Layout
2544 uncover
2545 \end_layout
2546
2547 \end_inset
2548
2549  
2550 \begin_inset Flex Uncover
2551 status open
2552
2553 \begin_layout Plain Layout
2554 \begin_inset Argument 1
2555 status open
2556
2557 \begin_layout Plain Layout
2558 2-
2559 \end_layout
2560
2561 \end_inset
2562
2563 text
2564 \end_layout
2565
2566 \end_inset
2567
2568  on specific slides
2569 \end_layout
2570
2571 \begin_layout Itemize
2572 You can make 
2573 \begin_inset Flex Visible
2574 status open
2575
2576 \begin_layout Plain Layout
2577 \begin_inset Argument 1
2578 status open
2579
2580 \begin_layout Plain Layout
2581 2-
2582 \end_layout
2583
2584 \end_inset
2585
2586 text
2587 \end_layout
2588
2589 \end_inset
2590
2591  
2592 \begin_inset Flex Structure
2593 status collapsed
2594
2595 \begin_layout Plain Layout
2596 visible
2597 \end_layout
2598
2599 \end_inset
2600
2601  (which makes a difference to 
2602 \begin_inset Quotes eld
2603 \end_inset
2604
2605 uncover
2606 \begin_inset Quotes erd
2607 \end_inset
2608
2609  only with 
2610 \begin_inset Quotes eld
2611 \end_inset
2612
2613 transparent
2614 \begin_inset Quotes erd
2615 \end_inset
2616
2617  coverage setting, as used locally on this slide)
2618 \end_layout
2619
2620 \begin_layout Itemize
2621 You can show 
2622 \begin_inset Flex Only
2623 status open
2624
2625 \begin_layout Plain Layout
2626 \begin_inset Argument 1
2627 status open
2628
2629 \begin_layout Plain Layout
2630 2-
2631 \end_layout
2632
2633 \end_inset
2634
2635 text 
2636 \end_layout
2637
2638 \end_inset
2639
2640
2641 \begin_inset Flex Structure
2642 status collapsed
2643
2644 \begin_layout Plain Layout
2645 only
2646 \end_layout
2647
2648 \end_inset
2649
2650  on specific slides
2651 \end_layout
2652
2653 \begin_layout Itemize
2654 You can make 
2655 \begin_inset Flex Invisible
2656 status open
2657
2658 \begin_layout Plain Layout
2659 \begin_inset Argument 1
2660 status open
2661
2662 \begin_layout Plain Layout
2663 2-
2664 \end_layout
2665
2666 \end_inset
2667
2668 text
2669 \end_layout
2670
2671 \end_inset
2672
2673  
2674 \begin_inset Flex Structure
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 invisible
2679 \end_layout
2680
2681 \end_inset
2682
2683
2684 \end_layout
2685
2686 \begin_layout Itemize
2687 And you can show 
2688 \begin_inset Flex Alternative
2689 status open
2690
2691 \begin_layout Plain Layout
2692 \begin_inset Argument 1
2693 status open
2694
2695 \begin_layout Plain Layout
2696 2-
2697 \end_layout
2698
2699 \end_inset
2700
2701
2702 \begin_inset Argument 2
2703 status open
2704
2705 \begin_layout Plain Layout
2706 different
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \begin_inset Flex Structure
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 alternative
2717 \end_layout
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \end_inset
2725
2726  text
2727 \end_layout
2728
2729 \end_deeper
2730 \begin_layout Frame
2731 As for the paragraph layouts, the overlay settings can be accessed via the
2732  
2733 \begin_inset Flex Alert
2734 status collapsed
2735
2736 \begin_layout Plain Layout
2737 Insert
2738 \end_layout
2739
2740 \end_inset
2741
2742  menu.
2743 \end_layout
2744
2745 \begin_layout Separator
2746
2747 \end_layout
2748
2749 \begin_layout Frame
2750 \begin_inset Argument 4
2751 status open
2752
2753 \begin_layout Plain Layout
2754 Overlay-aware commands
2755 \end_layout
2756
2757 \end_inset
2758
2759
2760 \end_layout
2761
2762 \begin_layout Frame
2763 Many 
2764 \begin_inset Quotes eld
2765 \end_inset
2766
2767 inline
2768 \begin_inset Quotes erd
2769 \end_inset
2770
2771  commands (also to be found at 
2772 \begin_inset Flex Alert
2773 status collapsed
2774
2775 \begin_layout Plain Layout
2776 Edit\SpecialChar \menuseparator
2777 Text Style
2778 \end_layout
2779
2780 \end_inset
2781
2782 ) are overlay-aware.
2783  
2784 \end_layout
2785
2786 \begin_deeper
2787 \begin_layout Itemize
2788 Thus, you can make for instance text on specific slides 
2789 \begin_inset Flex Emphasize
2790 status open
2791
2792 \begin_layout Plain Layout
2793 \begin_inset Argument 1
2794 status open
2795
2796 \begin_layout Plain Layout
2797 2
2798 \end_layout
2799
2800 \end_inset
2801
2802 emphasized
2803 \end_layout
2804
2805 \end_inset
2806
2807
2808 \begin_inset Flex Bold
2809 status open
2810
2811 \begin_layout Plain Layout
2812 \begin_inset Argument 1
2813 status open
2814
2815 \begin_layout Plain Layout
2816 3
2817 \end_layout
2818
2819 \end_inset
2820
2821 bold
2822 \end_layout
2823
2824 \end_inset
2825
2826 , shown in 
2827 \begin_inset Flex Alert
2828 status open
2829
2830 \begin_layout Plain Layout
2831 \begin_inset Argument 1
2832 status open
2833
2834 \begin_layout Plain Layout
2835 4
2836 \end_layout
2837
2838 \end_inset
2839
2840 alert
2841 \end_layout
2842
2843 \end_inset
2844
2845  or 
2846 \begin_inset Flex Structure
2847 status open
2848
2849 \begin_layout Plain Layout
2850 \begin_inset Argument 1
2851 status open
2852
2853 \begin_layout Plain Layout
2854 5
2855 \end_layout
2856
2857 \end_inset
2858
2859 structure
2860 \end_layout
2861
2862 \end_inset
2863
2864  color.
2865 \end_layout
2866
2867 \begin_layout Block
2868 \begin_inset Argument 1
2869 status open
2870
2871 \begin_layout Plain Layout
2872 6
2873 \end_layout
2874
2875 \end_inset
2876
2877
2878 \begin_inset Argument 2
2879 status open
2880
2881 \begin_layout Plain Layout
2882 Tip
2883 \end_layout
2884
2885 \end_inset
2886
2887
2888 \end_layout
2889
2890 \begin_layout Block
2891 Use these Emphasize and Bold insets (instead of the usual respective font
2892  settings) also if you do not need overlay specifications.
2893  Due to the way emphasized and bold is defined in 
2894 \begin_inset Flex Structure
2895 status collapsed
2896
2897 \begin_layout Plain Layout
2898 Beamer
2899 \end_layout
2900
2901 \end_inset
2902
2903 , normal emphasizing and boldface can lead to LaTeX errors, e.
2904 \begin_inset space \thinspace{}
2905 \end_inset
2906
2907 g.
2908  when used in section headings.
2909 \end_layout
2910
2911 \end_deeper
2912 \begin_layout Section
2913 Specific environments
2914 \end_layout
2915
2916 \begin_layout Frame
2917 \begin_inset Argument 4
2918 status open
2919
2920 \begin_layout Plain Layout
2921 Specific environments
2922 \end_layout
2923
2924 \end_inset
2925
2926
2927 \end_layout
2928
2929 \begin_layout Frame
2930 Specific environments, particularly suited for presentations are:
2931 \end_layout
2932
2933 \begin_deeper
2934 \begin_layout Itemize
2935 Diverse 
2936 \begin_inset Quotes eld
2937 \end_inset
2938
2939 Blocks
2940 \begin_inset Quotes erd
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \begin_layout Itemize
2947 Theorem-style environments
2948 \end_layout
2949
2950 \begin_layout Itemize
2951 Columns
2952 \end_layout
2953
2954 \end_deeper
2955 \begin_layout Frame
2956 We sketch them briefly in what follows.
2957 \end_layout
2958
2959 \begin_layout Separator
2960
2961 \end_layout
2962
2963 \begin_layout Frame
2964 \begin_inset Argument 4
2965 status open
2966
2967 \begin_layout Plain Layout
2968 Blocks
2969 \end_layout
2970
2971 \end_inset
2972
2973
2974 \end_layout
2975
2976 \begin_layout Frame
2977 Blocks can contain all sorts of information.
2978  We used them here for 
2979 \begin_inset Quotes eld
2980 \end_inset
2981
2982 tips
2983 \begin_inset Quotes erd
2984 \end_inset
2985
2986  and 
2987 \begin_inset Quotes eld
2988 \end_inset
2989
2990 hints
2991 \begin_inset Quotes erd
2992 \end_inset
2993
2994 .
2995  The class provides 3 pre-defined blocks with different look:
2996 \end_layout
2997
2998 \begin_deeper
2999 \begin_layout Block
3000 \begin_inset Argument 1
3001 status open
3002
3003 \begin_layout Plain Layout
3004 2-
3005 \end_layout
3006
3007 \end_inset
3008
3009
3010 \begin_inset Argument 2
3011 status open
3012
3013 \begin_layout Plain Layout
3014 Block
3015 \end_layout
3016
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \begin_layout Block
3023 A general-purpose block
3024 \end_layout
3025
3026 \begin_layout ExampleBlock
3027 \begin_inset Argument 1
3028 status open
3029
3030 \begin_layout Plain Layout
3031 3-
3032 \end_layout
3033
3034 \end_inset
3035
3036
3037 \begin_inset Argument 2
3038 status open
3039
3040 \begin_layout Plain Layout
3041 Example Block
3042 \end_layout
3043
3044 \end_inset
3045
3046
3047 \end_layout
3048
3049 \begin_layout ExampleBlock
3050 A block for 
3051 \begin_inset Quotes eld
3052 \end_inset
3053
3054 examples
3055 \begin_inset Quotes erd
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \begin_layout AlertBlock
3062 \begin_inset Argument 1
3063 status open
3064
3065 \begin_layout Plain Layout
3066 4-
3067 \end_layout
3068
3069 \end_inset
3070
3071
3072 \begin_inset Argument 2
3073 status open
3074
3075 \begin_layout Plain Layout
3076 Alert Block
3077 \end_layout
3078
3079 \end_inset
3080
3081
3082 \end_layout
3083
3084 \begin_layout AlertBlock
3085 And an 
3086 \begin_inset Quotes eld
3087 \end_inset
3088
3089 alert
3090 \begin_inset Quotes erd
3091 \end_inset
3092
3093  block for important remarks.
3094 \end_layout
3095
3096 \end_deeper
3097 \begin_layout Separator
3098
3099 \end_layout
3100
3101 \begin_layout Frame
3102 \begin_inset Argument 4
3103 status open
3104
3105 \begin_layout Plain Layout
3106 Handling Blocks
3107 \end_layout
3108
3109 \end_inset
3110
3111
3112 \end_layout
3113
3114 \begin_deeper
3115 \begin_layout Itemize
3116 In LyX, blocks have a similar user interface than frames, which means that
3117 \end_layout
3118
3119 \begin_deeper
3120 \begin_layout Itemize
3121 Content inside blocks needs to be nested (if the paragraph layout is not
3122  
3123 \begin_inset Quotes eld
3124 \end_inset
3125
3126 Block
3127 \begin_inset Quotes erd
3128 \end_inset
3129
3130 )
3131 \end_layout
3132
3133 \begin_layout Itemize
3134 Consecutive blocks of the same type must be separated by the 
3135 \begin_inset Quotes eld
3136 \end_inset
3137
3138 Separator
3139 \begin_inset Quotes erd
3140 \end_inset
3141
3142  paragraph style
3143 \end_layout
3144
3145 \end_deeper
3146 \begin_layout Itemize
3147 Blocks are overlay-aware
3148 \end_layout
3149
3150 \end_deeper
3151 \begin_layout Separator
3152
3153 \end_layout
3154
3155 \begin_layout Frame
3156 \begin_inset Argument 4
3157 status open
3158
3159 \begin_layout Plain Layout
3160 Theorem-style environments
3161 \end_layout
3162
3163 \end_inset
3164
3165
3166 \end_layout
3167
3168 \begin_deeper
3169 \begin_layout FrameSubtitle
3170 (Theorem, Corollary, Definition, Definitions, Example, Examples, Fact, Proof)
3171 \end_layout
3172
3173 \end_deeper
3174 \begin_layout Frame
3175 Theorems look similar to blocks in the output, but they have a fixed title
3176  (depending on the type).
3177  
3178 \end_layout
3179
3180 \begin_deeper
3181 \begin_layout Theorem
3182 This is a theorem!
3183 \end_layout
3184
3185 \begin_layout Fact
3186 This is a fact!
3187 \end_layout
3188
3189 \begin_layout Pause
3190
3191 \end_layout
3192
3193 \end_deeper
3194 \begin_layout Frame
3195 Via 
3196 \begin_inset Flex Alert
3197 status collapsed
3198
3199 \begin_layout Plain Layout
3200 Insert\SpecialChar \menuseparator
3201 Additional Theorem Text
3202 \end_layout
3203
3204 \end_inset
3205
3206 , you can add some extra text to this fixed title
3207 \end_layout
3208
3209 \begin_deeper
3210 \begin_layout Example
3211 \begin_inset Argument 2
3212 status open
3213
3214 \begin_layout Plain Layout
3215 a bad one!
3216 \end_layout
3217
3218 \end_inset
3219
3220
3221 \end_layout
3222
3223 \begin_layout Example
3224 An example with additional text (brackets added automatically)
3225 \end_layout
3226
3227 \end_deeper
3228 \begin_layout Separator
3229
3230 \end_layout
3231
3232 \begin_layout Frame
3233 \begin_inset Argument 4
3234 status open
3235
3236 \begin_layout Plain Layout
3237 Columns
3238 \end_layout
3239
3240 \end_inset
3241
3242
3243 \end_layout
3244
3245 \begin_layout Frame
3246 Sometimes it is useful to divide a presentation into columns
3247 \end_layout
3248
3249 \begin_deeper
3250 \begin_layout ColumnsTopAligned
3251
3252 \end_layout
3253
3254 \begin_deeper
3255 \begin_layout Column
3256 \begin_inset ERT
3257 status open
3258
3259 \begin_layout Plain Layout
3260
3261 .4
3262 \backslash
3263 textwidth
3264 \end_layout
3265
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \begin_layout Standard
3272 To do this, first select 
3273 \begin_inset Flex Structure
3274 status collapsed
3275
3276 \begin_layout Plain Layout
3277 Columns
3278 \end_layout
3279
3280 \end_inset
3281
3282  (note the plural) to start the columns
3283 \end_layout
3284
3285 \begin_layout Pause
3286
3287 \end_layout
3288
3289 \begin_layout Column
3290 \begin_inset ERT
3291 status open
3292
3293 \begin_layout Plain Layout
3294
3295 .4
3296 \backslash
3297 textwidth
3298 \end_layout
3299
3300 \end_inset
3301
3302
3303 \end_layout
3304
3305 \begin_layout Standard
3306 And then, in the following paragraph, select 
3307 \begin_inset Flex Structure
3308 status collapsed
3309
3310 \begin_layout Plain Layout
3311 Column
3312 \end_layout
3313
3314 \end_inset
3315
3316  (singular) to start a specific column
3317 \end_layout
3318
3319 \end_deeper
3320 \begin_layout Pause
3321
3322 \end_layout
3323
3324 \end_deeper
3325 \begin_layout Frame
3326 \begin_inset VSpace defskip
3327 \end_inset
3328
3329
3330 \end_layout
3331
3332 \begin_layout Frame
3333 Note:
3334 \end_layout
3335
3336 \begin_deeper
3337 \begin_layout Itemize
3338 In the 
3339 \begin_inset Flex Structure
3340 status collapsed
3341
3342 \begin_layout Plain Layout
3343 Column
3344 \end_layout
3345
3346 \end_inset
3347
3348  (singular) environment, you need to specify the width using LaTeX syntax
3349  (but also something like 
3350 \begin_inset Quotes eld
3351 \end_inset
3352
3353 3.5cm
3354 \begin_inset Quotes erd
3355 \end_inset
3356
3357  will work)
3358 \end_layout
3359
3360 \begin_layout Itemize
3361 Any (singular) 
3362 \begin_inset Flex Structure
3363 status collapsed
3364
3365 \begin_layout Plain Layout
3366 Column
3367 \end_layout
3368
3369 \end_inset
3370
3371  must be nested to the (plural) 
3372 \begin_inset Flex Structure
3373 status collapsed
3374
3375 \begin_layout Plain Layout
3376 Columns
3377 \end_layout
3378
3379 \end_inset
3380
3381 .
3382  Likewise, column content can be any paragraph style that is nested to a
3383  singular 
3384 \begin_inset Flex Structure
3385 status collapsed
3386
3387 \begin_layout Plain Layout
3388 Column
3389 \end_layout
3390
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \end_deeper
3397 \begin_layout Section
3398 Short remarks on modes
3399 \end_layout
3400
3401 \begin_layout Frame
3402 \begin_inset Argument 4
3403 status open
3404
3405 \begin_layout Plain Layout
3406 Modes
3407 \end_layout
3408
3409 \end_inset
3410
3411
3412 \end_layout
3413
3414 \begin_layout Frame
3415 In 
3416 \begin_inset Flex Structure
3417 status collapsed
3418
3419 \begin_layout Plain Layout
3420 Beamer
3421 \end_layout
3422
3423 \end_inset
3424
3425  terms, a 
3426 \begin_inset Quotes eld
3427 \end_inset
3428
3429 mode
3430 \begin_inset Quotes erd
3431 \end_inset
3432
3433  is a specific output route.
3434  There are several modes for different purposes.
3435  We just want to highlight three:
3436 \end_layout
3437
3438 \begin_deeper
3439 \begin_layout Enumerate
3440 The 
3441 \begin_inset Quotes eld
3442 \end_inset
3443
3444 beamer
3445 \begin_inset Quotes erd
3446 \end_inset
3447
3448  mode
3449 \end_layout
3450
3451 \begin_layout Enumerate
3452 The 
3453 \begin_inset Quotes eld
3454 \end_inset
3455
3456 presentation
3457 \begin_inset Quotes erd
3458 \end_inset
3459
3460  mode
3461 \end_layout
3462
3463 \begin_layout Enumerate
3464 The 
3465 \begin_inset Quotes eld
3466 \end_inset
3467
3468 article
3469 \begin_inset Quotes erd
3470 \end_inset
3471
3472  mode
3473 \end_layout
3474
3475 \end_deeper
3476 \begin_layout Frame
3477 The beamer mode is the default.
3478  Unless explicitly specified otherwise, your 
3479 \begin_inset Flex Structure
3480 status collapsed
3481
3482 \begin_layout Plain Layout
3483 Beamer
3484 \end_layout
3485
3486 \end_inset
3487
3488  document is in 
3489 \begin_inset Quotes eld
3490 \end_inset
3491
3492 beamer
3493 \begin_inset Quotes erd
3494 \end_inset
3495
3496  mode.
3497 \end_layout
3498
3499 \begin_layout Separator
3500
3501 \end_layout
3502
3503 \begin_layout Frame
3504 \begin_inset Argument 1
3505 status open
3506
3507 \begin_layout Plain Layout
3508 presentation
3509 \end_layout
3510
3511 \end_inset
3512
3513
3514 \begin_inset Argument 4
3515 status open
3516
3517 \begin_layout Plain Layout
3518 Switching Modes
3519 \end_layout
3520
3521 \end_inset
3522
3523
3524 \end_layout
3525
3526 \begin_layout Frame
3527 However, you can switch document parts, frames, headings and all 
3528 \begin_inset Quotes eld
3529 \end_inset
3530
3531 action
3532 \begin_inset Quotes erd
3533 \end_inset
3534
3535 -aware environments to a different mode.
3536  For instance, we have switched this frame to 
3537 \begin_inset Quotes eld
3538 \end_inset
3539
3540 presentation
3541 \begin_inset Quotes erd
3542 \end_inset
3543
3544  mode.
3545 \end_layout
3546
3547 \begin_deeper
3548 \begin_layout Itemize
3549 What does this mean?
3550 \end_layout
3551
3552 \begin_deeper
3553 \begin_layout Itemize
3554 It means that this frame will only be visible in the presentation, not in
3555  the accompanying 
3556 \begin_inset Quotes eld
3557 \end_inset
3558
3559 article
3560 \begin_inset Quotes erd
3561 \end_inset
3562
3563 , if you produce such an article (we will elaborate on this a bit below)
3564 \end_layout
3565
3566 \end_deeper
3567 \end_deeper
3568 \begin_layout Separator
3569
3570 \end_layout
3571
3572 \begin_layout Frame
3573 \begin_inset Argument 1
3574 status open
3575
3576 \begin_layout Plain Layout
3577 article
3578 \end_layout
3579
3580 \end_inset
3581
3582
3583 \begin_inset Argument 4
3584 status open
3585
3586 \begin_layout Plain Layout
3587 Switching Modes
3588 \end_layout
3589
3590 \end_inset
3591
3592
3593 \end_layout
3594
3595 \begin_layout Frame
3596 This frame will not be visible in the presentation, but only in the article,
3597  since it is in 
3598 \begin_inset Quotes eld
3599 \end_inset
3600
3601 article
3602 \begin_inset Quotes erd
3603 \end_inset
3604
3605  mode.
3606 \end_layout
3607
3608 \begin_layout Separator
3609
3610 \end_layout
3611
3612 \begin_layout Frame
3613 \begin_inset Argument 4
3614 status open
3615
3616 \begin_layout Plain Layout
3617 So what?
3618 \end_layout
3619
3620 \end_inset
3621
3622
3623 \end_layout
3624
3625 \begin_layout Frame
3626 This is actually pretty useful! You can set up a single document and produce
3627  both a presentation and -- using the article mode -- a handout.
3628  
3629 \end_layout
3630
3631 \begin_deeper
3632 \begin_layout Itemize
3633 And we mean a 
3634 \begin_inset Flex Emphasize
3635 status collapsed
3636
3637 \begin_layout Plain Layout
3638 real
3639 \end_layout
3640
3641 \end_inset
3642
3643 , useful handout, not one of those scaled slide printouts that are so common
3644  nowadays (but if you insist, you can produce one of those as well)
3645 \end_layout
3646
3647 \begin_layout Itemize
3648 Modes allow you to add extra text to the handout or hide parts from it
3649 \end_layout
3650
3651 \begin_layout Itemize
3652 You can use for instance different graphics for the presentation and the
3653  handout
3654 \end_layout
3655
3656 \begin_layout Itemize
3657 and so on.
3658 \end_layout
3659
3660 \end_deeper
3661 \begin_layout Separator
3662
3663 \end_layout
3664
3665 \begin_layout Frame
3666 \begin_inset Argument 4
3667 status open
3668
3669 \begin_layout Plain Layout
3670 Examples
3671 \end_layout
3672
3673 \end_inset
3674
3675
3676 \end_layout
3677
3678 \begin_layout Frame
3679 As said, many elements are mode-aware.
3680  
3681 \end_layout
3682
3683 \begin_deeper
3684 \begin_layout Itemize
3685 \noindent
3686 You can show particular text 
3687 \begin_inset Flex Only
3688 status open
3689
3690 \begin_layout Plain Layout
3691 \begin_inset Argument 1
3692 status open
3693
3694 \begin_layout Plain Layout
3695 presentation
3696 \end_layout
3697
3698 \end_inset
3699
3700 only in the presentation
3701 \end_layout
3702
3703 \end_inset
3704
3705
3706 \begin_inset Flex Only
3707 status open
3708
3709 \begin_layout Plain Layout
3710 \begin_inset Argument 1
3711 status open
3712
3713 \begin_layout Plain Layout
3714 article
3715 \end_layout
3716
3717 \end_inset
3718
3719 only in the article
3720 \end_layout
3721
3722 \end_inset
3723
3724  via 
3725 \begin_inset Flex Alert
3726 status collapsed
3727
3728 \begin_layout Plain Layout
3729 \noindent
3730 Edit\SpecialChar \menuseparator
3731 Text Style\SpecialChar \menuseparator
3732 Only
3733 \end_layout
3734
3735 \end_inset
3736
3737
3738 \end_layout
3739
3740 \end_deeper
3741 \begin_layout Frame
3742 \begin_inset Flex ArticleMode
3743 status open
3744
3745 \begin_layout Itemize
3746 Or put all sorts of complex contents via 
3747 \begin_inset Flex Alert
3748 status collapsed
3749
3750 \begin_layout Plain Layout
3751 Insert\SpecialChar \menuseparator
3752 Custom Insets\SpecialChar \menuseparator
3753 ArticleMode
3754 \end_layout
3755
3756 \end_inset
3757
3758  in an inset that will only be output in article mode.
3759 \end_layout
3760
3761 \end_inset
3762
3763
3764 \begin_inset Flex PresentationMode
3765 status open
3766
3767 \begin_layout Itemize
3768 Or put all sorts of complex contents via 
3769 \begin_inset Flex Alert
3770 status collapsed
3771
3772 \begin_layout Plain Layout
3773 Insert\SpecialChar \menuseparator
3774 Custom Insets\SpecialChar \menuseparator
3775 PresentationMode
3776 \end_layout
3777
3778 \end_inset
3779
3780  in an inset that will only be output in presentation mode.
3781 \end_layout
3782
3783 \end_inset
3784
3785
3786 \end_layout
3787
3788 \begin_deeper
3789 \begin_layout Itemize
3790 Or you can define that an 
3791 \begin_inset Flex Emphasize
3792 status collapsed
3793
3794 \begin_layout Plain Layout
3795 \begin_inset Argument 1
3796 status open
3797
3798 \begin_layout Plain Layout
3799 presentation
3800 \end_layout
3801
3802 \end_inset
3803
3804 emphasizing
3805 \end_layout
3806
3807 \end_inset
3808
3809  should only apply to the presentation, 
3810 \begin_inset Flex Bold
3811 status open
3812
3813 \begin_layout Plain Layout
3814 \begin_inset Argument 1
3815 status open
3816
3817 \begin_layout Plain Layout
3818 article
3819 \end_layout
3820
3821 \end_inset
3822
3823 a bold face
3824 \end_layout
3825
3826 \end_inset
3827
3828  only to article
3829 \end_layout
3830
3831 \begin_layout Itemize
3832 You can also show section headings or frame titles\SpecialChar \slash{}
3833 subtitles only in the
3834  presentation\SpecialChar \slash{}
3835 article (like we do for the 
3836 \begin_inset Quotes eld
3837 \end_inset
3838
3839 Contents
3840 \begin_inset Quotes erd
3841 \end_inset
3842
3843  and 
3844 \begin_inset Quotes eld
3845 \end_inset
3846
3847 References
3848 \begin_inset Quotes erd
3849 \end_inset
3850
3851  frame titles in this presentation)
3852 \end_layout
3853
3854 \begin_layout Itemize
3855 and much more of this sort
3856 \end_layout
3857
3858 \end_deeper
3859 \begin_layout Separator
3860
3861 \end_layout
3862
3863 \begin_layout Frame
3864 \begin_inset Argument 4
3865 status open
3866
3867 \begin_layout Plain Layout
3868 Setting up an article
3869 \end_layout
3870
3871 \end_inset
3872
3873
3874 \end_layout
3875
3876 \begin_layout Frame
3877 Setting up a beamer article with LyX is easy.
3878 \end_layout
3879
3880 \begin_deeper
3881 \begin_layout Itemize
3882 \noindent
3883 Just create a new document with the class 
3884 \begin_inset Flex Structure
3885 status collapsed
3886
3887 \begin_layout Plain Layout
3888 \noindent
3889 Beamer Article (Standard Class)
3890 \end_layout
3891
3892 \end_inset
3893
3894  or 
3895 \begin_inset Flex Structure
3896 status collapsed
3897
3898 \begin_layout Plain Layout
3899 \noindent
3900 Beamer Article (KOMA-Script)
3901 \end_layout
3902
3903 \end_inset
3904
3905
3906 \end_layout
3907
3908 \begin_layout Itemize
3909 Then add the presentation to this document as a child (via 
3910 \begin_inset Flex Alert
3911 status collapsed
3912
3913 \begin_layout Plain Layout
3914 Insert\SpecialChar \menuseparator
3915 File\SpecialChar \menuseparator
3916 Child Document\SpecialChar \ldots{}
3917
3918 \end_layout
3919
3920 \end_inset
3921
3922 )
3923 \end_layout
3924
3925 \begin_layout Itemize
3926 And that's it.
3927  Now you can produce the handout and the presentation by compiling one of
3928  these two documents, while you only need to edit one, namely the presentation
3929 \end_layout
3930
3931 \end_deeper
3932 \begin_layout Frame
3933 Check out the accompanying beamer-article example document for this presentation.
3934  You can find it in the same folder than this document.
3935 \end_layout
3936
3937 \begin_layout Section
3938 Changing the look
3939 \end_layout
3940
3941 \begin_layout Frame
3942 \begin_inset Argument 4
3943 status open
3944
3945 \begin_layout Plain Layout
3946 Themes
3947 \end_layout
3948
3949 \end_inset
3950
3951
3952 \end_layout
3953
3954 \begin_deeper
3955 \begin_layout Itemize
3956 \begin_inset Flex Structure
3957 status collapsed
3958
3959 \begin_layout Plain Layout
3960 Beamer
3961 \end_layout
3962
3963 \end_inset
3964
3965  presentations are themeable.
3966  Themes determine the colors used, the macro structure (use of sidebars,
3967  headlines etc.), the fonts, the look of list items, blocks and in general
3968  the whole look and feel of a presentation
3969 \end_layout
3970
3971 \begin_layout Itemize
3972 \begin_inset Flex Structure
3973 status collapsed
3974
3975 \begin_layout Plain Layout
3976 Beamer
3977 \end_layout
3978
3979 \end_inset
3980
3981  itself ships a number of different-looking themes to chose from (we use
3982  the 
3983 \begin_inset Quotes eld
3984 \end_inset
3985
3986 Berkeley
3987 \begin_inset Quotes erd
3988 \end_inset
3989
3990  theme in this presentation; see 
3991 \begin_inset Flex Alert
3992 status collapsed
3993
3994 \begin_layout Plain Layout
3995 Document\SpecialChar \menuseparator
3996 Settings\SpecialChar \menuseparator
3997 LaTeX Preamble
3998 \end_layout
3999
4000 \end_inset
4001
4002  for how we activated and slightly tweaked the theme)
4003 \end_layout
4004
4005 \begin_layout Itemize
4006 In addition to this standard set, you can get more themes from CTAN and
4007  the Internet
4008 \end_layout
4009
4010 \begin_layout Itemize
4011 If you still are not satisified or if you need a theme matching to your
4012  University's or company's corporate design, the 
4013 \begin_inset Flex Structure
4014 status collapsed
4015
4016 \begin_layout Plain Layout
4017 Beamer
4018 \end_layout
4019
4020 \end_inset
4021
4022  manual 
4023 \begin_inset CommandInset citation
4024 LatexCommand cite
4025 key "beamer-ug"
4026
4027 \end_inset
4028
4029  explains how you can setup your own theme
4030 \end_layout
4031
4032 \end_deeper
4033 \begin_layout Separator
4034
4035 \end_layout
4036
4037 \begin_layout Frame
4038 \begin_inset Argument 4
4039 status open
4040
4041 \begin_layout Plain Layout
4042 Themes can be modified
4043 \end_layout
4044
4045 \end_inset
4046
4047
4048 \end_layout
4049
4050 \begin_layout Frame
4051 But you do not need to write a theme from scratch if you want to alter the
4052  look.
4053 \end_layout
4054
4055 \begin_deeper
4056 \begin_layout Itemize
4057 Existing themes can be modified both in details and in major areas (such
4058  as the coloring)
4059 \end_layout
4060
4061 \begin_layout Itemize
4062 Consult the 
4063 \begin_inset Flex Structure
4064 status collapsed
4065
4066 \begin_layout Plain Layout
4067 Beamer
4068 \end_layout
4069
4070 \end_inset
4071
4072  manual 
4073 \begin_inset CommandInset citation
4074 LatexCommand cite
4075 key "beamer-ug"
4076
4077 \end_inset
4078
4079  for details
4080 \end_layout
4081
4082 \end_deeper
4083 \begin_layout Section
4084 And more \SpecialChar \ldots{}
4085
4086 \end_layout
4087
4088 \begin_layout Frame
4089 \begin_inset Argument 4
4090 status open
4091
4092 \begin_layout Plain Layout
4093 \SpecialChar \ldots{}
4094  much more!
4095 \end_layout
4096
4097 \end_inset
4098
4099
4100 \end_layout
4101
4102 \begin_layout Frame
4103 Note that 
4104 \begin_inset Flex Structure
4105 status collapsed
4106
4107 \begin_layout Plain Layout
4108 Beamer
4109 \end_layout
4110
4111 \end_inset
4112
4113  can do much more than we have described here.
4114  The 
4115 \begin_inset Flex Structure
4116 status collapsed
4117
4118 \begin_layout Plain Layout
4119 Beamer
4120 \end_layout
4121
4122 \end_inset
4123
4124  manual 
4125 \begin_inset CommandInset citation
4126 LatexCommand cite
4127 key "beamer-ug"
4128
4129 \end_inset
4130
4131  provides a comprehensive documentation.
4132 \end_layout
4133
4134 \begin_layout Frame
4135 Also, have a look at the 
4136 \begin_inset Flex Structure
4137 status collapsed
4138
4139 \begin_layout Plain Layout
4140 Beamer
4141 \end_layout
4142
4143 \end_inset
4144
4145  examples and templates shipped with LyX!
4146 \end_layout
4147
4148 \begin_layout Section
4149 \start_of_appendix
4150 Appendix
4151 \end_layout
4152
4153 \begin_layout Standard
4154 \begin_inset Note Note
4155 status open
4156
4157 \begin_layout Plain Layout
4158 We use a FrameTitle layout (and not the Frame Title inset) below in order
4159  to exclude the redundant title from the article.
4160  Also note the 
4161 \begin_inset Flex Alert
4162 status collapsed
4163
4164 \begin_layout Plain Layout
4165
4166 \backslash
4167 newblock
4168 \end_layout
4169
4170 \end_inset
4171
4172  in the bibliography.
4173  It is needed for proper entry rendering (note the different coloring of
4174  the author in the PDF output).
4175 \end_layout
4176
4177 \end_inset
4178
4179
4180 \end_layout
4181
4182 \begin_layout Frame
4183
4184 \end_layout
4185
4186 \begin_deeper
4187 \begin_layout FrameTitle
4188 \begin_inset Argument 1
4189 status open
4190
4191 \begin_layout Plain Layout
4192 presentation
4193 \end_layout
4194
4195 \end_inset
4196
4197 References
4198 \end_layout
4199
4200 \begin_layout Bibliography
4201 \begin_inset CommandInset bibitem
4202 LatexCommand bibitem
4203 key "beamer-ug"
4204
4205 \end_inset
4206
4207 Tantau, Till et al.:
4208 \begin_inset ERT
4209 status collapsed
4210
4211 \begin_layout Plain Layout
4212
4213
4214 \backslash
4215 newblock
4216 \end_layout
4217
4218 \end_inset
4219
4220  The beamer class.
4221  
4222 \begin_inset Flex URL
4223 status collapsed
4224
4225 \begin_layout Plain Layout
4226
4227 http://mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf
4228 \end_layout
4229
4230 \end_inset
4231
4232 .
4233 \end_layout
4234
4235 \end_deeper
4236 \end_body
4237 \end_document