texlive[72465] Master/texmf-dist: \FancyVerbBackgroundColor check,
commits+karl at tug.org
commits+karl at tug.org
Sat Oct 5 00:20:37 CEST 2024
Revision: 72465
https://tug.org/svn/texlive?view=revision&revision=72465
Author: karl
Date: 2024-10-05 00:20:37 +0200 (Sat, 05 Oct 2024)
Log Message:
-----------
\FancyVerbBackgroundColor check, tex4ht r1574
Revision Links:
--------------
https://tug.org/svn/texlive?view=revision&revision=1574
Modified Paths:
--------------
trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
trunk/Master/texmf-dist/tex/generic/tex4ht/fancyvrb.4ht
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2024-10-04 21:32:57 UTC (rev 72464)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2024-10-04 22:20:37 UTC (rev 72465)
@@ -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/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2024-10-04 21:32:57 UTC (rev 72464)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2024-10-04 22:20:37 UTC (rev 72465)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1573 2024-10-03 14:04:04Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1574 2024-10-04 12:22:30Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2024 TeX Users Group
@@ -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
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/fancyvrb.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/fancyvrb.4ht 2024-10-04 21:32:57 UTC (rev 72464)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/fancyvrb.4ht 2024-10-04 22:20:37 UTC (rev 72465)
@@ -1,4 +1,4 @@
-% fancyvrb.4ht (2024-09-27-09:25), generated from tex4ht-4ht.tex
+% fancyvrb.4ht (2024-10-04-14:44), generated from tex4ht-4ht.tex
% Copyright 1997-2009 Eitan M. Gurari
% Copyright 2009-2024 TeX Users Group
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2024-09-27-09:25}
+\immediate\write-1{version 2024-10-04-14:44}
\pend:def\FV at FormattingPrep{\let\fv:color\empty
@@ -46,7 +46,9 @@
\let\HColor\fv:color \a:fancyvrbcolor%
}\fi
\ifx \FancyVerbFillColor\relax \ifx\FancyVerbBackgroundColor\relax\else%
- \:fvcolor \b:fancyvrbcolor \color{\FancyVerbBackgroundColor}!*?: %
+ \ifdefined\FancyVerbBackgroundColor% this extra check is needed for \BVerbatimInput
+ \:fvcolor \b:fancyvrbcolor \color{\FancyVerbBackgroundColor}!*?: %
+ \fi%
\fi\else%
\:fvcolor \b:fancyvrbcolor \FancyVerbFillColor!*?: %
\fi
More information about the tex-live-commits
mailing list.