texlive[53849] Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty:

commits+karl at tug.org commits+karl at tug.org
Thu Feb 20 00:10:13 CET 2020


Revision: 53849
          http://tug.org/svn/texlive?view=revision&revision=53849
Author:   karl
Date:     2020-02-20 00:10:12 +0100 (Thu, 20 Feb 2020)
Log Message:
-----------
tex4ht.sty

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty	2020-02-19 22:28:45 UTC (rev 53848)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty	2020-02-19 23:10:12 UTC (rev 53849)
@@ -1,8 +1,8 @@
 \ifnum\the\catcode`\%=14\else\expandafter\edef\csname
   \string:RestoreCatcodes\endcsname{\catcode`\%\the
   \catcode`\%}\catcode`\%14\fi
-% tex4ht.sty (2019-03-18-15:24), generated from tex4ht-sty.tex
-% Copyright 2009-2019 TeX Users Group
+% tex4ht.sty (2020-02-18-14:17), generated from tex4ht-sty.tex
+% Copyright 2009-2020 TeX Users Group
 % Copyright 1996-2009 Eitan M. Gurari
 %
 % This work may be distributed and/or modified under the
@@ -20,7 +20,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2019-03-18-15:24}
+\immediate\write-1{version 2020-02-18-14:17}
 
 
 \ifx  \Preamble\UnDef  \else
@@ -646,8 +646,12 @@
 \input tuenc-xetex-input.4ht
 \fi\fi
 
+\def\:AtEndOfPackage{\expandafter\g at addto@macro\csname pkg:end:hook:\@currname.sty\endcsname}
+\def\init:package:hooks#1{\expandafter\def\csname pkg:end:hook:#1\endcsname{}}
+\def\package:hooks#1{\csname pkg:end:hook:#1\endcsname}
 \let\:onefilewithoptions\@onefilewithoptions
-\def\@onefilewithoptions#1[#2]{%
+\def\@onefilewithoptions#1[#2][#3]#4{%
+\init:package:hooks{#1.#4}%
    \let\:temp\@reset at ptions
    \def\@reset at ptions{%
       \let\@reset at ptions\:temp
@@ -659,7 +663,7 @@
       \TivhTcats
 }%
       \def\:currentoptions{#2}
- \:onefilewithoptions#1[#2]}
+\:onefilewithoptions#1[#2][#3]{#4}\package:hooks{#1.#4}}
 \def\a:usepackage{\input usepackage.4ht }
 
 



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