summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog11
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex4
2 files changed, 14 insertions, 1 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 209cea5893..8554aae871 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,14 @@
+2021-12-16 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-fonts-ebgaramond.tex: updated EB Garamond fonts.
+ The HTF files are now in various directories depending on the font weight
+ and shape!
+ https://github.com/michal-h21/make4ht/issues/57
+
+ * 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@gmail.com>
* tex4ht-4ht.tex (usepackage.4ht, biblatex-chicago-hooks.4ht): load Ifthen
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 5b9b9d8a80..7389d9d0ec 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1030 2021-12-14 16:18:24Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1031 2021-12-16 15:13:32Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2021 TeX Users Group
@@ -2984,7 +2984,9 @@ that we need to load it before BibLaTeX.
% 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}