From ed46a8ab21db9425e9751031083dd567215df5d4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 6 Sep 2018 20:46:29 +0000 Subject: beamer (6sep18) git-svn-id: svn://tug.org/texlive/trunk@48604 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/beamer/CHANGELOG.md | 9 ++++++++- .../latex/beamer/beamerexample-conference-talk.pdf | Bin 151133 -> 148873 bytes .../beamerexample-lecture-beamer-version.pdf | Bin 360756 -> 353427 bytes .../beamer/beamerexample-lecture-print-version.pdf | Bin 324224 -> 324224 bytes .../doc/latex/beamer/beamerug-elements.tex | 2 ++ .../texmf-dist/doc/latex/beamer/beamerug-fonts.tex | 2 +- .../texmf-dist/doc/latex/beamer/beamerug-notes.tex | 1 + .../doc/latex/beamer/beameruserguide.pdf | Bin 1610968 -> 1600240 bytes .../doc/latex/beamer/beameruserguide.tex | 2 +- 9 files changed, 13 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/doc/latex/beamer') diff --git a/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md b/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md index 6da02fb898d..e777a34e1fe 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.53] + +### Fixed + +- Behavior of `bg` key + ## [v3.52] ### Fixed @@ -28,6 +34,7 @@ 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.52...HEAD +[Unreleased]: https://github.com/josephwright/beamer/compare/v3.53...HEAD +[v3.53]: https://github.com/josephwright/beamer/compare/v3.52...v3.53 [v3.52]: https://github.com/josephwright/beamer/compare/v3.51...v3.52 [v3.51]: https://github.com/josephwright/beamer/compare/v3.50...v3.51 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 4eb253ceb01..7e55b01334a 100644 Binary files a/Master/texmf-dist/doc/latex/beamer/beamerexample-conference-talk.pdf and b/Master/texmf-dist/doc/latex/beamer/beamerexample-conference-talk.pdf 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 97638d999b4..0bb9f6613dd 100644 Binary files a/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-beamer-version.pdf and b/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-beamer-version.pdf 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 282d0cbcc93..2efe2db6360 100644 Binary files a/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-print-version.pdf and b/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-print-version.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex index 585991542c6..3eec9adcc78 100644 --- a/Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex +++ b/Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex @@ -108,6 +108,8 @@ In the following examples the color theme |seahorse| is used. Since the default At the top and bottom of both the head- and footline and between the navigation bar and the subsection name, separation lines are drawn \emph{if} the background color of |separation line| is set. This separation line will have a height of 3pt. You can get even more fine-grained control over the colors of the separation lines by setting appropriate colors like |lower separation line head|. + \emph{Note:} Make sure the document is organized in the section-subsection-frame structure when using |miniframes| and |smoothbars| theme. Any frame without a |\section| or |\subsection| will bring unpredictable effects in the navigation bar. + The following \meta{options} can be given: \begin{itemize} \item \declare{|footline=empty|} suppresses the footline (default). diff --git a/Master/texmf-dist/doc/latex/beamer/beamerug-fonts.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-fonts.tex index 833b8006e55..411a6dd9a92 100644 --- a/Master/texmf-dist/doc/latex/beamer/beamerug-fonts.tex +++ b/Master/texmf-dist/doc/latex/beamer/beamerug-fonts.tex @@ -25,7 +25,7 @@ The following font themes only change certain font attributes, they do not choos \begin{fontthemeexample}{default} The default font theme installs a sans serif font for all text of the presentation. The default theme installs different font sizes for things like titles or head- and footlines, but does not use boldface or italics for ``highlighting.'' To change some or all text to a serif font, use the |serif| theme. - Note: The command |\mathrm| will always produce upright (not slanted), serif text and the command |\mathsf| will always produce upright, sans-serif text. The command |\mathbf| will produce upright, bold-face, sans-serif or serif text, depending on whether |mathsans| or |mathserif| is used. + \emph{Note:} The command |\mathrm| will always produce upright (not slanted), serif text and the command |\mathsf| will always produce upright, sans-serif text. The command |\mathbf| will produce upright, bold-face, sans-serif or serif text, depending on whether |mathsans| or |mathserif| is used. To produce an upright, sans-serif or serif text, depending on whether |mathsans| or |mathserif| is used, you can use for instance the command |\operatorname| from the |amsmath| package. Using this command instead of |\mathrm| or |\mathsf| directly will automatically adjust upright mathematical text if you switch from sans-serif to serif or back. \end{fontthemeexample} diff --git a/Master/texmf-dist/doc/latex/beamer/beamerug-notes.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-notes.tex index 6ddf9595f69..4914ff13a10 100644 --- a/Master/texmf-dist/doc/latex/beamer/beamerug-notes.tex +++ b/Master/texmf-dist/doc/latex/beamer/beamerug-notes.tex @@ -105,6 +105,7 @@ The following element dictates how the note pages are rendered: \iteminsert{\insertslideintonotes}\marg{magnification} Inserts a ``mini picture'' of the last slide into the current note. The slide will be scaled by the given magnification. + \emph{Note:} The backgrounds, headlines, footlines and sidebars will not appear in the slide. \example |\insertslideintonotes{0.25}| diff --git a/Master/texmf-dist/doc/latex/beamer/beameruserguide.pdf b/Master/texmf-dist/doc/latex/beamer/beameruserguide.pdf index 19b3b01df60..11d759ac2e3 100644 Binary files a/Master/texmf-dist/doc/latex/beamer/beameruserguide.pdf and b/Master/texmf-dist/doc/latex/beamer/beameruserguide.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamer/beameruserguide.tex b/Master/texmf-dist/doc/latex/beamer/beameruserguide.tex index d74363a7088..101614718a7 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.52} +\def\beamerugversion{3.53} \def\beamerugpgfversion{1.00} \def\beamerugxcolorversion{2.00} -- cgit v1.2.3