[tex4ht-commits] [SCM] tex4ht updated: r1142 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Wed Jun 8 12:36:28 CEST 2022
Author: michal_h21
Date: 2022-06-08 10:36:28 +0000 (Wed, 08 Jun 2022)
New Revision: 1142
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
fixed deprecate warning for minted hooks
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-06-01 21:43:42 UTC (rev 1141)
+++ trunk/lit/ChangeLog 2022-06-08 10:36:28 UTC (rev 1142)
@@ -1,3 +1,8 @@
+2022-06-08 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (minted-sty-hooks.4ht): fixed deprecated way of
+ calling to package hooks.
+
2022-06-01 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-fonts-modern.tex (
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2022-06-01 21:43:42 UTC (rev 1141)
+++ trunk/lit/tex4ht-4ht.tex 2022-06-08 10:36:28 UTC (rev 1142)
@@ -25011,7 +25011,7 @@
% minted-sty-hook.4ht, generated from |jobname.tex
% Copyright 2020 TeX Users Group
|<TeX4ht license text|>
-\AddToHook{package/after/minted}{%
+\AddToHook{package/minted/after}{%
\@ifpackageloaded{xcolor}{}{\RequirePackage{xcolor}}
|<minted breaklines|>
}
More information about the tex4ht-commits
mailing list.