summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-07-22 20:33:32 +0000
committerKarl Berry <karl@freefriends.org>2020-07-22 20:33:32 +0000
commitcc09c00b2f0e7b36ba9e91e645f5da43e7d0e736 (patch)
tree3cdc8d7579def7f5fc68ea920301ce36e2151263 /Master/texmf-dist/doc/latex/beamer
parentbd148258b9463eec9558ba834fd5a6b64b892899 (diff)
beamer (22jul20)
git-svn-id: svn://tug.org/texlive/trunk@55908 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer')
-rw-r--r--Master/texmf-dist/doc/latex/beamer/CHANGELOG.md10
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerexample-conference-talk.pdfbin149003 -> 148965 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-beamer-version.pdfbin353430 -> 353413 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-print-version.pdfbin316925 -> 316918 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerug-animations.tex5
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerug-notes.tex1
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerug-twoscreens.tex11
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beameruserguide.pdfbin1629964 -> 1629442 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beameruserguide.tex2
9 files changed, 16 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md b/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
index ee19a1148e6..1dee6206afc 100644
--- a/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
@@ -8,6 +8,13 @@ a major and minor version only.
## [Unreleased]
+## [v3.59]
+
+### Changed
+
+- added `\transfly` macro for `Fly` page transition (see #609)
+- Preparations for LaTeX2e 2020-10-01
+
## [v3.58]
### Changed
@@ -95,7 +102,8 @@ a major and minor version only.
- Support for `noxcolor` with `beamerarticle` (see #483)
- Treatment of mixed overlay/alert specifications
-[Unreleased]: https://github.com/josephwright/beamer/compare/v3.58...HEAD
+[Unreleased]: https://github.com/josephwright/beamer/compare/v3.59...HEAD
+[v3.59]: https://github.com/josephwright/beamer/compare/v3.58...v3.59
[v3.58]: https://github.com/josephwright/beamer/compare/v3.57...v3.58
[v3.57]: https://github.com/josephwright/beamer/compare/v3.56...v3.57
[v3.56]: https://github.com/josephwright/beamer/compare/v3.55...v3.56
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerexample-conference-talk.pdf b/Master/texmf-dist/doc/latex/beamer/beamerexample-conference-talk.pdf
index 506fc7cfd80..b05dc1386db 100644
--- a/Master/texmf-dist/doc/latex/beamer/beamerexample-conference-talk.pdf
+++ b/Master/texmf-dist/doc/latex/beamer/beamerexample-conference-talk.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-beamer-version.pdf b/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-beamer-version.pdf
index 41ca0bf4798..e5c8a0d6dc3 100644
--- a/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-beamer-version.pdf
+++ b/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-beamer-version.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-print-version.pdf b/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-print-version.pdf
index 315c8f9f589..1869a743bc4 100644
--- a/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-print-version.pdf
+++ b/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-print-version.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerug-animations.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-animations.tex
index 66cff33d763..7aa470883a4 100644
--- a/Master/texmf-dist/doc/latex/beamer/beamerug-animations.tex
+++ b/Master/texmf-dist/doc/latex/beamer/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/Master/texmf-dist/doc/latex/beamer/beamerug-notes.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-notes.tex
index 4914ff13a10..d80a235dd8b 100644
--- a/Master/texmf-dist/doc/latex/beamer/beamerug-notes.tex
+++ b/Master/texmf-dist/doc/latex/beamer/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/Master/texmf-dist/doc/latex/beamer/beamerug-twoscreens.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-twoscreens.tex
index 79bf4572c05..7865d759346 100644
--- a/Master/texmf-dist/doc/latex/beamer/beamerug-twoscreens.tex
+++ b/Master/texmf-dist/doc/latex/beamer/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/Master/texmf-dist/doc/latex/beamer/beameruserguide.pdf b/Master/texmf-dist/doc/latex/beamer/beameruserguide.pdf
index aab2a6503e9..9475391209b 100644
--- a/Master/texmf-dist/doc/latex/beamer/beameruserguide.pdf
+++ b/Master/texmf-dist/doc/latex/beamer/beameruserguide.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamer/beameruserguide.tex b/Master/texmf-dist/doc/latex/beamer/beameruserguide.tex
index 1623634ed37..1f315dcfd2b 100644
--- a/Master/texmf-dist/doc/latex/beamer/beameruserguide.tex
+++ b/Master/texmf-dist/doc/latex/beamer/beameruserguide.tex
@@ -13,7 +13,7 @@
\documentclass{ltxdoc}
-\def\beamerugversion{3.58}
+\def\beamerugversion{3.59}
\def\beamerugpgfversion{1.00}
\def\beamerugxcolorversion{2.00}