summaryrefslogtreecommitdiff
path: root/support/TeX4ht
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-12-13 03:03:57 +0000
committerNorbert Preining <norbert@preining.info>2023-12-13 03:03:57 +0000
commitf914c275329785103a123c35a5d1e5db321c7adf (patch)
tree5604540f88ec03a34cd82aa99707ae77dfdd41e0 /support/TeX4ht
parent20d530d28645a91e4362d87f1b7559a67cfd0e31 (diff)
CTAN sync 202312130303
Diffstat (limited to 'support/TeX4ht')
-rw-r--r--support/TeX4ht/source/ChangeLog12
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex5
2 files changed, 16 insertions, 1 deletions
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 <michal.h21@gmail.com>
+
+ * 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 <michal.h21@gmail.com>
* 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
@@ -2158,6 +2158,9 @@ We put the hook ourselves thanks to Configure{ifthenelse}.
% <biblatex-2.2>
%
\immediate\write\@auxout{%
+ \string\providecommand\string\BibFileName[2][]{}
+ }%
+ \immediate\write\@auxout{%
\string\BibFileName[\therefsection]{\FileName}}%
%
% </biblatex-2.2>