[tex4ht-commits] [SCM] tex4ht updated: r1031 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Dec 16 16:13:33 CET 2021
Author: michal_h21
Date: 2021-12-16 15:13:32 +0000 (Thu, 16 Dec 2021)
New Revision: 1031
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
reset catcodes in biblatex-chicago-hooks.4ht
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-12-14 16:18:24 UTC (rev 1030)
+++ trunk/lit/ChangeLog 2021-12-16 15:13:32 UTC (rev 1031)
@@ -1,3 +1,9 @@
+2021-12-16 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (biblatex-chicago-hooks.4ht): reset catcodes before loading
+ of Ifthen, colon remains letter otherwise, which causes various issues.
+ https://puszcza.gnu.org.ua/bugs/?480#discussion
+
2021-12-14 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (usepackage.4ht, biblatex-chicago-hooks.4ht): load Ifthen
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2021-12-14 16:18:24 UTC (rev 1030)
+++ trunk/lit/tex4ht-4ht.tex 2021-12-16 15:13:32 UTC (rev 1031)
@@ -2984,7 +2984,9 @@
% biblatex-chicago-hooks.4ht (|version), generated from |jobname.tex
% Copyright 2021 TeX Users Group
|<TeX4ht license text|>
+\TivhTcats% we need to reset catcodes for : and @ before \RequirePackage
\RequirePackage{ifthen}
+\catcode`\:=11\makeatletter
\endinput
>>> \AddFile{9}{biblatex-chicago-hooks}
More information about the tex4ht-commits
mailing list.