diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-20 22:00:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-20 22:00:50 +0000 |
commit | 42eff5693942b148c8383dcd55fdef11b6dea22e (patch) | |
tree | eb58ab91b0ca1ad1b2110e8e53cbb4e7ced7156e /Master/texmf-dist/tex/latex/fancyvrb | |
parent | 1118208e21bad9d9554f9d9a4c95f88bf5392855 (diff) |
fancyvrb (20nov18)
git-svn-id: svn://tug.org/texlive/trunk@49203 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fancyvrb')
-rw-r--r-- | Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty index c0982956a43..13a796577ca 100644 --- a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty +++ b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty @@ -13,14 +13,14 @@ %% verbatim environments and commands and extensive documentation. %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{3.0} -\def\filedate{2018/11/01} +\def\fileversion{3.1a} +\def\filedate{2018/11/20} \ProvidesPackage{fancyvrb}[\filedate] \message{Style option: `fancyvrb' v\fileversion \space <\filedate> (tvz)} \csname fancyvrb@loaded\endcsname \let\fancyvrb@loaded\endinput %\ProcessOptions -\RequirePackage{xcolor} % Standard LaTeX `color' package +\@ifpackageloaded{xcolor}{}{\RequirePackage{xcolor}} % Standard LaTeX `color' package \def\FV@Error#1#2{% \edef\@tempc{#2}\expandafter\errhelp\expandafter{\@tempc}% \errmessage{FancyVerb Error:^^J\space\space #1^^J}} |