From d9c472147310b678beb9f80f0e90fc82f8825ec5 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 12 Dec 2022 03:03:41 +0000 Subject: CTAN sync 202212120303 --- support/TeX4ht/source/ChangeLog | 6 ++++++ support/TeX4ht/source/tex4ht-4ht.tex | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'support') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index a8e77d25f2..d0d814e916 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,9 @@ +2022-12-10 Michal Hoftich + + * 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 * tex4ht-4ht.tex (tabularray.4ht), diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index ba24967e2f..2b3f41fe89 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -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 @@ The pdfbase package redefines \`|\@outputpage| macro, which causes tex4ht patche % Copyright 2020 TeX Users Group | \:AtEndOfPackage{% - \let\old:outputpage\@outputpage - \def\@outputpage{\old:outputpage{}} + \expandafter\let\expandafter\@outputpage\csname pbs_outputpage_orig:\endcsname } >>> \AddFile{9}{pdfbase-hooks} -- cgit v1.2.3