texlive[48604] Master/texmf-dist: beamer (6sep18)
commits+karl at tug.org
commits+karl at tug.org
Thu Sep 6 22:46:29 CEST 2018
Revision: 48604
http://tug.org/svn/texlive?view=revision&revision=48604
Author: karl
Date: 2018-09-06 22:46:29 +0200 (Thu, 06 Sep 2018)
Log Message:
-----------
beamer (6sep18)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
trunk/Master/texmf-dist/doc/latex/beamer/beamerexample-conference-talk.pdf
trunk/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-beamer-version.pdf
trunk/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-print-version.pdf
trunk/Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex
trunk/Master/texmf-dist/doc/latex/beamer/beamerug-fonts.tex
trunk/Master/texmf-dist/doc/latex/beamer/beamerug-notes.tex
trunk/Master/texmf-dist/doc/latex/beamer/beameruserguide.pdf
trunk/Master/texmf-dist/doc/latex/beamer/beameruserguide.tex
trunk/Master/texmf-dist/tex/latex/beamer/beamer.cls
trunk/Master/texmf-dist/tex/latex/beamer/beamerarticle.sty
trunk/Master/texmf-dist/tex/latex/beamer/beamerbasecolor.sty
Modified: trunk/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md 2018-09-06 20:46:11 UTC (rev 48603)
+++ trunk/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md 2018-09-06 20:46:29 UTC (rev 48604)
@@ -8,6 +8,12 @@
## [Unreleased]
+## [v3.53]
+
+### Fixed
+
+- Behavior of `bg` key
+
## [v3.52]
### Fixed
@@ -28,6 +34,7 @@
- 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
Modified: trunk/Master/texmf-dist/doc/latex/beamer/beamerexample-conference-talk.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-beamer-version.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/beamer/beamerexample-lecture-print-version.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex 2018-09-06 20:46:11 UTC (rev 48603)
+++ trunk/Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex 2018-09-06 20:46:29 UTC (rev 48604)
@@ -108,6 +108,8 @@
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).
Modified: trunk/Master/texmf-dist/doc/latex/beamer/beamerug-fonts.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/beamer/beamerug-fonts.tex 2018-09-06 20:46:11 UTC (rev 48603)
+++ trunk/Master/texmf-dist/doc/latex/beamer/beamerug-fonts.tex 2018-09-06 20:46:29 UTC (rev 48604)
@@ -25,7 +25,7 @@
\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}
Modified: trunk/Master/texmf-dist/doc/latex/beamer/beamerug-notes.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/beamer/beamerug-notes.tex 2018-09-06 20:46:11 UTC (rev 48603)
+++ trunk/Master/texmf-dist/doc/latex/beamer/beamerug-notes.tex 2018-09-06 20:46:29 UTC (rev 48604)
@@ -105,6 +105,7 @@
\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}|
Modified: trunk/Master/texmf-dist/doc/latex/beamer/beameruserguide.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/beamer/beameruserguide.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/beamer/beameruserguide.tex 2018-09-06 20:46:11 UTC (rev 48603)
+++ trunk/Master/texmf-dist/doc/latex/beamer/beameruserguide.tex 2018-09-06 20:46:29 UTC (rev 48604)
@@ -13,7 +13,7 @@
\documentclass{ltxdoc}
-\def\beamerugversion{3.52}
+\def\beamerugversion{3.53}
\def\beamerugpgfversion{1.00}
\def\beamerugxcolorversion{2.00}
Modified: trunk/Master/texmf-dist/tex/latex/beamer/beamer.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/beamer/beamer.cls 2018-09-06 20:46:11 UTC (rev 48603)
+++ trunk/Master/texmf-dist/tex/latex/beamer/beamer.cls 2018-09-06 20:46:29 UTC (rev 48604)
@@ -12,7 +12,7 @@
% See the file doc/licenses/LICENSE for more details.
\ProvidesClass{beamer}
- [2018/09/02 v3.52 A class for typesetting presentations]
+ [2018/09/06 v3.53 A class for typesetting presentations]
% Setup modes and check for article option
% Also loads packages required by both beamer and beamerarticle
Modified: trunk/Master/texmf-dist/tex/latex/beamer/beamerarticle.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/beamer/beamerarticle.sty 2018-09-06 20:46:11 UTC (rev 48603)
+++ trunk/Master/texmf-dist/tex/latex/beamer/beamerarticle.sty 2018-09-06 20:46:29 UTC (rev 48604)
@@ -12,7 +12,7 @@
% See the file doc/licenses/LICENSE for more details.
\ProvidesPackage{beamerarticle}
- [2018/09/02 v3.52 beamer input in article mode]
+ [2018/09/06 v3.53 beamer input in article mode]
% Setup modes and check for article option
% Also loads packages required by both beamer and beamerarticle
Modified: trunk/Master/texmf-dist/tex/latex/beamer/beamerbasecolor.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/beamer/beamerbasecolor.sty 2018-09-06 20:46:11 UTC (rev 48603)
+++ trunk/Master/texmf-dist/tex/latex/beamer/beamerbasecolor.sty 2018-09-06 20:46:29 UTC (rev 48604)
@@ -207,7 +207,7 @@
\box\beamer at tempbox%
\fi%
\else%
- \setbox\beamer at tempbox=\hbox{%
+ \if at tempswa\setbox\beamer at tempbox=\hbox{%
\usebeamercolor{\beamer at colbox@color}%
\hskip-\beamer at colbox@colseps%
\fboxsep=\z@\colorbox{bg}{%
@@ -216,7 +216,7 @@
\hskip\beamer at colbox@colseps%
}%
\hskip-\beamer at colbox@colseps%
- }%
+ }\fi%
\ifdim\wd\beamer at tempbox>\textwidth%
\setbox\beamer at tempbox=\hbox to\textwidth{\hskip0pt minus\beamer at leftmargin\relax\box\beamer at tempbox\hskip0pt minus\beamer at leftmargin\relax}%
\fi%
More information about the tex-live-commits
mailing list