summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-19 21:26:56 +0000
committerKarl Berry <karl@freefriends.org>2021-03-19 21:26:56 +0000
commit739b02ea0fe14b3d8a4b99bcdd89b55c940a8698 (patch)
tree85a15598e62a9094c71a0ce73129044fb4a848f5 /Master/texmf-dist/doc/latex
parent9903e34c4d76a5a1bf74d45b7cd0c1795b3186d6 (diff)
beamer (19mar21)
git-svn-id: svn://tug.org/texlive/trunk@58537 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/beamer/AUTHORS.md1
-rw-r--r--Master/texmf-dist/doc/latex/beamer/CHANGELOG.md10
-rw-r--r--Master/texmf-dist/doc/latex/beamer/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerexample-conference-talk.pdfbin323856 -> 324851 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-beamer-version.pdfbin531267 -> 531872 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-print-version.pdfbin425054 -> 425300 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beameruserguide.pdfbin1837679 -> 1839214 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beameruserguide.tex2
8 files changed, 13 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/AUTHORS.md b/Master/texmf-dist/doc/latex/beamer/AUTHORS.md
index 25368a8c61b..9a1ae9a782c 100644
--- a/Master/texmf-dist/doc/latex/beamer/AUTHORS.md
+++ b/Master/texmf-dist/doc/latex/beamer/AUTHORS.md
@@ -4,6 +4,7 @@
- Louis Stuart <louisstuart96@gmail.com>
- Joseph Wright <joseph.wright@morningstar2.co.uk>
+- samcarter <sam.carter8@aol.com>
## Former
diff --git a/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md b/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
index 1d675b28be1..25609aee6c7 100644
--- a/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
@@ -8,6 +8,12 @@ a major and minor version only.
## [Unreleased]
+## [v3.62]
+
+### Fixed
+- Issue with naming of file hooks (#670)
+- fixed problem with `\insertmainframenumber` in combination with `ignorenonframetext` (see #665)
+
## [v3.61]
### Fixed
@@ -15,6 +21,7 @@ a major and minor version only.
- `\beamer@bibiconwidth` already defined bug (see #652)
- shadowboxes and transparent overlays (see #654)
- workaround for misaligment of biblatex with sidebar theme (see #645)
+- bug with nonshadow rounded boxed (see #660)
## [v3.60]
@@ -123,7 +130,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.61...HEAD
+[Unreleased]: https://github.com/josephwright/beamer/compare/v3.62...HEAD
+[v3.62]: https://github.com/josephwright/beamer/compare/v3.61...v3.62
[v3.61]: https://github.com/josephwright/beamer/compare/v3.60...v3.61
[v3.60]: https://github.com/josephwright/beamer/compare/v3.59...v3.60
[v3.59]: https://github.com/josephwright/beamer/compare/v3.58...v3.59
diff --git a/Master/texmf-dist/doc/latex/beamer/README.md b/Master/texmf-dist/doc/latex/beamer/README.md
index 29bac8c6e3a..a9a23c85e9c 100644
--- a/Master/texmf-dist/doc/latex/beamer/README.md
+++ b/Master/texmf-dist/doc/latex/beamer/README.md
@@ -2,7 +2,7 @@
## Overview
-The `beamer` class is focussed on producing (on-screen) presentations, along
+The `beamer` class is focused on producing (on-screen) presentations, along
with support material such as handouts and speaker notes. Content is created
in a `frame` environment, each of which can be divided up into a number of
slides (actual output pages). A simple 'action' notation is used to specify
@@ -12,7 +12,7 @@ range of environments to enable complex slide relationships to be constructed.
The appearance of slides is controlled by a template system. Many of the
elements of slides can be adjusted by setting simple key-based values in
the preamble. More complex changes can be implemented by altering specific,
-targeted definitions without needing to re-write entire blocks of code. This
+targeted definitions without needing to rewrite entire blocks of code. This
allows a variety of visual appearances to be selected for the same content
source.
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 98aa2550195..9f9e5e7b620 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 c5202584f04..24fec636757 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 21e45e9d4f4..a4e92838cd8 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/beameruserguide.pdf b/Master/texmf-dist/doc/latex/beamer/beameruserguide.pdf
index 766914a0bf1..838932df6ea 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 eda698782a6..fd0f7bcadf0 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.61}
+\def\beamerugversion{3.62}
\def\beamerugpgfversion{1.00}
\def\beamerugxcolorversion{2.00}