From aba7fb229e902758b312ecec84ab6f485c89ba66 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 7 Jan 2024 03:01:57 +0000 Subject: CTAN sync 202401070301 --- macros/latex/contrib/beamer/CHANGELOG.md | 14 +++++++++++++- macros/latex/contrib/beamer/base/beamer.cls | 4 ++-- macros/latex/contrib/beamer/base/beamerarticle.sty | 4 ++-- .../contrib/beamer/base/beamerbaseauxtemplates.sty | 2 +- .../latex/contrib/beamer/base/beamerbaseboxes.sty | 3 ++- .../latex/contrib/beamer/base/beamerbasecolor.sty | 2 +- .../beamer/base/beamerbasecompatibility.sty | 2 +- .../latex/contrib/beamer/base/beamerbasefont.sty | 2 +- .../latex/contrib/beamer/base/beamerbaseframe.sty | 2 +- .../beamer/base/beamerbaseframecomponents.sty | 2 +- .../contrib/beamer/base/beamerbaseframesize.sty | 2 +- .../beamer/base/beamerbaselocalstructure.sty | 6 +++--- .../latex/contrib/beamer/base/beamerbasemodes.sty | 2 +- .../contrib/beamer/base/beamerbasenavigation.sty | 2 +- .../beamer/base/beamerbasenavigationsymbols.tex | 2 +- .../latex/contrib/beamer/base/beamerbasenotes.sty | 2 +- .../contrib/beamer/base/beamerbaseoverlay.sty | 14 +++++++------- .../contrib/beamer/base/beamerbasesection.sty | 2 +- macros/latex/contrib/beamer/base/beamerbasetoc.sty | 2 +- .../contrib/beamer/base/beamerbasetwoscreens.sty | 2 +- .../base/themes/color/beamercolorthemedefault.sty | 2 +- .../base/themes/inner/beamerinnerthemedefault.sty | 2 +- .../base/themes/inner/beamerinnerthemeinmargin.sty | 2 +- .../base/themes/outer/beamerouterthemedefault.sty | 2 +- .../themes/outer/beamerouterthemeinfolines.sty | 2 +- .../base/themes/outer/beamerouterthemeshadow.sty | 2 +- .../base/themes/outer/beamerouterthemesidebar.sty | 2 +- .../themes/outer/beamerouterthemesmoothbars.sty | 2 +- .../themes/outer/beamerouterthemesmoothtree.sty | 2 +- .../base/themes/outer/beamerouterthemesplit.sty | 11 ++++++++--- .../base/themes/outer/beamerouterthemetree.sty | 14 ++++++++------ .../base/themes/theme/beamerthemeSingapore.sty | 2 +- .../beamer/doc/beamerexample-conference-talk.pdf | Bin 345372 -> 254519 bytes .../doc/beamerexample-lecture-beamer-version.pdf | Bin 547778 -> 430783 bytes .../doc/beamerexample-lecture-print-version.pdf | Bin 434214 -> 368272 bytes .../contrib/beamer/doc/beamerug-animations.tex | 2 +- macros/latex/contrib/beamer/doc/beamerug-color.tex | 2 +- .../contrib/beamer/doc/beamerug-compatibility.tex | 2 +- .../latex/contrib/beamer/doc/beamerug-elements.tex | 2 +- macros/latex/contrib/beamer/doc/beamerug-fonts.tex | 2 +- .../latex/contrib/beamer/doc/beamerug-frames.tex | 2 +- .../beamer/doc/beamerug-globalstructure.tex | 2 +- .../contrib/beamer/doc/beamerug-guidelines.tex | 2 +- .../contrib/beamer/doc/beamerug-installation.tex | 2 +- .../contrib/beamer/doc/beamerug-interaction.tex | 2 +- .../contrib/beamer/doc/beamerug-introduction.tex | 2 +- .../contrib/beamer/doc/beamerug-localstructure.tex | 2 +- .../beamer/doc/beamerug-nonpresentation.tex | 4 ++-- macros/latex/contrib/beamer/doc/beamerug-notes.tex | 2 +- .../latex/contrib/beamer/doc/beamerug-overlays.tex | 2 +- .../contrib/beamer/doc/beamerug-solutions.tex | 2 +- .../latex/contrib/beamer/doc/beamerug-tutorial.tex | 2 +- .../contrib/beamer/doc/beamerug-twoscreens.tex | 2 +- .../latex/contrib/beamer/doc/beamerug-workflow.tex | 2 +- .../latex/contrib/beamer/doc/beameruserguide.pdf | Bin 2221482 -> 2193534 bytes .../latex/contrib/beamer/doc/beameruserguide.tex | 6 +++--- .../doc/emulation-examples/beamerexample-foils.tex | 2 +- .../emulation-examples/beamerexample-prosper.tex | 2 +- 58 files changed, 94 insertions(+), 74 deletions(-) (limited to 'macros/latex/contrib/beamer') diff --git a/macros/latex/contrib/beamer/CHANGELOG.md b/macros/latex/contrib/beamer/CHANGELOG.md index 0683e90c84..b6f5cde29e 100644 --- a/macros/latex/contrib/beamer/CHANGELOG.md +++ b/macros/latex/contrib/beamer/CHANGELOG.md @@ -8,6 +8,17 @@ a major and minor version only. ## [Unreleased] +## [v3.71] + +### Changed + +- scale height of tree and split headlines with fontsize of `section in head/foot` + +### Fixed + +- ensure that shadows of rounded blocks use proper black for their shadow +- using correct template for `\structure` in article mode (see #862) + ## [v3.70] ### Added @@ -243,7 +254,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.70...HEAD +[Unreleased]: https://github.com/josephwright/beamer/compare/v3.71...HEAD +[v3.71]: https://github.com/josephwright/beamer/compare/v3.70...v3.71 [v3.70]: https://github.com/josephwright/beamer/compare/v3.69...v3.70 [v3.69]: https://github.com/josephwright/beamer/compare/v3.68...v3.69 [v3.68]: https://github.com/josephwright/beamer/compare/v3.67...v3.68 diff --git a/macros/latex/contrib/beamer/base/beamer.cls b/macros/latex/contrib/beamer/base/beamer.cls index 3f6bdde044..5b50af3cf9 100644 --- a/macros/latex/contrib/beamer/base/beamer.cls +++ b/macros/latex/contrib/beamer/base/beamer.cls @@ -3,7 +3,7 @@ % Copyright 2011--2013,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2020--2023 by Joseph Wright, samcarter +% Copyright 2020--2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % @@ -13,7 +13,7 @@ % See the file LICENSE.md for more details. \ProvidesClass{beamer} - [2023/05/15 v3.70 A class for typesetting presentations] + [2024/01/06 v3.71 A class for typesetting presentations] % Setup modes and check for article option % Also loads packages required by both beamer and beamerarticle diff --git a/macros/latex/contrib/beamer/base/beamerarticle.sty b/macros/latex/contrib/beamer/base/beamerarticle.sty index f065fe0fb4..49274c1c1d 100644 --- a/macros/latex/contrib/beamer/base/beamerarticle.sty +++ b/macros/latex/contrib/beamer/base/beamerarticle.sty @@ -3,7 +3,7 @@ % Copyright 2012,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2020--2023 by Joseph Wright, samcarter +% Copyright 2020--2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % @@ -13,7 +13,7 @@ % See the file LICENSE.md for more details. \ProvidesPackage{beamerarticle} - [2023/05/15 v3.70 beamer input in article mode] + [2024/01/06 v3.71 beamer input in article mode] % Setup modes and check for article option % Also loads packages required by both beamer and beamerarticle diff --git a/macros/latex/contrib/beamer/base/beamerbaseauxtemplates.sty b/macros/latex/contrib/beamer/base/beamerbaseauxtemplates.sty index ff90d3e7b5..00b36f68d3 100644 --- a/macros/latex/contrib/beamer/base/beamerbaseauxtemplates.sty +++ b/macros/latex/contrib/beamer/base/beamerbaseauxtemplates.sty @@ -3,7 +3,7 @@ % Copyright 2012--2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2021--2023 by Joseph Wright, samcarter +% Copyright 2021--2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbaseboxes.sty b/macros/latex/contrib/beamer/base/beamerbaseboxes.sty index 77c97593a4..678f55c18d 100644 --- a/macros/latex/contrib/beamer/base/beamerbaseboxes.sty +++ b/macros/latex/contrib/beamer/base/beamerbaseboxes.sty @@ -1,7 +1,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c % Copyright 2012,2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2020--2022 by Joseph Wright, samcarter +% Copyright 2020--2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % @@ -186,6 +186,7 @@ \begin{pgfpicture}{0bp}{0bp}{0bp}{0bp} \ifbmb@shadow% \begin{pgfscope} + \pgfsetfillcolor{beamer@safeblack}% \pgfpathrectangle{\pgfpoint{0bp}{-7bp}} {\pgfpoint{\bmb@boxwidth+8bp}{\bmb@boxheight+6bp}} \pgfsetfading{bmb@shadowmask\the\bmb@boxwidth\the\bmb@boxheight}{% diff --git a/macros/latex/contrib/beamer/base/beamerbasecolor.sty b/macros/latex/contrib/beamer/base/beamerbasecolor.sty index c15372756b..25611bdc0f 100644 --- a/macros/latex/contrib/beamer/base/beamerbasecolor.sty +++ b/macros/latex/contrib/beamer/base/beamerbasecolor.sty @@ -2,7 +2,7 @@ % Copyright 2010 by Vedran Mileti\'c % Copyright 2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2020,2022,2023 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbasecompatibility.sty b/macros/latex/contrib/beamer/base/beamerbasecompatibility.sty index 99c2af31ba..fb7a47515e 100644 --- a/macros/latex/contrib/beamer/base/beamerbasecompatibility.sty +++ b/macros/latex/contrib/beamer/base/beamerbasecompatibility.sty @@ -3,7 +3,7 @@ % Copyright 2011,2012,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2017-2020 by Louis Stuart, Joseph Wright -% Copyright 2020--2022 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbasefont.sty b/macros/latex/contrib/beamer/base/beamerbasefont.sty index c85ef322fd..b90ad0b2af 100644 --- a/macros/latex/contrib/beamer/base/beamerbasefont.sty +++ b/macros/latex/contrib/beamer/base/beamerbasefont.sty @@ -3,7 +3,7 @@ % Copyright 2012--2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2020,2021 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbaseframe.sty b/macros/latex/contrib/beamer/base/beamerbaseframe.sty index 5d9f649422..b88adaa9fc 100644 --- a/macros/latex/contrib/beamer/base/beamerbaseframe.sty +++ b/macros/latex/contrib/beamer/base/beamerbaseframe.sty @@ -2,7 +2,7 @@ % Copyright 2010 by Vedran Mileti\'c % Copyright 2011--2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2020,2022,2023 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbaseframecomponents.sty b/macros/latex/contrib/beamer/base/beamerbaseframecomponents.sty index 8d8ff8829f..f1174e2fde 100644 --- a/macros/latex/contrib/beamer/base/beamerbaseframecomponents.sty +++ b/macros/latex/contrib/beamer/base/beamerbaseframecomponents.sty @@ -3,7 +3,7 @@ % Copyright 2011--2013,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2021 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbaseframesize.sty b/macros/latex/contrib/beamer/base/beamerbaseframesize.sty index 71b0901280..4a84db69ee 100644 --- a/macros/latex/contrib/beamer/base/beamerbaseframesize.sty +++ b/macros/latex/contrib/beamer/base/beamerbaseframesize.sty @@ -1,7 +1,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c % Copyright 2011,2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2022 by Joseph Wright, samcarter +% Copyright 2022-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbaselocalstructure.sty b/macros/latex/contrib/beamer/base/beamerbaselocalstructure.sty index 5aa681f16a..1ae6917b8d 100644 --- a/macros/latex/contrib/beamer/base/beamerbaselocalstructure.sty +++ b/macros/latex/contrib/beamer/base/beamerbaselocalstructure.sty @@ -1,7 +1,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010,2012--2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2020--2023 by Joseph Wright, samcarter +% Copyright 2020--2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % @@ -86,8 +86,8 @@ {\usebeamertemplate{alerted text end}}{\color{.}}{}\ignorespaces}{\ifhmode\unskip\fi\end{altenv}} \newenvironment<>{structureenv}{\begin{altenv}#1% - {\usebeamercolor[fg]{structure}\usebeamerfont{structure}\usebeamertemplate{structure text begin}} - {\usebeamertemplate{structure text end}}{\color{.}}{}\ignorespaces}{\ifhmode\unskip\fi\end{altenv}} + {\usebeamercolor[fg]{structure}\usebeamerfont{structure}\usebeamertemplate{structure begin}} + {\usebeamertemplate{structure end}}{\color{.}}{}\ignorespaces}{\ifhmode\unskip\fi\end{altenv}} \newcommand<>{\alert}[1]{\begin{alertenv}#2\relax#1\end{alertenv}} \newcommand<>{\structure}[1]{\begin{structureenv}#2\relax#1\end{structureenv}} diff --git a/macros/latex/contrib/beamer/base/beamerbasemodes.sty b/macros/latex/contrib/beamer/base/beamerbasemodes.sty index a3895f0fa1..0c10a31fa7 100644 --- a/macros/latex/contrib/beamer/base/beamerbasemodes.sty +++ b/macros/latex/contrib/beamer/base/beamerbasemodes.sty @@ -3,7 +3,7 @@ % Copyright 2012,2013,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2021 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbasenavigation.sty b/macros/latex/contrib/beamer/base/beamerbasenavigation.sty index 0ba8359d58..708b4ecf69 100644 --- a/macros/latex/contrib/beamer/base/beamerbasenavigation.sty +++ b/macros/latex/contrib/beamer/base/beamerbasenavigation.sty @@ -2,7 +2,7 @@ % Copyright 2010 by Vedran Mileti\'c % Copyright 2012--2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2022 by Joseph Wright, samcarter +% Copyright 2022-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbasenavigationsymbols.tex b/macros/latex/contrib/beamer/base/beamerbasenavigationsymbols.tex index b2edab5727..5107bf6322 100644 --- a/macros/latex/contrib/beamer/base/beamerbasenavigationsymbols.tex +++ b/macros/latex/contrib/beamer/base/beamerbasenavigationsymbols.tex @@ -2,7 +2,7 @@ % Copyright 2010 by Vedran Mileti\'c % Copyright 2012--2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2022 by Joseph Wright, samcarter +% Copyright 2022-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbasenotes.sty b/macros/latex/contrib/beamer/base/beamerbasenotes.sty index 40becf251d..a3265adf4b 100644 --- a/macros/latex/contrib/beamer/base/beamerbasenotes.sty +++ b/macros/latex/contrib/beamer/base/beamerbasenotes.sty @@ -2,7 +2,7 @@ % Copyright 2010 by Vedran Mileti\'c % Copyright 2012,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2020,2021 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbaseoverlay.sty b/macros/latex/contrib/beamer/base/beamerbaseoverlay.sty index b1e89005ce..76f1acaac5 100644 --- a/macros/latex/contrib/beamer/base/beamerbaseoverlay.sty +++ b/macros/latex/contrib/beamer/base/beamerbaseoverlay.sty @@ -1,7 +1,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010--2013,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2020,2022 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % @@ -653,10 +653,10 @@ % Insert area % \newenvironment{overlayarea}[2]{% - \beamer@animht=#1\relax - \beamer@animwd=#2\relax - \setbox\beamer@areabox=\vbox to\beamer@animwd\bgroup - \strut\begin{minipage}[t]{\beamer@animht}% + \beamer@animwd=#1\relax + \beamer@animht=#2\relax + \setbox\beamer@areabox=\vbox to\beamer@animht\bgroup + \strut\begin{minipage}[t]{\beamer@animwd}% % Make the minipage behave like the main part of the slide \normalfont \raggedright @@ -664,8 +664,8 @@ {% \end{minipage}\endgraf\vfil \egroup - \wd\beamer@areabox=\beamer@animht - \ht\beamer@areabox=\beamer@animwd + \wd\beamer@areabox=\beamer@animwd + \ht\beamer@areabox=\beamer@animht \dp\beamer@areabox=0pt % \box\beamer@areabox } diff --git a/macros/latex/contrib/beamer/base/beamerbasesection.sty b/macros/latex/contrib/beamer/base/beamerbasesection.sty index 7e6167051d..a25986bcff 100644 --- a/macros/latex/contrib/beamer/base/beamerbasesection.sty +++ b/macros/latex/contrib/beamer/base/beamerbasesection.sty @@ -2,7 +2,7 @@ % Copyright 2010 by Vedran Mileti\'c % Copyright 2012,2013,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2021 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbasetoc.sty b/macros/latex/contrib/beamer/base/beamerbasetoc.sty index 2263b66f25..5994ae8dc5 100644 --- a/macros/latex/contrib/beamer/base/beamerbasetoc.sty +++ b/macros/latex/contrib/beamer/base/beamerbasetoc.sty @@ -2,7 +2,7 @@ % Copyright 2010 by Vedran Mileti\'c % Copyright 2012,2013,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2021 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/beamerbasetwoscreens.sty b/macros/latex/contrib/beamer/base/beamerbasetwoscreens.sty index d3796b0f02..10a881c465 100644 --- a/macros/latex/contrib/beamer/base/beamerbasetwoscreens.sty +++ b/macros/latex/contrib/beamer/base/beamerbasetwoscreens.sty @@ -1,7 +1,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c % Copyright 2017 by Joseph Wright -% Copyright 2020 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/themes/color/beamercolorthemedefault.sty b/macros/latex/contrib/beamer/base/themes/color/beamercolorthemedefault.sty index d2e868c577..3344ca9944 100644 --- a/macros/latex/contrib/beamer/base/themes/color/beamercolorthemedefault.sty +++ b/macros/latex/contrib/beamer/base/themes/color/beamercolorthemedefault.sty @@ -1,7 +1,7 @@ % Copyright 2007 by Till Tantau % Copyright 2012,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017--2018 by Louis Stuart, Joseph Wright -% Copyright 2022 by Joseph Wright, samcarter +% Copyright 2022-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/themes/inner/beamerinnerthemedefault.sty b/macros/latex/contrib/beamer/base/themes/inner/beamerinnerthemedefault.sty index b2cf119c87..aaca567400 100644 --- a/macros/latex/contrib/beamer/base/themes/inner/beamerinnerthemedefault.sty +++ b/macros/latex/contrib/beamer/base/themes/inner/beamerinnerthemedefault.sty @@ -1,7 +1,7 @@ % Copyright 2007 by Till Tantau % Copyright 2012--2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2021,2023 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/themes/inner/beamerinnerthemeinmargin.sty b/macros/latex/contrib/beamer/base/themes/inner/beamerinnerthemeinmargin.sty index 41ef33c53b..0f756e97f5 100644 --- a/macros/latex/contrib/beamer/base/themes/inner/beamerinnerthemeinmargin.sty +++ b/macros/latex/contrib/beamer/base/themes/inner/beamerinnerthemeinmargin.sty @@ -1,6 +1,6 @@ % Copyright 2007 by Till Tantau % Copyright 2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2020,2023 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemedefault.sty b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemedefault.sty index 5df57f1130..e88a71fa27 100644 --- a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemedefault.sty +++ b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemedefault.sty @@ -1,7 +1,7 @@ % Copyright 2007 by Till Tantau % Copyright 2012,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2019--2022 by Joseph Wright, samcarter +% Copyright 2019-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemeinfolines.sty b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemeinfolines.sty index baa4d3da7d..5a1d41d2b5 100644 --- a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemeinfolines.sty +++ b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemeinfolines.sty @@ -1,7 +1,7 @@ % Copyright 2007 by Till Tantau % Copyright 2012,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2021,2023 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemeshadow.sty b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemeshadow.sty index 0ff584812e..684e3dbc51 100644 --- a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemeshadow.sty +++ b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemeshadow.sty @@ -1,6 +1,6 @@ % Copyright 2007 by Till Tantau % Copyright 2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2019,2020,2022 by Joseph Wright, samcarter +% Copyright 2019-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesidebar.sty b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesidebar.sty index dff5a8b4ef..76bde65a4b 100644 --- a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesidebar.sty +++ b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesidebar.sty @@ -1,7 +1,7 @@ % Copyright 2007 by Till Tantau % Copyright 2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2021,2022 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesmoothbars.sty b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesmoothbars.sty index edc656553b..802867b48c 100644 --- a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesmoothbars.sty +++ b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesmoothbars.sty @@ -1,6 +1,6 @@ % Copyright 2007 by Till Tantau % Copyright 2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2019,2021,2023 by Joseph Wright, samcarter +% Copyright 2019-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesmoothtree.sty b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesmoothtree.sty index cf00c87712..fb924dd26e 100644 --- a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesmoothtree.sty +++ b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesmoothtree.sty @@ -1,6 +1,6 @@ % Copyright 2007 by Till Tantau % Copyright 2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2019,2021 by Joseph Wright, samcarter +% Copyright 2019-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesplit.sty b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesplit.sty index 765cb828a6..20940b7584 100644 --- a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesplit.sty +++ b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemesplit.sty @@ -1,5 +1,6 @@ % Copyright 2007 by Till Tantau % Copyright 2012,2015 by Vedran Mileti\'c, Joseph Wright +% Copyright 2023-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % @@ -28,12 +29,14 @@ \defbeamertemplate*{headline}{split theme} {% \leavevmode% + {\usebeamerfont{section in head/foot}% \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.5ex,dp=1.125ex]{section in head/foot}% \insertsectionnavigationhorizontal{.5\paperwidth}{\hskip0pt plus1filll}{}% \end{beamercolorbox}% \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.5ex,dp=1.125ex]{subsection in head/foot}% + \usebeamerfont{subsection in head/foot}% \insertsubsectionnavigationhorizontal{.5\paperwidth}{}{\hskip0pt plus1filll}% - \end{beamercolorbox}% + \end{beamercolorbox}}% } \else @@ -41,6 +44,7 @@ \defbeamertemplate*{headline}{split theme} {% \leavevmode% + {\usebeamerfont{section in head/foot}% \@tempdimb=2.4375ex% \ifnum\beamer@subsectionmax<\beamer@sectionmax% \multiply\@tempdimb by\beamer@sectionmax% @@ -50,12 +54,13 @@ \ifdim\@tempdimb>0pt% \advance\@tempdimb by 1.825ex% \begin{beamercolorbox}[wd=.5\paperwidth,ht=\@tempdimb]{section in head/foot}% - \vbox to\@tempdimb{\vfil\insertsectionnavigation{.5\paperwidth}\vfil}% + \vbox to\@tempdimb{\vfil\usebeamerfont{section in head/foot}\insertsectionnavigation{.5\paperwidth}\vfil}% \end{beamercolorbox}% \begin{beamercolorbox}[wd=.5\paperwidth,ht=\@tempdimb]{subsection in head/foot}% - \vbox to\@tempdimb{\vfil\insertsubsectionnavigation{.5\paperwidth}\vfil}% + \vbox to\@tempdimb{\vfil\usebeamerfont{subsection in head/foot}\insertsubsectionnavigation{.5\paperwidth}\vfil}% \end{beamercolorbox}% \fi% + }% } \fi diff --git a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemetree.sty b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemetree.sty index cc0ab51000..67e233d3ef 100644 --- a/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemetree.sty +++ b/macros/latex/contrib/beamer/base/themes/outer/beamerouterthemetree.sty @@ -1,5 +1,6 @@ % Copyright 2007 by Till Tantau % Copyright 2015 by Vedran Mileti\'c, Joseph Wright +% Copyright 2023-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % @@ -20,13 +21,14 @@ {% \begin{beamercolorbox}[wd=\paperwidth,colsep=1.5pt]{upper separation line head} \end{beamercolorbox} + {\usebeamerfont{title in head/foot}% \begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex,% leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot} - \usebeamerfont{title in head/foot}\insertshorttitle - \end{beamercolorbox} + \insertshorttitle + \end{beamercolorbox}} + {\usebeamerfont{section in head/foot}% \begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex,% leftskip=.3cm,rightskip=.3cm plus1fil]{section in head/foot} - \usebeamerfont{section in head/foot}% \ifbeamer@tree@showhooks \setbox\beamer@tempbox=\hbox{\insertsectionhead}% \ifdim\wd\beamer@tempbox>1pt% @@ -37,10 +39,10 @@ \hskip6pt% \fi% \insertsectionhead - \end{beamercolorbox} + \end{beamercolorbox}} + {\usebeamerfont{subsection in head/foot}% \begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex,% leftskip=.3cm,rightskip=.3cm plus1fil]{subsection in head/foot} - \usebeamerfont{subsection in head/foot}% \ifbeamer@tree@showhooks \setbox\beamer@tempbox=\hbox{\insertsubsectionhead}% \ifdim\wd\beamer@tempbox>1pt% @@ -51,7 +53,7 @@ \hskip12pt% \fi% \insertsubsectionhead - \end{beamercolorbox} + \end{beamercolorbox}} \begin{beamercolorbox}[wd=\paperwidth,colsep=1.5pt]{lower separation line head} \end{beamercolorbox} } diff --git a/macros/latex/contrib/beamer/base/themes/theme/beamerthemeSingapore.sty b/macros/latex/contrib/beamer/base/themes/theme/beamerthemeSingapore.sty index 836d8b3aad..a6a3da25e6 100644 --- a/macros/latex/contrib/beamer/base/themes/theme/beamerthemeSingapore.sty +++ b/macros/latex/contrib/beamer/base/themes/theme/beamerthemeSingapore.sty @@ -1,5 +1,5 @@ % Copyright 2007 by Till Tantau -% Copyright 2023 by Joseph Wright, samcarter +% Copyright 2023-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerexample-conference-talk.pdf b/macros/latex/contrib/beamer/doc/beamerexample-conference-talk.pdf index 570da16429..a5ea91e9c6 100644 Binary files a/macros/latex/contrib/beamer/doc/beamerexample-conference-talk.pdf and b/macros/latex/contrib/beamer/doc/beamerexample-conference-talk.pdf 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 4321ccb202..8e4ef61204 100644 Binary files a/macros/latex/contrib/beamer/doc/beamerexample-lecture-beamer-version.pdf and b/macros/latex/contrib/beamer/doc/beamerexample-lecture-beamer-version.pdf 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 0b4caa9dfa..a426bc70a0 100644 Binary files a/macros/latex/contrib/beamer/doc/beamerexample-lecture-print-version.pdf and b/macros/latex/contrib/beamer/doc/beamerexample-lecture-print-version.pdf differ diff --git a/macros/latex/contrib/beamer/doc/beamerug-animations.tex b/macros/latex/contrib/beamer/doc/beamerug-animations.tex index 7c2573a207..0f5a560ed9 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-animations.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-animations.tex @@ -4,7 +4,7 @@ % Copyright 2012,2013,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2019--2021 by Joseph Wright, samcarter +% Copyright 2019-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-color.tex b/macros/latex/contrib/beamer/doc/beamerug-color.tex index 98db7ab323..037239cc5a 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-color.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-color.tex @@ -2,7 +2,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c % Copyright 2012,2013,2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2020 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-compatibility.tex b/macros/latex/contrib/beamer/doc/beamerug-compatibility.tex index 2283ef5fef..7a3cf2c5ae 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-compatibility.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-compatibility.tex @@ -4,7 +4,7 @@ % Copyright 2012,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2018 by Louis Stuart, Joseph Wright -% Copyright 2021 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-elements.tex b/macros/latex/contrib/beamer/doc/beamerug-elements.tex index 1ac0f0f19a..62bb0636ce 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-elements.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-elements.tex @@ -3,7 +3,7 @@ % Copyright 2010 by Vedran Mileti\'c % Copyright 2012,2014,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2020,2021 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-fonts.tex b/macros/latex/contrib/beamer/doc/beamerug-fonts.tex index 2e8a9fc055..087ff9a310 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-fonts.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-fonts.tex @@ -2,7 +2,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c % Copyright 2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2021,2023 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-frames.tex b/macros/latex/contrib/beamer/doc/beamerug-frames.tex index 23d3bbb32c..34b206e8df 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-frames.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-frames.tex @@ -4,7 +4,7 @@ % Copyright 2013,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2021-2023 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-globalstructure.tex b/macros/latex/contrib/beamer/doc/beamerug-globalstructure.tex index b932184e56..eff5591601 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-globalstructure.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-globalstructure.tex @@ -3,7 +3,7 @@ % Copyright 2010 by Vedran Mileti\'c % Copyright 2012,2013,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2020,2021,2023 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-guidelines.tex b/macros/latex/contrib/beamer/doc/beamerug-guidelines.tex index 9d04aa43ab..fa8f66c258 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-guidelines.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-guidelines.tex @@ -3,7 +3,7 @@ % Copyright 2010 by Vedran Mileti\'c % Copyright 2012,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2020 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-installation.tex b/macros/latex/contrib/beamer/doc/beamerug-installation.tex index 914d15688a..71fa2b41f9 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-installation.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-installation.tex @@ -3,7 +3,7 @@ % Copyright 2010,2013,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2018 by Louis Stuart, Joseph Wright -% Copyright 2020,2021 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-interaction.tex b/macros/latex/contrib/beamer/doc/beamerug-interaction.tex index 1cab0cbd57..8fbdda940d 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-interaction.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-interaction.tex @@ -2,7 +2,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c % Copyright 2013,2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2021 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-introduction.tex b/macros/latex/contrib/beamer/doc/beamerug-introduction.tex index bba0f4329b..feae40d9cd 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-introduction.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-introduction.tex @@ -4,7 +4,7 @@ % Copyright 2012,2013,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2018 by Louis Stuart, Joseph Wright -% Copyright 2020,2021,2023 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-localstructure.tex b/macros/latex/contrib/beamer/doc/beamerug-localstructure.tex index 71b73f653a..577c17dc16 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-localstructure.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-localstructure.tex @@ -4,7 +4,7 @@ % Copyright 2012--2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2019,2021-2023 by Joseph Wright, samcarter +% Copyright 2019-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-nonpresentation.tex b/macros/latex/contrib/beamer/doc/beamerug-nonpresentation.tex index 8e688f9622..2ecd14c5ac 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-nonpresentation.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-nonpresentation.tex @@ -4,7 +4,7 @@ % Copyright 2012,2014,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2019,2021 by Joseph Wright, samcarter +% Copyright 2019-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % @@ -168,7 +168,7 @@ The following workflow steps are optional, but they can simplify the creation of \begin{itemize} \item - In the main file |main.tex|, delete the first line, which sets the document class. + In the main file |main.tex|, delete the first line, which sets the document class. In case the article version is used as a starting point, also remove |\usepackage{beamerarticle}|. \item Create a file named, say, |main.beamer.tex| with the following content: diff --git a/macros/latex/contrib/beamer/doc/beamerug-notes.tex b/macros/latex/contrib/beamer/doc/beamerug-notes.tex index 00c20b5f7e..3316b50835 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-notes.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-notes.tex @@ -2,7 +2,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c % Copyright 2012,2013,2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2020,2021 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-overlays.tex b/macros/latex/contrib/beamer/doc/beamerug-overlays.tex index d65a68eba0..3b2a012cc9 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-overlays.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-overlays.tex @@ -3,7 +3,7 @@ % Copyright 2010 by Vedran Mileti\'c % Copyright 2011--2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2022,2023 by Joseph Wright, samcarter +% Copyright 2022-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-solutions.tex b/macros/latex/contrib/beamer/doc/beamerug-solutions.tex index 199583282b..b0436585dc 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-solutions.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-solutions.tex @@ -2,7 +2,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c % Copyright 2013,2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2021 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-tutorial.tex b/macros/latex/contrib/beamer/doc/beamerug-tutorial.tex index 55413b9685..5a9a87b020 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-tutorial.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-tutorial.tex @@ -2,7 +2,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010,2011,2013,2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2018 by Louis Stuart, Joseph Wright -% Copyright 2021 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-twoscreens.tex b/macros/latex/contrib/beamer/doc/beamerug-twoscreens.tex index f886517e43..19b889a204 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-twoscreens.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-twoscreens.tex @@ -2,7 +2,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c % Copyright 2012,2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2020 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beamerug-workflow.tex b/macros/latex/contrib/beamer/doc/beamerug-workflow.tex index b20a22a368..29001a3fb6 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-workflow.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-workflow.tex @@ -2,7 +2,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c % Copyright 2011--2013,2015 by Vedran Mileti\'c, Joseph Wright -% Copyright 2021 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/beameruserguide.pdf b/macros/latex/contrib/beamer/doc/beameruserguide.pdf index f6810908fa..0a70f5903c 100644 Binary files a/macros/latex/contrib/beamer/doc/beameruserguide.pdf and b/macros/latex/contrib/beamer/doc/beameruserguide.pdf differ diff --git a/macros/latex/contrib/beamer/doc/beameruserguide.tex b/macros/latex/contrib/beamer/doc/beameruserguide.tex index 79b6c2008b..bbd05b38e7 100644 --- a/macros/latex/contrib/beamer/doc/beameruserguide.tex +++ b/macros/latex/contrib/beamer/doc/beameruserguide.tex @@ -3,7 +3,7 @@ % Copyright 2011--2015 by Vedran Mileti\'c, Joseph Wright % Copyright 2016 by Joseph Wright % Copyright 2017,2018 by Louis Stuart, Joseph Wright -% Copyright 2020--2023 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % @@ -14,7 +14,7 @@ \documentclass{ltxdoc} -\def\beamerugversion{3.70} +\def\beamerugversion{3.71} \def\beamerugpgfversion{3.1.7} \def\beamerugxcolorversion{2.00} @@ -26,7 +26,7 @@ \usepackage{pifont} \usepackage{makeidx} \usepackage{pgf,xcolor} -\AddToHook{package/hyperref/after}{\hypersetup{pdfborder={0 0 0},bookmarksnumbered}} +\usepackage[pdfborder={0 0 0},bookmarksnumbered]{hyperref} \usepackage[left=2.25cm,right=2.25cm,top=2.5cm,bottom=2.5cm,nohead]{geometry} \usepackage{translator} \usepackage{tikz} diff --git a/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-foils.tex b/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-foils.tex index 0c1c4c317e..3606068256 100644 --- a/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-foils.tex +++ b/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-foils.tex @@ -1,5 +1,5 @@ % Copyright 2007 by Till Tantau -% Copyright 2021 by Joseph Wright, samcarter +% Copyright 2021-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % diff --git a/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-prosper.tex b/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-prosper.tex index a386b4781b..f1844f86f7 100644 --- a/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-prosper.tex +++ b/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-prosper.tex @@ -1,5 +1,5 @@ % Copyright 2007 by Till Tantau -% Copyright 2020,2021 by Joseph Wright, samcarter +% Copyright 2020-2024 by Joseph Wright, samcarter % % This file may be distributed and/or modified % -- cgit v1.2.3