texlive[71165] Master/texmf-dist: working on tagging support, tex4ht

commits+karl at tug.org commits+karl at tug.org
Fri May 3 23:40:35 CEST 2024


Revision: 71165
          https://tug.org/svn/texlive?view=revision&revision=71165
Author:   karl
Date:     2024-05-03 23:40:35 +0200 (Fri, 03 May 2024)
Log Message:
-----------
working on tagging support, tex4ht r1513

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1513

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/tagpdf-hooks.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/generic/tex4ht/tagpdf-base-hooks.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-05-03 21:24:12 UTC (rev 71164)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-05-03 21:40:35 UTC (rev 71165)
@@ -1,3 +1,9 @@
+2024-05-03  Michal Hoftich  <michal.h21 at 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 at freefriends.org>
 
 	* tex4ht-4ht.tex (microtype.4ht): use |<TeX4ht copywrite|>

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2024-05-03 21:24:12 UTC (rev 71164)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2024-05-03 21:40:35 UTC (rev 71165)
@@ -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,8 +5092,12 @@
 
 \<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 }{}
 }
@@ -5100,6 +5104,24 @@
 \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}
 %%%%%%%%%%%%%%%%%%%%%

Added: trunk/Master/texmf-dist/tex/generic/tex4ht/tagpdf-base-hooks.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/tagpdf-base-hooks.4ht	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/tagpdf-base-hooks.4ht	2024-05-03 21:40:35 UTC (rev 71165)
@@ -0,0 +1,26 @@
+% tagpd-base-hooks.4ht (2024-05-03-14:34), generated from tex4ht-4ht.tex
+% Copyright 2024 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+%   http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2024-05-03-14:34}
+
+\ExplSyntaxOn
+% ignore tagpdf's specials
+\cs_set_protected:Npn \__tag_whatsits: {}
+\ExplSyntaxOff
+\endinput
+


Property changes on: trunk/Master/texmf-dist/tex/generic/tex4ht/tagpdf-base-hooks.4ht
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/tagpdf-hooks.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/tagpdf-hooks.4ht	2024-05-03 21:24:12 UTC (rev 71164)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/tagpdf-hooks.4ht	2024-05-03 21:40:35 UTC (rev 71165)
@@ -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 }{}
 }

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht	2024-05-03 21:24:12 UTC (rev 71164)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht	2024-05-03 21:40:35 UTC (rev 71165)
@@ -1,4 +1,4 @@
-% usepackage.4ht (2024-04-18-14:01), generated from tex4ht-4ht.tex
+% usepackage.4ht (2024-05-03-14:34), generated from tex4ht-4ht.tex
 % Copyright 2003-2009 Eitan M. Gurari
 % Copyright 2009-2024 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2024-04-18-14:01}
+\immediate\write-1{version 2024-05-03-14:34}
 
    \def\:temp{tex4ht}\ifx \:temp\@currname
    \:warning{\string\usepackage{tex4ht} again?}
@@ -70,6 +70,7 @@
 \Configure{PackageHooks}{pdfx.sty}{pdfx-hooks.4ht}
 \Configure{PackageHooks}{lua-widow-control.sty}{lua-widow-control-hooks.4ht}
 \Configure{PackageHooks}{tagpdf.sty}{tagpdf-hooks.4ht}
+\Configure{PackageHooks}{tagpdf-base.sty}{tagpdf-base-hooks.4ht}
 \Configure{PackageHooks}{accessibility.sty}{accessibility-hooks.4ht}
 \Configure{PackageHooks}{embedfile.sty}{embedfile-hooks.4ht}
 \Configure{PackageHooks}{breakurl.sty}{breakurl-hooks.4ht}



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