From 0b26b7204c72706e2a9bb06b8f52ebbe454b3325 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 18 Dec 2021 03:01:04 +0000 Subject: CTAN sync 202112180301 --- support/TeX4ht/source/ChangeLog | 11 +++++++++++ support/TeX4ht/source/tex4ht-4ht.tex | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'support/TeX4ht') 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 + + * 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 * 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 | +\TivhTcats% we need to reset catcodes for : and @ before \RequirePackage \RequirePackage{ifthen} +\catcode`\:=11\makeatletter \endinput >>> \AddFile{9}{biblatex-chicago-hooks} -- cgit v1.2.3