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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Tue Dec 14 17:18:24 CET 2021


Author: michal_h21
Date: 2021-12-14 16:18:24 +0000 (Tue, 14 Dec 2021)
New Revision: 1030

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
load ifthen before biblatex chicago

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-12-14 15:42:28 UTC (rev 1029)
+++ trunk/lit/ChangeLog	2021-12-14 16:18:24 UTC (rev 1030)
@@ -1,5 +1,8 @@
 2021-12-14  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-4ht.tex (usepackage.4ht, biblatex-chicago-hooks.4ht): load Ifthen
+	package before BibLaTeX-Chicago.
+	https://puszcza.gnu.org.ua/bugs/?480#discussion
 	* tex4ht-4ht.tex (url.4ht): use \protected for redefinition of the \url
 	command.
 	https://puszcza.gnu.org.ua/bugs/?480#discussion

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2021-12-14 15:42:28 UTC (rev 1029)
+++ trunk/lit/tex4ht-4ht.tex	2021-12-14 16:18:24 UTC (rev 1030)
@@ -2973,7 +2973,21 @@
 \endinput
 >>> \AddFile{6}{biblatex-chicago}
 
+BibLaTeX Chicago fails with errors related to Ifthen package. It seems
+that we need to load it before BibLaTeX.
 
+\<add to usepackage\><<<
+\Configure{PackageHooks}{biblatex-chicago.sty}{biblatex-chicago-hooks.4ht}
+>>>
+
+\<biblatex-chicago-hooks.4ht\><<<
+% biblatex-chicago-hooks.4ht (|version), generated from |jobname.tex
+% Copyright 2021 TeX Users Group
+|<TeX4ht license text|>
+\RequirePackage{ifthen}
+\endinput
+>>> \AddFile{9}{biblatex-chicago-hooks}
+
 %%%%%%%%%%%%%
 \SubSection{debug.bbx}
 %%%%%%%%%%%%%



More information about the tex4ht-commits mailing list.