[latex3-commits] [latex3/hyperref] develop: remove unneeded beamer patch (359c043)

github at latex-project.org github at latex-project.org
Thu Nov 9 20:08:00 CET 2023


Repository : https://github.com/latex3/hyperref
On branch  : develop
Link       : https://github.com/latex3/hyperref/commit/359c043a4d80ea4c31518dc18aa3f071b14e04f5

>---------------------------------------------------------------

commit 359c043a4d80ea4c31518dc18aa3f071b14e04f5
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Nov 9 20:08:00 2023 +0100

    remove unneeded beamer patch


>---------------------------------------------------------------

359c043a4d80ea4c31518dc18aa3f071b14e04f5
 ChangeLog.txt |  1 +
 nameref.dtx   | 49 -------------------------------------------------
 2 files changed, 1 insertion(+), 49 deletions(-)

diff --git a/ChangeLog.txt b/ChangeLog.txt
index 0fe70ea..183eb67 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,6 +1,7 @@
 2023-11-09 Ulrike Fischer
 	* correct commands in encoding files, issue 307 and 308
 	* remove now unneeded fallbacks for reference commands
+	* nameref: remove unneeded beamer patch
 
 ===========
 Version: 2023-10-27 v7.01e
diff --git a/nameref.dtx b/nameref.dtx
index d282f8d..1843f61 100644
--- a/nameref.dtx
+++ b/nameref.dtx
@@ -596,55 +596,6 @@
 }
 %    \end{macrocode}
 %
-% \subsubsection{Class beamer}
-%
-%    \begin{macrocode}
-\@ifclassloaded{beamer}{%
- \@ifclasslater{beamer}{2022-05-17}
-  {}%do nothing
-  {%
-    \@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}%
-%    \end{macrocode}
-%
-%    Theorem names.
-%    \begin{macrocode}
-      \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}%
-        }%
-      }%
-     }%Hook
-   }{}%@ifundefined
-  }%class later
- }{}
-%    \end{macrocode}
-%
 % \subsubsection{Theorems}
 %
 %    \begin{macrocode}





More information about the latex3-commits mailing list.