summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fancyvrb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-08 21:54:56 +0000
committerKarl Berry <karl@freefriends.org>2019-01-08 21:54:56 +0000
commitfaf745136d3abef69ac2bbf5d70d7570744c924c (patch)
tree7af4dbf22edbc0c7fe9a3fd06d3880fd429afc63 /Master/texmf-dist/tex/latex/fancyvrb
parentb405a4247e270ac2c19dff420c4dd88ad9bcd550 (diff)
fancyvrb (8jan19)
git-svn-id: svn://tug.org/texlive/trunk@49645 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fancyvrb')
-rw-r--r--Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty6
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 13a796577ca..c1c0e21b938 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.1a}
-\def\filedate{2018/11/20}
+\def\fileversion{3.2}
+\def\filedate{2019/01/08}
\ProvidesPackage{fancyvrb}[\filedate]
\message{Style option: `fancyvrb' v\fileversion \space <\filedate> (tvz)}
\csname fancyvrb@loaded\endcsname
\let\fancyvrb@loaded\endinput
%\ProcessOptions
-\@ifpackageloaded{xcolor}{}{\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}}