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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Fri Dec 20 16:34:18 CET 2019


Author: michal_h21
Date: 2019-12-20 17:34:18 +0200 (Fri, 20 Dec 2019)
New Revision: 644

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
Fixed biblatex

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-12-19 14:14:23 UTC (rev 643)
+++ trunk/lit/ChangeLog	2019-12-20 15:34:18 UTC (rev 644)
@@ -1,3 +1,8 @@
+2019-12-20 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (biblatex.4ht): updated for the latest BibLaTeX version.
+	http://puszcza.gnu.org.ua/bugs/?447
+
 2019-12-19 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (usepackage.4ht): prevent the Caption package from patching

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2019-12-19 14:14:23 UTC (rev 643)
+++ trunk/lit/tex4ht-4ht.tex	2019-12-20 15:34:18 UTC (rev 644)
@@ -2078,6 +2078,7 @@
 % and language handling doesn't work. When we execute following code, the language 
 % files are loaded before checking of the success and it seems to work.
  
+\AtBeginDocument{%
 \@ifpackageloaded{babel}
       {% This is required for languages which are never explicitly selected
         % It seems this code was executed also with Polyglossia, where it caused compilation error
@@ -2086,7 +2087,7 @@
        \ifx\@empty\bbl at loaded\else%
        \expandafter\docsvlist\expandafter{\bbl at loaded}%
       \fi}}{}%
-
+}
 \fi % end of version boolean
 >>>
 



More information about the tex4ht-commits mailing list