From f256d70b5ef40549e0105c49d1265900bf260505 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 4 May 2024 03:01:06 +0000 Subject: CTAN sync 202405040301 --- support/TeX4ht/source/ChangeLog | 6 ++++++ support/TeX4ht/source/tex4ht-4ht.tex | 26 ++++++++++++++++++++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) (limited to 'support') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index 2429b5742c..7bf38f7cc5 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,9 @@ +2024-05-03 Michal Hoftich + + * tex4ht-4ht.tex (usepackage.4ht, tagpdf-hooks.4ht, + tagpdf-base-hooks.4ht): declare \__tag_whatsits: {} command. + https://github.com/michal-h21/make4ht/issues/145 + 2024-04-24 Karl Berry * tex4ht-4ht.tex (microtype.4ht): use | diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index 4af3079f8a..1abdca7753 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1512 2024-04-24 22:10:14Z karl $ +% $Id: tex4ht-4ht.tex 1513 2024-05-03 14:15:23Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2024 TeX Users Group @@ -5092,14 +5092,36 @@ as it leads to a fatal error. \<<< % tagpdf-hooks.4ht (|version), generated from |jobname.tex -% Copyright 2022 TeX Users Group +% Copyright 2022-2024 TeX Users Group | +\ExplSyntaxOn +% ignore tagpdf's specials +\cs_set_protected:Npn \__tag_whatsits: {} +\ExplSyntaxOff \:AtEndOfPackage{% \RenewDocumentCommand \tagpdfsetup { m }{} } \endinput >>> \AddFile{9}{tagpdf-hooks} +\<<< +\Configure{PackageHooks}{tagpdf-base.sty}{tagpdf-base-hooks.4ht} +>>> + +This file can be used explicitly, we need to provide the whatsits command +here as well. + +\<<< +% tagpd-base-hooks.4ht (|version), generated from |jobname.tex +% Copyright 2024 TeX Users Group +| +\ExplSyntaxOn +% ignore tagpdf's specials +\cs_set_protected:Npn \__tag_whatsits: {} +\ExplSyntaxOff +\endinput +>>> \AddFile{9}{tagpdf-base-hooks} + %%%%%%%%%%%%%%%%%%%%% \Section{accessibility} %%%%%%%%%%%%%%%%%%%%% -- cgit v1.2.3