[tex4ht-commits] [SCM] tex4ht updated: r1263 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Sat Dec 10 22:08:00 CET 2022
Author: michal_h21
Date: 2022-12-10 21:08:00 +0000 (Sat, 10 Dec 2022)
New Revision: 1263
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
prevent fatal Pdfbase error
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-12-09 16:11:45 UTC (rev 1262)
+++ trunk/lit/ChangeLog 2022-12-10 21:08:00 UTC (rev 1263)
@@ -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/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2022-12-09 16:11:45 UTC (rev 1262)
+++ trunk/lit/tex4ht-4ht.tex 2022-12-10 21:08:00 UTC (rev 1263)
@@ -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}
More information about the tex4ht-commits
mailing list.