Ensure that providecolor is defined

This commit is contained in:
Gerard Vermeulen 2023-01-17 08:02:11 +01:00
parent d5457b9ebd
commit a4a5b115db

View File

@ -2585,6 +2585,7 @@ environments and non-floating breakable LaTeX environments by means of
\\renewcommand\\theFancyVerbLine{ \\renewcommand\\theFancyVerbLine{
\\normalsize\\color{black!40!white}\\arabic{FancyVerbLine}} \\normalsize\\color{black!40!white}\\arabic{FancyVerbLine}}
% In case engrave-faces-latex-gen-preamble has not been run. % In case engrave-faces-latex-gen-preamble has not been run.
\\usepackage{xcolor}
\\providecolor{EfD}{HTML}{f7f7f7} \\providecolor{EfD}{HTML}{f7f7f7}
\\providecolor{EFD}{HTML}{28292e} \\providecolor{EFD}{HTML}{28292e}
% To use \\DeclareTColorBox from the tcolorbox package: % To use \\DeclareTColorBox from the tcolorbox package: