summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fancyvrb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-21 22:16:30 +0000
committerKarl Berry <karl@freefriends.org>2021-01-21 22:16:30 +0000
commit6df2d4d26fd14fff82c6bbc3b171cb08c037f4cd (patch)
treeaf831a2ba4db286e5a00d947de58ca9f68355caa /Master/texmf-dist/tex/latex/fancyvrb
parent746eb34a3f1b7707f0f6270d7db7897d51877ebc (diff)
fancyvrb (21jan21)
git-svn-id: svn://tug.org/texlive/trunk@57488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fancyvrb')
-rw-r--r--Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty10
-rw-r--r--Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty1
2 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
index 5b64d153b66..2efbf7d2486 100644
--- a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
+++ b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
@@ -2,7 +2,7 @@
%% This is file `fancyvrb.sty',
%%
%% COPYRIGHT 1992-1999, by Timothy Van Zandt <tvz@zandtwerk.kellogg.nwu.edu>
-%% -2020, by Herbert Voss <hvoss@tug.org>
+%% -2021, by Herbert Voss <hvoss@tug.org>
%%
%% This package may be distributed under the terms of the LaTeX Project Public
%% License, as described in lppl.txt in the base LaTeX distribution.
@@ -13,9 +13,9 @@
%% verbatim environments and commands and extensive documentation.
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{3.6}
-\def\filedate{2020/05/03}
-\ProvidesPackage{fancyvrb}[2020/05/03 v3.6 verbatim text (tvz,hv)]
+\def\fileversion{3.7}
+\def\filedate{2021/01/20}
+\ProvidesPackage{fancyvrb}[2021/01/20 v3.7 verbatim text (tvz,hv)]
%\message{Style option: `fancyvrb' v\fileversion \space <\filedate> (tvz)}
\csname fancyvrb@loaded\endcsname
\let\fancyvrb@loaded\endinput
@@ -393,7 +393,7 @@
\global\let\FV@EnvironName\relax
\next}
\@ifundefined{@currenvline}{\let\@currenvline\@empty}{}
-\def\FV@CheckScan#1{\@ifnextchar\@nil{\@gobble}{\FV@EOF}}
+%\def\FV@CheckScan#1{\@ifnextchar\@nil{\@gobble}{\FV@EOF}}
\def\FV@CheckScan#1{\ifx\@nil#1\@empty\else\expandafter\FV@EOF\fi}
\def\FV@EOF{%
\FV@Error{Couldn't find `\string\end{\FV@EnvironName}' to end
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty b/Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty
index 236fdd78f2b..64e9d34cfc4 100644
--- a/Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty
+++ b/Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty
@@ -18,6 +18,7 @@
\newcommand\FvrbEx@ColoredUnderline[3]{%
$\setbox\z@\hbox{\begingroup#3\endgroup}%
\dp\z@\z@\m@th\color{#1}\underline{\textcolor{#2}{\box\z@}}$}
+\providecommand\FvrbEx@ColoredBox{}
\renewcommand\FvrbEx@ColoredBox[3]{%
\fboxsep=1pt\fcolorbox{#2}{#2}{\textcolor{#3}{\textbf{#1}}}}
%\catcode`\^^a7=0