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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Feb 25 22:59:11 CET 2021


Author: michal_h21
Date: 2021-02-25 23:59:11 +0200 (Thu, 25 Feb 2021)
New Revision: 889

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
check for existence of \TE at hook before redefine

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-02-18 19:07:25 UTC (rev 888)
+++ trunk/lit/ChangeLog	2021-02-25 21:59:11 UTC (rev 889)
@@ -1,3 +1,9 @@
+2021-02-25  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (biblatex.4ht): check for existence of \TE at hook before 
+	redefine.
+	https://tex.stackexchange.com/a/584949/2891
+
 2021-02-18  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-fonts-noncjk.tex (

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2021-02-18 19:07:25 UTC (rev 888)
+++ trunk/lit/tex4ht-4ht.tex	2021-02-25 21:59:11 UTC (rev 889)
@@ -1983,7 +1983,9 @@
 
 \<config biblatex\><<<
 \@ifpackageloaded{hyperref}{}{%
+\ifdefined\TE at hook\else%
 \def\TE at hook{}%
+\fi%
 }
 
 \AtBeginDocument{%



More information about the tex4ht-commits mailing list.