[tex4ht-commits] [SCM] tex4ht updated: r1560 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Sep 26 16:25:58 CEST 2024
Author: michal_h21
Date: 2024-09-26 14:25:58 +0000 (Thu, 26 Sep 2024)
New Revision: 1560
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
fixed support for fancyvrb bacground colors
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-09-26 13:03:18 UTC (rev 1559)
+++ trunk/lit/ChangeLog 2024-09-26 14:25:58 UTC (rev 1560)
@@ -1,5 +1,8 @@
2024-09-26 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-4ht.tex (fancyvrb.4ht): fixed support for background
+ colors.
+
* tex4ht-4ht.tex (minted.4ht): removed minted at colorbg env, to fix
support for Minted 3.0.
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2024-09-26 13:03:18 UTC (rev 1559)
+++ trunk/lit/tex4ht-4ht.tex 2024-09-26 14:25:58 UTC (rev 1560)
@@ -26194,7 +26194,9 @@
\ifx \fv:color\empty \else{%
\let\HColor\fv:color \a:fancyvrbcolor%
}\fi
- \ifx \FancyVerbFillColor\relax \else%
+ \ifx \FancyVerbFillColor\relax \ifx\FancyVerbBackgroundColor\relax\else%
+ \:fvcolor \b:fancyvrbcolor \color{\FancyVerbBackgroundColor}|<par del|>%
+ \fi\else%
\:fvcolor \b:fancyvrbcolor \FancyVerbFillColor|<par del|>%
\fi
\ifx \FancyVerbRuleColor\relax \else%
More information about the tex4ht-commits
mailing list.