summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer/doc
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/beamer/doc')
-rw-r--r--macros/latex/contrib/beamer/doc/beamerexample-conference-talk.pdfbin149003 -> 148965 bytes
-rw-r--r--macros/latex/contrib/beamer/doc/beamerexample-lecture-beamer-version.pdfbin353430 -> 353413 bytes
-rw-r--r--macros/latex/contrib/beamer/doc/beamerexample-lecture-print-version.pdfbin316925 -> 316918 bytes
-rw-r--r--macros/latex/contrib/beamer/doc/beamerug-animations.tex5
-rw-r--r--macros/latex/contrib/beamer/doc/beamerug-notes.tex1
-rw-r--r--macros/latex/contrib/beamer/doc/beamerug-twoscreens.tex11
-rw-r--r--macros/latex/contrib/beamer/doc/beameruserguide.pdfbin1629964 -> 1629442 bytes
-rw-r--r--macros/latex/contrib/beamer/doc/beameruserguide.tex2
8 files changed, 7 insertions, 12 deletions
diff --git a/macros/latex/contrib/beamer/doc/beamerexample-conference-talk.pdf b/macros/latex/contrib/beamer/doc/beamerexample-conference-talk.pdf
index 506fc7cfd8..b05dc1386d 100644
--- a/macros/latex/contrib/beamer/doc/beamerexample-conference-talk.pdf
+++ b/macros/latex/contrib/beamer/doc/beamerexample-conference-talk.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer/doc/beamerexample-lecture-beamer-version.pdf b/macros/latex/contrib/beamer/doc/beamerexample-lecture-beamer-version.pdf
index 41ca0bf479..e5c8a0d6dc 100644
--- a/macros/latex/contrib/beamer/doc/beamerexample-lecture-beamer-version.pdf
+++ b/macros/latex/contrib/beamer/doc/beamerexample-lecture-beamer-version.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer/doc/beamerexample-lecture-print-version.pdf b/macros/latex/contrib/beamer/doc/beamerexample-lecture-print-version.pdf
index 315c8f9f58..1869a743bc 100644
--- a/macros/latex/contrib/beamer/doc/beamerexample-lecture-print-version.pdf
+++ b/macros/latex/contrib/beamer/doc/beamerexample-lecture-print-version.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer/doc/beamerug-animations.tex b/macros/latex/contrib/beamer/doc/beamerug-animations.tex
index 66cff33d76..7aa470883a 100644
--- a/macros/latex/contrib/beamer/doc/beamerug-animations.tex
+++ b/macros/latex/contrib/beamer/doc/beamerug-animations.tex
@@ -470,6 +470,11 @@ All of these commands are ignored in |article| mode.
\example|\transfade|
\end{command}
+\begin{command}{\transfly\sarg{overlay specification}\oarg{options}}
+ Show the slide by letting the new content fly in before removing the old slide.
+ \example|\transfly[direction=180]|
+\end{command}
+
\begin{command}{\transglitter\sarg{overlay specification}\oarg{options}}
Show the slide with a glitter effect that sweeps in the specified direction.
\example|\transglitter<2-3>[direction=90]|
diff --git a/macros/latex/contrib/beamer/doc/beamerug-notes.tex b/macros/latex/contrib/beamer/doc/beamerug-notes.tex
index 4914ff13a1..d80a235dd8 100644
--- a/macros/latex/contrib/beamer/doc/beamerug-notes.tex
+++ b/macros/latex/contrib/beamer/doc/beamerug-notes.tex
@@ -164,7 +164,6 @@ Since you normally do not wish the notes to be part of your presentation, you mu
\example
\begin{verbatim}
\documentclass{beamer}
-\usepackage{pgfpages}
\setbeameroption{show notes on second screen}
\begin{document}
\begin{frame}
diff --git a/macros/latex/contrib/beamer/doc/beamerug-twoscreens.tex b/macros/latex/contrib/beamer/doc/beamerug-twoscreens.tex
index 79bf4572c0..7865d75934 100644
--- a/macros/latex/contrib/beamer/doc/beamerug-twoscreens.tex
+++ b/macros/latex/contrib/beamer/doc/beamerug-twoscreens.tex
@@ -20,17 +20,10 @@ For the presentation you attach two screens to the system. The windowing system
When the presentation program displays the specially prepared superwide \beamer-presentation, exactly the left half of the screen will be filled with the main presentation, the right part is filled with the auxiliary material---voil\`a. Not all presentation programs support this special feature. For example, the Acrobat Reader 6.0.2 will only use one screen in fullscreen mode on MacOS~X. On the other hand, a program named PDF Presenter supports showing dual-screen presentations. Generally, you will have to find out for yourself whether your display program and system support showing superwide presentations stretching over two screens.
-\beamer\ uses the package |pgfpages| to typeset two-screen presentations. Because of this, your first step when creating a two-screen presentation is to include this package:
-\begin{verbatim}
-\documentclass{beamer}
-\usepackage{pgfpages}
-\end{verbatim}
-
-The next step is to choose an appropriate option for showing something special on the second screen. These options are discussed in the following sections.
+\beamer\ uses the package |pgfpages| to typeset two-screen presentations. One can choose from several appropriate options for showing something special on the second screen. These options are discussed in the following sections.
One of the things these options do is to setup a certain |pgfpages|-layout that is appropriate for two-screen presentations. However, you can still change the |pgfpages|-layout arbitrarily, afterwards. For example, you might wish to enlarge the virtual pages. For details, see the documentation of |pgfpages|.
-
\subsection{Showing Notes on the Second Screen}
The first way to use a second screen is to show the presentation on the main screen and to show your notes on the second screen. The option |show notes on second screen| can be used for this. It is described on page~\pageref{command-notesonsecondscreen}.
@@ -54,7 +47,6 @@ To specify what is shown on the second screen, you can use a special \beamer-mod
\example
\begin{verbatim}
\documentclass{beamer}
-\usepackage{pgfpages}
\setbeameroption{second mode text on second screen}
\begin{document}
\begin{frame}[typeset second]
@@ -78,7 +70,6 @@ To specify what is shown on the second screen, you can use a special \beamer-mod
The following example shows how translations can be added in a comfortable way.
\begin{verbatim}
\documentclass{beamer}
-\usepackage{pgfpages}
\setbeameroption{second mode text on second screen}
\DeclareRobustCommand\translation[1]{\mytranslation#1\relax}
\long\def\mytranslation#1|#2\relax{\alt<second>{#2}{#1}}
diff --git a/macros/latex/contrib/beamer/doc/beameruserguide.pdf b/macros/latex/contrib/beamer/doc/beameruserguide.pdf
index aab2a6503e..9475391209 100644
--- a/macros/latex/contrib/beamer/doc/beameruserguide.pdf
+++ b/macros/latex/contrib/beamer/doc/beameruserguide.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer/doc/beameruserguide.tex b/macros/latex/contrib/beamer/doc/beameruserguide.tex
index 1623634ed3..1f315dcfd2 100644
--- a/macros/latex/contrib/beamer/doc/beameruserguide.tex
+++ b/macros/latex/contrib/beamer/doc/beameruserguide.tex
@@ -13,7 +13,7 @@
\documentclass{ltxdoc}
-\def\beamerugversion{3.58}
+\def\beamerugversion{3.59}
\def\beamerugpgfversion{1.00}
\def\beamerugxcolorversion{2.00}