summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-05-04 03:01:06 +0000
committerNorbert Preining <norbert@preining.info>2024-05-04 03:01:06 +0000
commitf256d70b5ef40549e0105c49d1265900bf260505 (patch)
treef221abefe2e9e78486f87dcdad3c665950b9f04e /support
parent5fc635e606281a4f66bbc31bfb827fee53a21f96 (diff)
CTAN sync 202405040301HEADmaster
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex26
2 files changed, 30 insertions, 2 deletions
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 <michal.h21@gmail.com>
+
+ * 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 <karl@freefriends.org>
* tex4ht-4ht.tex (microtype.4ht): use |<TeX4ht copywrite|>
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\><<<
% tagpdf-hooks.4ht (|version), generated from |jobname.tex
-% Copyright 2022 TeX Users Group
+% Copyright 2022-2024 TeX Users Group
|<TeX4ht license text|>
+\ExplSyntaxOn
+% ignore tagpdf's specials
+\cs_set_protected:Npn \__tag_whatsits: {}
+\ExplSyntaxOff
\:AtEndOfPackage{%
\RenewDocumentCommand \tagpdfsetup { m }{}
}
\endinput
>>> \AddFile{9}{tagpdf-hooks}
+\<add to usepackage\><<<
+\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.
+
+\<tagpdf-base-hooks.4ht\><<<
+% tagpd-base-hooks.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|>
+\ExplSyntaxOn
+% ignore tagpdf's specials
+\cs_set_protected:Npn \__tag_whatsits: {}
+\ExplSyntaxOff
+\endinput
+>>> \AddFile{9}{tagpdf-base-hooks}
+
%%%%%%%%%%%%%%%%%%%%%
\Section{accessibility}
%%%%%%%%%%%%%%%%%%%%%