[tex4ht-commits] [SCM] tex4ht updated: r1496 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Wed Mar 27 09:37:15 CET 2024


Author: michal_h21
Date: 2024-03-27 08:37:14 +0000 (Wed, 27 Mar 2024)
New Revision: 1496

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
use \global\let instead of \glet in fancyvrb

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-03-21 16:39:31 UTC (rev 1495)
+++ trunk/lit/ChangeLog	2024-03-27 08:37:14 UTC (rev 1496)
@@ -1,3 +1,9 @@
+2024-03-27  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (fancyvrb.4ht): changed non-existent \glet command
+	to \global\let
+	https://github.com/michal-h21/make4ht/issues/141
+
 2024-03-21  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-mathml.tex (mathml.4ht): redefine \log and similar LaTeX

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2024-03-21 16:39:31 UTC (rev 1495)
+++ trunk/lit/tex4ht-4ht.tex	2024-03-27 08:37:14 UTC (rev 1496)
@@ -26001,7 +26001,7 @@
 See \Link[://github.com/michal-h21/make4ht/issues/141]{}{}this issue\EndLink.
 
 \<fix fancyvrb\><<<
-\def\:tempa#1{\let\sa:fancyvrb\a:fancyvrb\let\a:fancyvrb\empty\a:verb\o:FVC at Verb:{#1}\glet\a:fancyvrb\sa:fancyvrb\aftergroup\b:verb}
+\def\:tempa#1{\let\sa:fancyvrb\a:fancyvrb\let\a:fancyvrb\empty\a:verb\o:FVC at Verb:{#1}\global\let\a:fancyvrb\sa:fancyvrb\aftergroup\b:verb}
 \HLet\FVC at Verb\:tempa
 >>>
 



More information about the tex4ht-commits mailing list.