[tex4ht-commits] [SCM] tex4ht updated: r1418 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Dec 11 14:44:03 CET 2023


Author: michal_h21
Date: 2023-12-11 13:44:02 +0000 (Mon, 11 Dec 2023)
New Revision: 1418

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
fixed undefined \BibFileName with LaTeX

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2023-12-11 13:06:05 UTC (rev 1417)
+++ trunk/lit/ChangeLog	2023-12-11 13:44:02 UTC (rev 1418)
@@ -1,5 +1,9 @@
 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

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2023-12-11 13:06:05 UTC (rev 1417)
+++ trunk/lit/tex4ht-4ht.tex	2023-12-11 13:44:02 UTC (rev 1418)
@@ -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>



More information about the tex4ht-commits mailing list.