diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-16 22:08:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-16 22:08:35 +0000 |
commit | 79e6031b02896cd6ebcd0d2bc1fe91857a4ffe96 (patch) | |
tree | 5f35e3835e8183c58cea86f79dabd442e65a32f3 | |
parent | 9c3baf1d92547ef919675aca25267de03788f1c2 (diff) |
catcodes for biblatex-chicago-hooks, tex4ht r1031
git-svn-id: svn://tug.org/texlive/trunk@61330 c570f23f-e606-0410-a88d-b1316a301751
3 files changed, 18 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 209cea5893e..8554aae871a 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index 5b9b9d8a802..7389d9d0ecc 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/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} diff --git a/Master/texmf-dist/tex/generic/tex4ht/biblatex-chicago-hooks.4ht b/Master/texmf-dist/tex/generic/tex4ht/biblatex-chicago-hooks.4ht index b0ebb3e6978..cfeee0cc1eb 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/biblatex-chicago-hooks.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/biblatex-chicago-hooks.4ht @@ -1,4 +1,4 @@ -% biblatex-chicago-hooks.4ht (2021-12-14-13:43), generated from tex4ht-4ht.tex +% biblatex-chicago-hooks.4ht (2021-12-16-13:53), generated from tex4ht-4ht.tex % Copyright 2021 TeX Users Group % % This work may be distributed and/or modified under the @@ -16,8 +16,10 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2021-12-14-13:43} +\immediate\write-1{version 2021-12-16-13:53} +\TivhTcats% we need to reset catcodes for : and @ before \RequirePackage \RequirePackage{ifthen} +\catcode`\:=11\makeatletter \endinput |