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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Wed Jan 10 10:23:41 CET 2024


Author: michal_h21
Date: 2024-01-10 09:23:41 +0000 (Wed, 10 Jan 2024)
New Revision: 1435

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
fixed fancyverb regression

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-01-05 22:29:16 UTC (rev 1434)
+++ trunk/lit/ChangeLog	2024-01-10 09:23:41 UTC (rev 1435)
@@ -1,3 +1,9 @@
+2024-01-10  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (fancyvrb.4ht): fixed regression in \FVC at Verb in
+	other contexts than \mintinline.
+	https://puszcza.gnu.org.ua/bugs/index.php?617
+
 2024-01-05  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (unicode-math-hooks.4ht): require Amsmath from

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2024-01-05 22:29:16 UTC (rev 1434)
+++ trunk/lit/tex4ht-4ht.tex	2024-01-10 09:23:41 UTC (rev 1435)
@@ -25822,8 +25822,8 @@
 See \Link[://github.com/michal-h21/make4ht/issues/141]{}{}this issue\EndLink.
 
 \<fix fancyvrb\><<<
-\pend:defI\FVC at Verb{\bgroup\let\a:fancyvrb\empty\a:verb}
-\append:defI\FVC at Verb{\b:verb\egroup}
+\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}
+\HLet\FVC at Verb\:tempa
 >>>
 
 \<fix fancyvrb\><<<



More information about the tex4ht-commits mailing list.