[tex4ht-commits] [SCM] tex4ht updated: r1574 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Fri Oct 4 14:22:31 CEST 2024
Author: michal_h21
Date: 2024-10-04 12:22:30 +0000 (Fri, 04 Oct 2024)
New Revision: 1574
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
added extra check for the definition of \FancyVerbBackgroundColor
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-10-03 14:04:04 UTC (rev 1573)
+++ trunk/lit/ChangeLog 2024-10-04 12:22:30 UTC (rev 1574)
@@ -1,3 +1,8 @@
+2024-10-04 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (fancyvrb.4ht): added extra check for the
+ definition of \FancyVerbBackgroundColor.
+
2024-10-03 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (lua-ul.4ht),
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2024-10-03 14:04:04 UTC (rev 1573)
+++ trunk/lit/tex4ht-4ht.tex 2024-10-04 12:22:30 UTC (rev 1574)
@@ -26214,7 +26214,9 @@
\let\HColor\fv:color \a:fancyvrbcolor%
}\fi
\ifx \FancyVerbFillColor\relax \ifx\FancyVerbBackgroundColor\relax\else%
- \:fvcolor \b:fancyvrbcolor \color{\FancyVerbBackgroundColor}|<par del|>%
+ \ifdefined\FancyVerbBackgroundColor% this extra check is needed for \BVerbatimInput
+ \:fvcolor \b:fancyvrbcolor \color{\FancyVerbBackgroundColor}|<par del|>%
+ \fi%
\fi\else%
\:fvcolor \b:fancyvrbcolor \FancyVerbFillColor|<par del|>%
\fi
More information about the tex4ht-commits
mailing list.