texlive[65237] Master/texmf-dist: avoid pdfbase fatal error, tex4ht

commits+karl at tug.org commits+karl at tug.org
Sat Dec 10 22:20:33 CET 2022


Revision: 65237
          http://tug.org/svn/texlive?view=revision&revision=65237
Author:   karl
Date:     2022-12-10 22:20:33 +0100 (Sat, 10 Dec 2022)
Log Message:
-----------
avoid pdfbase fatal error, tex4ht r1263

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

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

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-12-10 20:57:57 UTC (rev 65236)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-12-10 21:20:33 UTC (rev 65237)
@@ -1,3 +1,9 @@
+2022-12-10  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (pdfbase-hooks.4ht): fixed handling of Pdfbase
+	outut routine, to prevent fatal error.
+	https://puszcza.gnu.org.ua/bugs/?586
+
 2022-12-09  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (tabularray.4ht),

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-12-10 20:57:57 UTC (rev 65236)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-12-10 21:20:33 UTC (rev 65237)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1262 2022-12-09 16:11:45Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1263 2022-12-10 21:08:00Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2022 TeX Users Group    
@@ -4890,8 +4890,7 @@
 % Copyright 2020 TeX Users Group
 |<TeX4ht license text|>
 \:AtEndOfPackage{%
-  \let\old:outputpage\@outputpage
-  \def\@outputpage{\old:outputpage{}}
+  \expandafter\let\expandafter\@outputpage\csname pbs_outputpage_orig:\endcsname
 }
 >>> \AddFile{9}{pdfbase-hooks}
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/pdfbase-hooks.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/pdfbase-hooks.4ht	2022-12-10 20:57:57 UTC (rev 65236)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/pdfbase-hooks.4ht	2022-12-10 21:20:33 UTC (rev 65237)
@@ -1,4 +1,4 @@
-% pdfbase-hooks.4ht (2020-10-17-13:53), generated from tex4ht-4ht.tex
+% pdfbase-hooks.4ht (2022-12-10-13:19), generated from tex4ht-4ht.tex
 % Copyright 2020 TeX Users Group
 %
 % This work may be distributed and/or modified under the
@@ -16,10 +16,9 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2020-10-17-13:53}
+\immediate\write-1{version 2022-12-10-13:19}
 
 \:AtEndOfPackage{%
-  \let\old:outputpage\@outputpage
-  \def\@outputpage{\old:outputpage{}}
+  \expandafter\let\expandafter\@outputpage\csname pbs_outputpage_orig:\endcsname
 }
 



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