summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fancyvrb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-12 20:39:51 +0000
committerKarl Berry <karl@freefriends.org>2022-04-12 20:39:51 +0000
commitad31bff98a6db79ba6215c672688c5187ca39e57 (patch)
tree97401d84b3f6aed60275c43138cb2a01ca10c660 /Master/texmf-dist/tex/latex/fancyvrb
parent6c856a310ee8889df64c704e1e2118fa30857b1f (diff)
fancyvrb (12apr22)
git-svn-id: svn://tug.org/texlive/trunk@63012 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
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
index 86fdbef54e9..cd7a2478a12 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>
-%% 2000-2021 ... , by Herbert Voss <hvoss@tug.org>
+%% 2000-2022 ... , 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,8 +13,8 @@
%% verbatim environments and commands and extensive documentation.
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{4.1b}
-\def\filedate{2021/12/21}
+\def\fileversion{4.2}
+\def\filedate{2022/04/12}
\ProvidesPackage{fancyvrb}[\filedate\space \fileversion\space verbatim text (tvz,hv)]
%\message{Style option: `fancyvrb' v\fileversion \space <\filedate> (tvz)}
\csname fancyvrb@loaded\endcsname
@@ -532,12 +532,12 @@
\catcode`\^^I=\active
\gdef\FV@DefineWhiteSpace{\def {\FV@Space}\def^^I{\FV@Tab}}%
\endgroup
-\define@key{FV}{file_ext}[.tex]{\def\FancyVerbFileExtension{#1}}
+\define@key{FV}{fileext}[.tex]{\def\FancyVerbFileExtension{#1}}
\define@key{FV}{defineactive}[]{\def\FancyVerbDefineActive{#1\relax}}
\define@key{FV}{defineactive*}{%
\expandafter\def\expandafter\FancyVerbDefineActive\expandafter{%
\FancyVerbDefineActive#1\relax}}
-\fvset{defineactive,file_ext=.tex}
+\fvset{defineactive,fileext=.tex}
\define@booleankey{FV}{showspaces}%
{\def\FV@Space{{\FancyVerbSpace}}}%
{\def\FV@Space{\ }}