texlive[60323] Master/texmf-dist: hyperxml tex4ht r975; datetime2

commits+karl at tug.org commits+karl at tug.org
Wed Aug 25 22:07:07 CEST 2021


Revision: 60323
          http://tug.org/svn/texlive?view=revision&revision=60323
Author:   karl
Date:     2021-08-25 22:07:07 +0200 (Wed, 25 Aug 2021)
Log Message:
-----------
hyperxml tex4ht r975; datetime2 tex4ht r976

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=975
    http://tug.org/svn/texlive?view=revision&revision=976

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/usepackage.4ht

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

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2021-08-25 20:05:06 UTC (rev 60322)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2021-08-25 20:07:07 UTC (rev 60323)
@@ -1,3 +1,11 @@
+2021-08-24  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (usepackage.4ht, hyperxmp.4ht,
+	hyperxmp-hooks.4ht): fixes for the Hyperxmp package.
+	* tex4ht-4ht.tex (usepackage.4ht, 
+	datetime2-hooks.4ht): undefine \pdffeedback command to prevent
+	compilation error.
+
 2021-08-22  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (siunitx.4ht),

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2021-08-25 20:05:06 UTC (rev 60322)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2021-08-25 20:07:07 UTC (rev 60323)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 974 2021-08-22 16:06:00Z michal_h21 $
+% $Id: tex4ht-4ht.tex 976 2021-08-24 14:28:48Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2021 TeX Users Group    
@@ -31710,8 +31710,69 @@
 % \AtEndOfPackage{\AtBeginDocument{\let\a:form\origa:Form}}
 >>>\AddFile{9}{exerquiz-hooks}
 
+\Section{hyperxmp.sty}
+
+
+We want to prevent execution of PDF related commands from 
+Hyperxmp.
+
+\<hyperxmp.4ht\><<<
+% hyperxmp.4ht (|version), generated from |jobname.tex
+% Copyright 2021 TeX Users Group
+|<TeX4ht copywrite|>
+\renewcommand*{\hyxmp at use@first at valid}[3]{}
+\let\hyxmp at embed@packet\relax
+\Hinput{hyperxmp}
+\endinput
+>>>\AddFile{9}{hyperxmp}
+
+
+
+\<add to usepackage\><<<
+\Configure{PackageHooks}{hyperxmp.sty}{hyperxmp-hooks.4ht}
+>>>
+
+It seems that pdfffedback primitive is defined in the DVI mode
+in LuaTeX. This results in package loading error with the
+Hyperxmp package. We make it temporarily undefined, in order
+to prevent execution of the failing code.
+
+\<hyperxmp-hooks.4ht\><<<
+% hyperxmp-hooks.4ht (|version), generated from |jobname.tex
+% Copyright 2021 TeX Users Group
+|<TeX4ht copywrite|>
+% package redefinitions
+\let\orig:pdffeedback\pdffeedback
+\let\pdffeedback\@undefined
+\:AtEndOfPackage{
+\let\pdffeedback\orig:pdffeedback
+}
+
+>>>\AddFile{9}{hyperxmp-hooks}
+
+\Section{datetime2.sty}
  
+\<add to usepackage\><<<
+\Configure{PackageHooks}{datetime2.sty}{datetime2-hooks.4ht}
+>>>
 
+It seems that pdfffedback primitive is defined in the DVI mode
+in LuaTeX. This results in package loading error with the
+Datetime2 package. We make it temporarily undefined, in order
+to prevent execution of the failing code.
+
+\<datetime2-hooks.4ht\><<<
+% datetime2-hooks.4ht (|version), generated from |jobname.tex
+% Copyright 2021 TeX Users Group
+|<TeX4ht copywrite|>
+% package redefinitions
+\let\orig:pdffeedback\pdffeedback
+\let\pdffeedback\@undefined
+\:AtEndOfPackage{
+\let\pdffeedback\orig:pdffeedback
+}
+>>>\AddFile{9}{datetime2-hooks}
+
 \Section{nicefrac.sty}
 
 \<nicefrac.4ht\><<<

Added: trunk/Master/texmf-dist/tex/generic/tex4ht/datetime2-hooks.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/datetime2-hooks.4ht	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/datetime2-hooks.4ht	2021-08-25 20:07:07 UTC (rev 60323)
@@ -0,0 +1,28 @@
+% datetime2-hooks.4ht (2021-08-24-17:04), generated from tex4ht-4ht.tex
+% Copyright 2021 TeX Users Group
+% Copyright 2009-2021 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 2021-08-24-17:04}
+
+% package redefinitions
+\let\orig:pdffeedback\pdffeedback
+\let\pdffeedback\@undefined
+\:AtEndOfPackage{
+\let\pdffeedback\orig:pdffeedback
+}
+


Property changes on: trunk/Master/texmf-dist/tex/generic/tex4ht/datetime2-hooks.4ht
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/generic/tex4ht/hyperxmp-hooks.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/hyperxmp-hooks.4ht	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/hyperxmp-hooks.4ht	2021-08-25 20:07:07 UTC (rev 60323)
@@ -0,0 +1,29 @@
+% hyperxmp-hooks.4ht (2021-08-24-17:04), generated from tex4ht-4ht.tex
+% Copyright 2021 TeX Users Group
+% Copyright 2009-2021 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 2021-08-24-17:04}
+
+% package redefinitions
+\let\orig:pdffeedback\pdffeedback
+\let\pdffeedback\@undefined
+\:AtEndOfPackage{
+\let\pdffeedback\orig:pdffeedback
+}
+
+


Property changes on: trunk/Master/texmf-dist/tex/generic/tex4ht/hyperxmp-hooks.4ht
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/generic/tex4ht/hyperxmp.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/hyperxmp.4ht	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/hyperxmp.4ht	2021-08-25 20:07:07 UTC (rev 60323)
@@ -0,0 +1,26 @@
+% hyperxmp.4ht (2021-08-24-17:04), generated from tex4ht-4ht.tex
+% Copyright 2021 TeX Users Group
+% Copyright 2009-2021 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 2021-08-24-17:04}
+
+\renewcommand*{\hyxmp at use@first at valid}[3]{}
+\let\hyxmp at embed@packet\relax
+\Hinput{hyperxmp}
+\endinput
+


Property changes on: trunk/Master/texmf-dist/tex/generic/tex4ht/hyperxmp.4ht
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht	2021-08-25 20:05:06 UTC (rev 60322)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht	2021-08-25 20:07:07 UTC (rev 60323)
@@ -1,4 +1,4 @@
-% usepackage.4ht (2021-05-06-14:39), generated from tex4ht-4ht.tex
+% usepackage.4ht (2021-08-24-17:04), generated from tex4ht-4ht.tex
 % Copyright 2003-2009 Eitan M. Gurari
 % Copyright 2009-2021 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2021-05-06-14:39}
+\immediate\write-1{version 2021-08-24-17:04}
 
    \def\:temp{tex4ht}\ifx \:temp\@currname
    \:warning{\string\usepackage{tex4ht} again?}
@@ -67,6 +67,8 @@
 \Configure{PackageHooks}{imakeidx.sty}{imakeidx-hooks.4ht}
 \Configure{PackageHooks}{fancyhdr.sty}{fancyhdr-hooks.4ht}
 \Configure{PackageHooks}{exerquiz.sty}{exerquiz-hooks.4ht}
+\Configure{PackageHooks}{hyperxmp.sty}{hyperxmp-hooks.4ht}
+\Configure{PackageHooks}{datetime2.sty}{datetime2-hooks.4ht}
 
 
 \endinput



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