summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/tagpdf-hooks.4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-05-03 21:40:35 +0000
committerKarl Berry <karl@freefriends.org>2024-05-03 21:40:35 +0000
commit96babb51463b68e24fef93ad95844abe214a62ad (patch)
tree883f70d15e40f5102aa5a6c9b6ab4b2fde7a5046 /Master/texmf-dist/tex/generic/tex4ht/tagpdf-hooks.4ht
parent32875a6b082ad969093a04c9427a7ae554d9b08e (diff)
working on tagging support, tex4ht r1513
git-svn-id: svn://tug.org/texlive/trunk@71165 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/tagpdf-hooks.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/tagpdf-hooks.4ht10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tagpdf-hooks.4ht b/Master/texmf-dist/tex/generic/tex4ht/tagpdf-hooks.4ht
index 5f608b1b16f..c012b7967b8 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/tagpdf-hooks.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/tagpdf-hooks.4ht
@@ -1,5 +1,5 @@
-% tagpdf-hooks.4ht (2022-09-30-14:03), generated from tex4ht-4ht.tex
-% Copyright 2022 TeX Users Group
+% tagpdf-hooks.4ht (2024-05-03-14:34), generated from tex4ht-4ht.tex
+% Copyright 2022-2024 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -16,8 +16,12 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-09-30-14:03}
+\immediate\write-1{version 2024-05-03-14:34}
+\ExplSyntaxOn
+% ignore tagpdf's specials
+\cs_set_protected:Npn \__tag_whatsits: {}
+\ExplSyntaxOff
\:AtEndOfPackage{%
\RenewDocumentCommand \tagpdfsetup { m }{}
}