texlive[65491] Master/texmf-dist: hopatch (7jan23)

commits+karl at tug.org commits+karl at tug.org
Sun Jan 8 21:58:13 CET 2023


Revision: 65491
          http://tug.org/svn/texlive?view=revision&revision=65491
Author:   karl
Date:     2023-01-08 21:58:12 +0100 (Sun, 08 Jan 2023)
Log Message:
-----------
hopatch (7jan23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/hopatch/README.md
    trunk/Master/texmf-dist/doc/latex/hopatch/hopatch.pdf
    trunk/Master/texmf-dist/source/latex/hopatch/hopatch.dtx
    trunk/Master/texmf-dist/tex/latex/hopatch/hopatch-2016-05-16.sty
    trunk/Master/texmf-dist/tex/latex/hopatch/hopatch.sty

Modified: trunk/Master/texmf-dist/doc/latex/hopatch/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hopatch/README.md	2023-01-08 20:57:38 UTC (rev 65490)
+++ trunk/Master/texmf-dist/doc/latex/hopatch/README.md	2023-01-08 20:58:12 UTC (rev 65491)
@@ -1,6 +1,6 @@
 # hopatch package for LaTeX
 
-Version: 2020-08-01 v1.4
+Version: 2023-01-07 v1.5
 
 This packages provides a wrapper to various package hooks
 provided by other packages or classes, but does not define
@@ -9,9 +9,11 @@
 
 
 
-## Copyright (C)
-* 2007, 2009-2011  Heiko Oberdiek
-* 2016-2020        Oberdiek Package Support Group
+% Copyright (C)
+%    2009-2011 Heiko Oberdiek
+%    2016-2023 Oberdiek Package Support Group
+%    https://github.com/ho-tex/hopatch/issues
 
+
 ## License
 LATEX Project Public License, version 1.3c or later.

Modified: trunk/Master/texmf-dist/doc/latex/hopatch/hopatch.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/hopatch/hopatch.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/hopatch/hopatch.dtx	2023-01-08 20:57:38 UTC (rev 65490)
+++ trunk/Master/texmf-dist/source/latex/hopatch/hopatch.dtx	2023-01-08 20:58:12 UTC (rev 65491)
@@ -1,12 +1,12 @@
 % \iffalse meta-comment
 %
 % File: hopatch.dtx
-% Version: 2020-08-01 v1.4
+% Version: 2023-01-07 v1.5
 % Info: Wrapper for package hooks
 %
 % Copyright (C)
 %    2011, 2012 Heiko Oberdiek
-%    2016-2020 Oberdiek Package Support Group
+%    2016-2023 Oberdiek Package Support Group
 %    https://github.com/ho-tex/hopatch/issues
 %
 % This work may be distributed and/or modified under the
@@ -80,7 +80,7 @@
 \input docstrip.tex
 \Msg{************************************************************************}
 \Msg{* Installation}
-\Msg{* Package: hopatch 2020-08-01 v1.4 Wrapper for package hooks (HO)}
+\Msg{* Package: hopatch 2023-01-07 v1.5 Wrapper for package hooks (HO)}
 \Msg{************************************************************************}
 
 \keepsilent
@@ -92,11 +92,11 @@
 This is a generated file.
 
 Project: hopatch
-Version: 2020-08-01 v1.4
+Version: 2023-01-07 v1.5
 
 Copyright (C)
    2011, 2012 Heiko Oberdiek
-   2016-2020 Oberdiek Package Support Group
+   2016-2023 Oberdiek Package Support Group
 
 This work may be distributed and/or modified under the
 conditions of the LaTeX Project Public License, either
@@ -158,7 +158,7 @@
 %<*driver>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{hopatch.drv}%
-  [2020-08-01 v1.4 Wrapper for package hooks (HO)]%
+  [2023-01-07 v1.5 Wrapper for package hooks (HO)]%
 \documentclass{ltxdoc}
 \usepackage{holtxdoc}[2011/11/22]
 \usepackage{caption}
@@ -176,7 +176,7 @@
 % \GetFileInfo{hopatch.drv}
 %
 % \title{The \xpackage{hopatch} package}
-% \date{2020-08-01 v1.4}
+% \date{2023-01-07 v1.5}
 % \author{Heiko Oberdiek\thanks
 % {Please report any issues at \url{https://github.com/ho-tex/hopatch/issues}}}
 %
@@ -196,8 +196,11 @@
 % \begin{declcs}{hopatch at AfterPackage} \M{package} \M{patch code}
 % \end{declcs}
 %
-% will use the kernel \texttt{package/after/\meta{package}} hook if a
-% LaTeX format later then 2020/20/01 is detected. This can mean that the
+% will use a generic file hook from the kernel if a
+% LaTeX format later then 2020/20/01 is detected 
+% (\texttt{package/after/\meta{package}} in version 1.4, 
+%  \texttt{package/\meta{package}/after} in version 1.5). 
+% This can mean that the
 % hook code is executed earlier than with version 1.3 (but always after the
 % \meta{package}.
 % If \meta{package} is already loaded, the \meta{patch code} is executed
@@ -312,7 +315,7 @@
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{hopatch}%
-  [2020-08-01 v1.4 Wrapper for package hooks (HO)]
+  [2023-01-07 v1.5 Wrapper for package hooks (HO)]
 %    \end{macrocode}
 %    \begin{macrocode}
 \providecommand\IfFormatAtLeastTF{\@ifl at t@r\fmtversion}
@@ -323,7 +326,7 @@
   \@ifpackageloaded{#1}{%
     \@firstofone
   }{%
-    \AddToHook{package/after/#1}%
+    \AddToHook{package/#1/after}%
   }}
 
 %    \end{macrocode}
@@ -383,7 +386,7 @@
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{hopatch}%
-  [2020-08-01 v1.4 Wrapper for package hooks / legacy code (v1.3) (HO)]
+  [2023-01-07 v1.5 Wrapper for package hooks / legacy code (v1.3) (HO)]
 %    \end{macrocode}
 %
 % \subsection{Resources}
@@ -734,6 +737,9 @@
 %   \item Starting with this version the package will use the hooks provided
 %   by the LaTeX kernel if the format is newer than 2020/10/01.
 %   \end{Version}
+%   \begin{Version}{2023-01-07 v1.5}
+%   \item Correct the name of the package hook
+%   \end{Version}
 % \end{History}
 %
 % \PrintIndex

Modified: trunk/Master/texmf-dist/tex/latex/hopatch/hopatch-2016-05-16.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hopatch/hopatch-2016-05-16.sty	2023-01-08 20:57:38 UTC (rev 65490)
+++ trunk/Master/texmf-dist/tex/latex/hopatch/hopatch-2016-05-16.sty	2023-01-08 20:58:12 UTC (rev 65491)
@@ -9,11 +9,11 @@
 %% This is a generated file.
 %% 
 %% Project: hopatch
-%% Version: 2020-08-01 v1.4
+%% Version: 2023-01-07 v1.5
 %% 
 %% Copyright (C)
 %%    2011, 2012 Heiko Oberdiek
-%%    2016-2020 Oberdiek Package Support Group
+%%    2016-2023 Oberdiek Package Support Group
 %% 
 %% This work may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either
@@ -78,7 +78,7 @@
 \edef\HOpatch at AtEnd{\HOpatch at AtEnd\noexpand\endinput}
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{hopatch}%
-  [2020-08-01 v1.4 Wrapper for package hooks / legacy code (v1.3) (HO)]
+  [2023-01-07 v1.5 Wrapper for package hooks / legacy code (v1.3) (HO)]
 \begingroup\expandafter\expandafter\expandafter\endgroup
 \expandafter\ifx\csname RequirePackage\endcsname\relax
   \def\TMP at RequirePackage#1[#2]{%

Modified: trunk/Master/texmf-dist/tex/latex/hopatch/hopatch.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hopatch/hopatch.sty	2023-01-08 20:57:38 UTC (rev 65490)
+++ trunk/Master/texmf-dist/tex/latex/hopatch/hopatch.sty	2023-01-08 20:58:12 UTC (rev 65491)
@@ -9,11 +9,11 @@
 %% This is a generated file.
 %% 
 %% Project: hopatch
-%% Version: 2020-08-01 v1.4
+%% Version: 2023-01-07 v1.5
 %% 
 %% Copyright (C)
 %%    2011, 2012 Heiko Oberdiek
-%%    2016-2020 Oberdiek Package Support Group
+%%    2016-2023 Oberdiek Package Support Group
 %% 
 %% This work may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either
@@ -38,7 +38,7 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{hopatch}%
-  [2020-08-01 v1.4 Wrapper for package hooks (HO)]
+  [2023-01-07 v1.5 Wrapper for package hooks (HO)]
 \providecommand\IfFormatAtLeastTF{\@ifl at t@r\fmtversion}
 \IfFormatAtLeastTF{2020/10/01}{}{\input{hopatch-2016-05-16.sty}}
 \IfFormatAtLeastTF{2020/10/01}{}{\endinput}
@@ -47,7 +47,7 @@
   \@ifpackageloaded{#1}{%
     \@firstofone
   }{%
-    \AddToHook{package/after/#1}%
+    \AddToHook{package/#1/after}%
   }}
 
 \endinput



More information about the tex-live-commits mailing list.