texlive[63323] Master/texmf-dist: hyperref (17may22)
commits+karl at tug.org
commits+karl at tug.org
Tue May 17 22:11:02 CEST 2022
Revision: 63323
http://tug.org/svn/texlive?view=revision&revision=63323
Author: karl
Date: 2022-05-17 22:11:02 +0200 (Tue, 17 May 2022)
Log Message:
-----------
hyperref (17may22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt
trunk/Master/texmf-dist/doc/latex/hyperref/README.md
trunk/Master/texmf-dist/doc/latex/hyperref/backref.pdf
trunk/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.html
trunk/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.pdf
trunk/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.tex
trunk/Master/texmf-dist/doc/latex/hyperref/hyperref-linktarget.pdf
trunk/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf
trunk/Master/texmf-dist/doc/latex/hyperref/nameref.pdf
trunk/Master/texmf-dist/source/latex/hyperref/hluatex.dtx
trunk/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
trunk/Master/texmf-dist/source/latex/hyperref/nameref.dtx
trunk/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
trunk/Master/texmf-dist/tex/latex/hyperref/hdvips.def
trunk/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
trunk/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
trunk/Master/texmf-dist/tex/latex/hyperref/hluatex.def
trunk/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
trunk/Master/texmf-dist/tex/latex/hyperref/htexture.def
trunk/Master/texmf-dist/tex/latex/hyperref/hvtex.def
trunk/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
trunk/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
trunk/Master/texmf-dist/tex/latex/hyperref/hxetex.def
trunk/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
trunk/Master/texmf-dist/tex/latex/hyperref/hypertex.def
trunk/Master/texmf-dist/tex/latex/hyperref/nameref.sty
trunk/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
trunk/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
trunk/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
trunk/Master/texmf-dist/tex/latex/hyperref/psdextra.def
trunk/Master/texmf-dist/tex/latex/hyperref/puarenc.def
trunk/Master/texmf-dist/tex/latex/hyperref/puenc-extra.def
trunk/Master/texmf-dist/tex/latex/hyperref/puenc-greekbasic.def
trunk/Master/texmf-dist/tex/latex/hyperref/puenc.def
trunk/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
trunk/Master/texmf-dist/tex/latex/hyperref/xr-hyper.sty
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/doc/latex/hyperref/ChangeLog.txt 2022-05-17 20:11:02 UTC (rev 63323)
@@ -1,3 +1,7 @@
+2022-05-17 Ulrike Fischer/David Carlisle
+ * fixed: beamer patch in nameref has to be delayed after
+ the class has been loaded. issue #236.
+
2022-05-16 Ulrike Fischer/David Carlisle
* fixed: check if \nameref is already defined for compability
with ltugboat.cls (issue #234)
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hyperref/README.md 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/doc/latex/hyperref/README.md 2022-05-17 20:11:02 UTC (rev 63323)
@@ -1,6 +1,6 @@
# README for hyperref bundle
-Version 2022-05-16 v7.00p
+Version 2022-05-17 v7.00q
## INTRODUCTION
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/backref.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.html
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.html 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.html 2022-05-17 20:11:02 UTC (rev 63323)
@@ -25,7 +25,7 @@
class="ec-lmvtt-10x-x-120">https://github.com/latex3/hyperref/issues</span></a><span
class="ec-lmr-12">)</span></div><br />
<div class="date" ><span
-class="ec-lmr-12">2022-05-16 v7.00p</span></div>
+class="ec-lmr-12">2022-05-17 v7.00q</span></div>
</div>
<h3 class="likesectionHead"><a
id="x1-1000"></a>Contents</h3>
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.tex 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.tex 2022-05-17 20:11:02 UTC (rev 63323)
@@ -166,7 +166,7 @@
}
\makeatother
\title{Hypertext marks in \hologo{LaTeX}: a manual for \xpackage{hyperref}}
-\date{2022-05-16 v7.00p}
+\date{2022-05-17 v7.00q}
\begin{document}
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/hyperref-linktarget.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/nameref.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/hyperref/hluatex.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/hyperref/hluatex.dtx 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/source/latex/hyperref/hluatex.dtx 2022-05-17 20:11:02 UTC (rev 63323)
@@ -1,6 +1,6 @@
% \iffalse
% Source File: hluatex.dtx
-% 2022-05-16 v7.00p
+% 2022-05-17 v7.00q
%
% Copyright
% 2016-2019 Oberdiek Package Support Group
@@ -31,7 +31,7 @@
%
% \begin{macrocode}
%<*luatex>
-%% 2022-05-16 v7.00p
+%% 2022-05-17 v7.00q
%% force unicode encoding, see issue #101
%% code mostly copied from hxetex.def
\HyPsd at LoadUnicode
Modified: trunk/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/hyperref/hyperref.dtx 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/source/latex/hyperref/hyperref.dtx 2022-05-17 20:11:02 UTC (rev 63323)
@@ -52,7 +52,7 @@
%<puvnenc>\ProvidesFile{puvnenc.def}
%<puarenc>\ProvidesFile{puarenc.def}
%<psdextra>\ProvidesFile{psdextra.def}
-%<!none&!packageEnd> [2022-05-16 v7.00p %
+%<!none&!packageEnd> [2022-05-17 v7.00q %
%<package> Hypertext links for LaTeX]
%<nohyperref> Dummy hyperref (SR)]
%<driver> Hyperref documentation driver file]
Modified: trunk/Master/texmf-dist/source/latex/hyperref/nameref.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/hyperref/nameref.dtx 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/source/latex/hyperref/nameref.dtx 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%<driver>\ProvidesFile{nameref.drv}
% \fi
% \ProvidesFile{nameref.dtx}
- [2022-05-16 v2.49 Cross-referencing by name of section]%
+ [2022-05-17 v2.50 Cross-referencing by name of section]%
%
%
% \iffalse
@@ -566,43 +566,49 @@
%
% \begin{macrocode}
\@ifclassloaded{beamer}{%
- \@ifundefined{NR at nopatch@beamer}
+ \@ifclasslater{beamer}{2022-05-17}
+ {}%do nothing
{%
- \def\NR at PatchBeamer#1{%
- \expandafter\let\csname NRorg at beamer@#1\expandafter\endcsname
- \csname beamer@#1\endcsname
- \begingroup
- \edef\x{\endgroup
- \long\def\expandafter\noexpand\csname beamer@#1\endcsname
- [####1]{% hash-ok
- \noexpand\NR at gettitle{####1}%
- \expandafter\noexpand\csname NRorg at beamer@#1\endcsname
- [{####1}]%
+ \@ifundefined{NR at nopatch@beamer}
+ {%
+ \def\NR at PatchBeamer#1{%
+ \expandafter\let\csname NRorg at beamer@#1\expandafter\endcsname
+ \csname beamer@#1\endcsname
+ \begingroup
+ \edef\x{\endgroup
+ \long\def\expandafter\noexpand\csname beamer@#1\endcsname
+ [####1]{% hash-ok
+ \noexpand\NR at gettitle{####1}%
+ \expandafter\noexpand\csname NRorg at beamer@#1\endcsname
+ [{####1}]%
+ }%
}%
- }%
- \x
- }%
- \NR at PatchBeamer{section}%
- \NR at PatchBeamer{subsection}%
- \NR at PatchBeamer{subsubsection}%
+ \x
+ }%
+ \AddToHook{class/beamer/after}{%
+ \NR at PatchBeamer{section}%
+ \NR at PatchBeamer{subsection}%
+ \NR at PatchBeamer{subsubsection}%
% \end{macrocode}
%
% Theorem names.
% \begin{macrocode}
- \addtobeamertemplate{theorem begin}{%
- \expandafter\NR at gettitle\expandafter{\inserttheoremaddition}%
- }{}%
+ \addtobeamertemplate{theorem begin}{%
+ \expandafter\NR at gettitle\expandafter{\inserttheoremaddition}%
+ }{}%
% \end{macrocode}
% \begin{macrocode}
- \@ifdefinable{\NRorg at beamer@descriptionitem}{%
- \let\NRorg at beamer@descriptionitem\beamer at descriptionitem
- \renewcommand{\beamer at descriptionitem}[1]{%
- \NR at gettitle{#1}%
- \NRorg at beamer@descriptionitem{#1}%
+ \@ifdefinable{\NRorg at beamer@descriptionitem}{%
+ \let\NRorg at beamer@descriptionitem\beamer at descriptionitem
+ \renewcommand{\beamer at descriptionitem}[1]{%
+ \NR at gettitle{#1}%
+ \NRorg at beamer@descriptionitem{#1}%
+ }%
}%
- }%
- }{}%
-}{}
+ }%Hook
+ }{}%@ifundefined
+ }%class later
+ }{}
% \end{macrocode}
%
% \subsubsection{Theorems}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{hdvipdfm.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for dvipdfm]
\Hy at VersionCheck{hdvipdfm.def}
\special{pdf:majorversion \Hy at pdf@majorversion}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hdvips.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hdvips.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hdvips.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{hdvips.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for dvips]
\Hy at VersionCheck{hdvips.def}
\providecommand*{\XR at ext}{pdf}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hdvipson.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hdvipson.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{hdvipson.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for dvipsone]
\Hy at VersionCheck{hdvipson.def}
\providecommand*{\XR at ext}{pdf}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hdviwind.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hdviwind.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{hdviwind.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for dviwindo]
\Hy at VersionCheck{hdviwind.def}
\begingroup
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hluatex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hluatex.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hluatex.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -34,10 +34,10 @@
%%
%% File: hyperref.dtx
\ProvidesFile{hluatex.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for luaTeX]
\Hy at VersionCheck{hluatex.def}
-%% 2022-05-16 v7.00p
+%% 2022-05-17 v7.00q
%% force unicode encoding, see issue #101
%% code mostly copied from hxetex.def
\HyPsd at LoadUnicode
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hpdftex.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hpdftex.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{hpdftex.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for pdfTeX]
\Hy at VersionCheck{hpdftex.def}
\pdf at ifdraftmode{%
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{htex4ht.cfg}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref configuration file for TeX4ht]
\IfFileExists{\jobname.cfg}{\endinput}{}
\Preamble{html}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{htex4ht.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for TeX4ht]
\Hy at VersionCheck{htex4ht.def}
\providecommand*{\XR at ext}{html}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/htexture.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/htexture.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/htexture.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{htexture.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for Textures]
\Hy at VersionCheck{htexture.def}
\providecommand*{\XR at ext}{pdf}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hvtex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hvtex.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hvtex.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{hvtex.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for VTeX in PDF/PS mode]
\Hy at VersionCheck{hvtex.def}
\providecommand*{\XR at ext}{pdf}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{hvtexhtml.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for VTeX in HTML mode]
\Hy at VersionCheck{hvtexhtm.def}
\providecommand*{\XR at ext}{htm}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{hvtexmrk.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for VTeX in PDF/PS mode (pdfmark specials)]
\Hy at VersionCheck{hvtexmrk.def}
\providecommand*{\XR at ext}{pdf}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hxetex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hxetex.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hxetex.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{hxetex.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for XeTeX]
\Hy at VersionCheck{hxetex.def}
\HyPsd at LoadUnicode
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hyperref.sty 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hyperref.sty 2022-05-17 20:11:02 UTC (rev 63323)
@@ -36,7 +36,7 @@
%% File: hyperref.dtx
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\ProvidesPackage{hyperref}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hypertext links for LaTeX]
\begingroup
\@makeother\`%
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hypertex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hypertex.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hypertex.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{hypertex.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref driver for HyperTeX specials]
\Hy at VersionCheck{hypertex.def}
\providecommand*{\XR at ext}{dvi}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/nameref.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/nameref.sty 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/nameref.sty 2022-05-17 20:11:02 UTC (rev 63323)
@@ -58,7 +58,7 @@
%% given in the file `manifest.txt'.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{nameref}
- [2022-05-16 v2.49 Cross-referencing by name of section]%
+ [2022-05-17 v2.50 Cross-referencing by name of section]%
\RequirePackage{refcount}[2006/02/12]
\RequirePackage{gettitlestring}[2009/12/18]
\RequirePackage{ltxcmds}[2009/12/12]
@@ -289,37 +289,43 @@
}{}%
}
\@ifclassloaded{beamer}{%
- \@ifundefined{NR at nopatch@beamer}
+ \@ifclasslater{beamer}{2022-05-17}
+ {}%do nothing
{%
- \def\NR at PatchBeamer#1{%
- \expandafter\let\csname NRorg at beamer@#1\expandafter\endcsname
- \csname beamer@#1\endcsname
- \begingroup
- \edef\x{\endgroup
- \long\def\expandafter\noexpand\csname beamer@#1\endcsname
- [####1]{% hash-ok
- \noexpand\NR at gettitle{####1}%
- \expandafter\noexpand\csname NRorg at beamer@#1\endcsname
- [{####1}]%
+ \@ifundefined{NR at nopatch@beamer}
+ {%
+ \def\NR at PatchBeamer#1{%
+ \expandafter\let\csname NRorg at beamer@#1\expandafter\endcsname
+ \csname beamer@#1\endcsname
+ \begingroup
+ \edef\x{\endgroup
+ \long\def\expandafter\noexpand\csname beamer@#1\endcsname
+ [####1]{% hash-ok
+ \noexpand\NR at gettitle{####1}%
+ \expandafter\noexpand\csname NRorg at beamer@#1\endcsname
+ [{####1}]%
+ }%
}%
+ \x
+ }%
+ \AddToHook{class/beamer/after}{%
+ \NR at PatchBeamer{section}%
+ \NR at PatchBeamer{subsection}%
+ \NR at PatchBeamer{subsubsection}%
+ \addtobeamertemplate{theorem begin}{%
+ \expandafter\NR at gettitle\expandafter{\inserttheoremaddition}%
+ }{}%
+ \@ifdefinable{\NRorg at beamer@descriptionitem}{%
+ \let\NRorg at beamer@descriptionitem\beamer at descriptionitem
+ \renewcommand{\beamer at descriptionitem}[1]{%
+ \NR at gettitle{#1}%
+ \NRorg at beamer@descriptionitem{#1}%
}%
- \x
- }%
- \NR at PatchBeamer{section}%
- \NR at PatchBeamer{subsection}%
- \NR at PatchBeamer{subsubsection}%
- \addtobeamertemplate{theorem begin}{%
- \expandafter\NR at gettitle\expandafter{\inserttheoremaddition}%
- }{}%
- \@ifdefinable{\NRorg at beamer@descriptionitem}{%
- \let\NRorg at beamer@descriptionitem\beamer at descriptionitem
- \renewcommand{\beamer at descriptionitem}[1]{%
- \NR at gettitle{#1}%
- \NRorg at beamer@descriptionitem{#1}%
}%
- }%
- }{}%
-}{}
+ }%Hook
+ }{}%@ifundefined
+ }%class later
+ }{}
\ltx at IfUndefined{@opargbegintheorem}{}{%
\let\NRorg at opargbegintheorem\@opargbegintheorem
\def\@opargbegintheorem#1#2#3{%
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty 2022-05-17 20:11:02 UTC (rev 63323)
@@ -34,7 +34,7 @@
%% File: hyperref.dtx
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\ProvidesPackage{nohyperref}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Dummy hyperref (SR)]
\RequirePackage{letltxmacro}[2008/06/13]
\let\hyper@@anchor\@gobble
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/pd1enc.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/pd1enc.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{pd1enc.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref: PDFDocEncoding definition (HO)]
\DeclareFontEncoding{PD1}{}{}
\DeclareTextAccent{\`}{PD1}{\textasciigrave}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/pdfmark.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/pdfmark.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{pdfmark.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref definitions for pdfmark specials]
\Hy at VersionCheck{pdfmark.def}
\begingroup
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/psdextra.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/psdextra.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/psdextra.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{psdextra.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref: Additions to PDF string support]
\Hy at VersionCheck{psdextra.def}
\newcommand*{\psdmapshortnames}{%
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/puarenc.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/puarenc.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/puarenc.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{puarenc.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref: Additions to puenc.def for Arabi]
\DeclareTextCommand{\hamza}{PU}{\86\041}% U+0621
\DeclareTextCommand{\alefmadda}{PU}{\86\042}% U+0622
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/puenc-extra.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/puenc-extra.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/puenc-extra.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{puenc-extra.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref: PDF Unicode extra definition (HO)]
\DeclareTextCommand{\G}{PU}[1]{#1\83\017}% U+030F
\DeclareTextCompositeCommand{\G}{PU}{\@empty}{\textdoublegrave}%
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/puenc-greekbasic.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/puenc-greekbasic.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/puenc-greekbasic.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{puenc-greekbasic.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref: PDF Unicode definition (greek block) (HO)]
\DeclareTextCommand{\textnumeralsigngreek}{PU}{\83\164}% U+0374
\DeclareTextCommand{\textdexiakeraia}{PU}{\83\164}% U+0374
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/puenc.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/puenc.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/puenc.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{puenc.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref: PDF Unicode definition (HO)]
\DeclareFontEncoding{PU}{}{}
\DeclareTextCommand{\`}{PU}[1]{#1\83\000}% U+0300
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/puvnenc.def 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/puvnenc.def 2022-05-17 20:11:02 UTC (rev 63323)
@@ -33,7 +33,7 @@
%%
%% File: hyperref.dtx
\ProvidesFile{puvnenc.def}
- [2022-05-16 v7.00p %
+ [2022-05-17 v7.00q %
Hyperref: Additions to puenc.def for VnTeX]
\DeclareTextCommand{\abreve}{PU}{\81\003}% U+0103
\DeclareTextCommand{\acircumflex}{PU}{\80\342}% U+00E2
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/xr-hyper.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/xr-hyper.sty 2022-05-17 20:10:44 UTC (rev 63322)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/xr-hyper.sty 2022-05-17 20:11:02 UTC (rev 63323)
@@ -61,7 +61,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{xr-hyper}
- [2022-05-16 v7.00p eXternal References (DPC)]
+ [2022-05-17 v7.00q eXternal References (DPC)]
\def\externaldocument{\@testopt\XR at cite{}}
\let\externalcitedocument\externaldocument
More information about the tex-live-commits
mailing list.