texlive[69094] Master/texmf-dist: define \BibFileName, tex4ht r1418

commits+karl at tug.org commits+karl at tug.org
Mon Dec 11 22:56:56 CET 2023


Revision: 69094
          https://tug.org/svn/texlive?view=revision&revision=69094
Author:   karl
Date:     2023-12-11 22:56:56 +0100 (Mon, 11 Dec 2023)
Log Message:
-----------
define \BibFileName, tex4ht r1418

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1418

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2023-12-11 21:10:55 UTC (rev 69093)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2023-12-11 21:56:56 UTC (rev 69094)
@@ -1,3 +1,15 @@
+2023-12-11  Michal Hoftich  <michal.h21 at 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 at gmail.com>
 
 	* tex4ht-fonts-noncjk.tex (

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2023-12-11 21:10:55 UTC (rev 69093)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2023-12-11 21:56:56 UTC (rev 69094)
@@ -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 @@
 % <biblatex-2.2>
 %
   \immediate\write\@auxout{%
+    \string\providecommand\string\BibFileName[2][]{}
+  }%
+  \immediate\write\@auxout{%
       \string\BibFileName[\therefsection]{\FileName}}%
 %
 % </biblatex-2.2>

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht	2023-12-11 21:10:55 UTC (rev 69093)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht	2023-12-11 21:56:56 UTC (rev 69094)
@@ -1,4 +1,4 @@
-% biblatex.4ht (2023-04-06-13:28), generated from tex4ht-4ht.tex
+% biblatex.4ht (2023-12-11-13:31), generated from tex4ht-4ht.tex
 % Copyright 2007-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-04-06-13:28}
+\immediate\write-1{version 2023-12-11-13:31}
 
    \def\make:blx:ver#1.#2#3\relax{%
    %\ifdim#1pt< 3pt \xdef\blx:ver:no{2}\else\xdef\blx:ver:no{3}\fi%
@@ -122,6 +122,9 @@
 % <biblatex-2.2>
 %
   \immediate\write\@auxout{%
+    \string\providecommand\string\BibFileName[2][]{}
+  }%
+  \immediate\write\@auxout{%
       \string\BibFileName[\therefsection]{\FileName}}%
 %
 % </biblatex-2.2>



More information about the tex-live-commits mailing list.