From f914c275329785103a123c35a5d1e5db321c7adf Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 13 Dec 2023 03:03:57 +0000 Subject: CTAN sync 202312130303 --- support/TeX4ht/source/ChangeLog | 12 ++++++++++++ support/TeX4ht/source/tex4ht-4ht.tex | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'support/TeX4ht') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index 890c82c655..e0e7610e47 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,15 @@ +2023-12-11 Michal Hoftich + + * tex4ht-4ht.tex (biblatex.4ht): declare the \BibFileName in the aux + file, to prevent compilation errors in the subsequent compilations + with LaTEX. + + * tex4ht-env.tex ( + tex4ht.env-unix, + tex4ht.env-win32 + ): use the -o option with Dvisvgm, to prevent insertion of spurious + text, produced by Dvisvgm, at the start of the generated SVG file. + 2023-12-05 Michal Hoftich * tex4ht-fonts-noncjk.tex ( diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index ae5be04ce3..12c6bfd8f9 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1414 2023-12-03 21:09:44Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1418 2023-12-11 13:44:02Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2023 TeX Users Group @@ -2157,6 +2157,9 @@ We put the hook ourselves thanks to Configure{ifthenelse}. % % % + \immediate\write\@auxout{% + \string\providecommand\string\BibFileName[2][]{} + }% \immediate\write\@auxout{% \string\BibFileName[\therefsection]{\FileName}}% % -- cgit v1.2.3