summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
index f3ad6c79a9a..b35d2098ccb 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
+++ b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
@@ -1,7 +1,7 @@
\ifnum\the\catcode`\%=14\else\expandafter\edef\csname
\string:RestoreCatcodes\endcsname{\catcode`\%\the
\catcode`\%}\catcode`\%14\fi
-% tex4ht.sty (2020-10-16-13:47), generated from tex4ht-sty.tex
+% tex4ht.sty (2020-12-25-13:59), generated from tex4ht-sty.tex
% Copyright 2009-2020 TeX Users Group
% Copyright 1996-2009 Eitan M. Gurari
%
@@ -20,7 +20,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2020-10-16-13:47}
+\immediate\write-1{version 2020-12-25-13:59}
\ifx \Preamble\UnDef \else
@@ -180,6 +180,9 @@
%\let\document\o:document
\ifdefined\AddToHook%
\def\document{\endgroup\o:document}%
+ % use new LaTeX hook system to execute \Configure{AtBeginDocument}
+ \AddToHook{begindocument/before}[tex4ht]{\csname a:AtBeginDocument\endcsname}
+ \AddToHook{begindocument/end}[tex4ht]{\csname b:AtBeginDocument\endcsname}
\else%
\let\document\o:document%
\fi%