[tex4ht-commits] [SCM] tex4ht updated: r805 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Mon Oct 5 23:02:57 CEST 2020
Author: michal_h21
Date: 2020-10-06 00:02:56 +0300 (Tue, 06 Oct 2020)
New Revision: 805
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
fix for biblatex's patching of the ifthenelse command
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2020-10-03 21:07:05 UTC (rev 804)
+++ trunk/lit/ChangeLog 2020-10-05 21:02:56 UTC (rev 805)
@@ -1,3 +1,7 @@
+2020-10-05 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (biblatex.4ht): fix for ithenelse patching error.
+
2020-10-03 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (fancyvrb.4ht): fixed spurious blank lines that were
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2020-10-03 21:07:05 UTC (rev 804)
+++ trunk/lit/tex4ht-4ht.tex 2020-10-05 21:02:56 UTC (rev 805)
@@ -1903,6 +1903,19 @@
\gHAssign\bibN=0
>>>
+Biblatex recently started to complain about ifthenelse
+patching. It is quite strange, as this patching code is quite
+old and there were no such errors previously. Anyway,
+this code should try to patch ifthenelse using TeX4ht built-in
+mechanism for ifthenelse.
+
+\<config biblatex\><<<
+\def\TE at hook{}
+\AtBeginDocument{%
+ \Configure{ifthenelse}{\TE at hook}
+}
+>>>
+
\<biblatex-with-ooffice\><<<
\def\bibConfigure{\ConfigureList{thebibliography}%
{\IgnorePar\EndP \gHAdvance\bib:N by 1
More information about the tex4ht-commits
mailing list.