diff options
Diffstat (limited to 'support/TeX4ht')
-rw-r--r-- | support/TeX4ht/source/ChangeLog | 6 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-4ht.tex | 5 |
2 files changed, 8 insertions, 3 deletions
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 <michal.h21@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@gmail.com> * 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 |<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} |