texlive[61330] Master/texmf-dist: catcodes for
commits+karl at tug.org
commits+karl at tug.org
Thu Dec 16 23:08:35 CET 2021
Revision: 61330
http://tug.org/svn/texlive?view=revision&revision=61330
Author: karl
Date: 2021-12-16 23:08:35 +0100 (Thu, 16 Dec 2021)
Log Message:
-----------
catcodes for biblatex-chicago-hooks, tex4ht r1031
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=1031
Modified Paths:
--------------
trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
trunk/Master/texmf-dist/tex/generic/tex4ht/biblatex-chicago-hooks.4ht
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2021-12-16 22:05:56 UTC (rev 61329)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2021-12-16 22:08:35 UTC (rev 61330)
@@ -1,3 +1,14 @@
+2021-12-16 Michal Hoftich <michal.h21 at 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 at gmail.com>
* tex4ht-4ht.tex (usepackage.4ht, biblatex-chicago-hooks.4ht): load Ifthen
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2021-12-16 22:05:56 UTC (rev 61329)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2021-12-16 22:08:35 UTC (rev 61330)
@@ -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 @@
% 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}
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/biblatex-chicago-hooks.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/biblatex-chicago-hooks.4ht 2021-12-16 22:05:56 UTC (rev 61329)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/biblatex-chicago-hooks.4ht 2021-12-16 22:08:35 UTC (rev 61330)
@@ -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
More information about the tex-live-commits
mailing list.