summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-12-18 03:01:04 +0000
committerNorbert Preining <norbert@preining.info>2021-12-18 03:01:04 +0000
commit0b26b7204c72706e2a9bb06b8f52ebbe454b3325 (patch)
treecf803ed180425a7bb671474a7e5ca23f8c6e2c56 /support
parent6827f87d3315fc677ae89a9260d455a312a90864 (diff)
CTAN sync 202112180301
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}