summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fancyvrb
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-04-13 03:00:47 +0000
committerNorbert Preining <norbert@preining.info>2022-04-13 03:00:47 +0000
commit62ceabeefc18d431d171a1d2080bd79e858ff722 (patch)
tree576b281bc6a05c736a55a5c686fb30e4e3808f68 /macros/latex/contrib/fancyvrb
parentf713ac513a897193c8b6ac8e34d55d8490fe270f (diff)
CTAN sync 202204130300
Diffstat (limited to 'macros/latex/contrib/fancyvrb')
-rw-r--r--macros/latex/contrib/fancyvrb/Changes1
-rw-r--r--macros/latex/contrib/fancyvrb/README2
-rw-r--r--macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdfbin141124 -> 141127 bytes
-rw-r--r--macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex1
-rw-r--r--macros/latex/contrib/fancyvrb/latex/fancyvrb.sty10
5 files changed, 8 insertions, 6 deletions
diff --git a/macros/latex/contrib/fancyvrb/Changes b/macros/latex/contrib/fancyvrb/Changes
index c903c62ef2..8053f8e8d7 100644
--- a/macros/latex/contrib/fancyvrb/Changes
+++ b/macros/latex/contrib/fancyvrb/Changes
@@ -1,4 +1,5 @@
--- fancyvrb.sty
+4.2 2022/04/12 - change option file_ext to fileext (hv)
4.1b 2021/12/21 - fix for ~ in message (hv)
4.1a 2021/11/24 - updated filedate (hv)
4.1 2021/11/24 - make lastline without argument possible (hv)
diff --git a/macros/latex/contrib/fancyvrb/README b/macros/latex/contrib/fancyvrb/README
index 97c41fe60a..68a9168d10 100644
--- a/macros/latex/contrib/fancyvrb/README
+++ b/macros/latex/contrib/fancyvrb/README
@@ -21,7 +21,7 @@ and conditionally processing text.
`fancyvrb' was heavily used in the typesetting of the "LaTeX Graphics
Companion", by Michel Goossens, Frank Mittelbach, Sebastian Rahtz,
-Denis Roegel, and Herbert Voß, Addison Wesley, 2007.
+Denis Roegel, and Herbert Voß, Addison Wesley, 2007 and Lehmanns Media, 2022
It was presented March 31, 1998 for EuroTeX'98. The original paper is
available on "Cahiers GUTenberg"
diff --git a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf
index 55ccaceaab..a797fa6253 100644
--- a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf
+++ b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf
Binary files differ
diff --git a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
index 40cb65ff83..66b211391f 100644
--- a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
+++ b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
@@ -1,3 +1,4 @@
+\listfiles
\documentclass[twoside]{article}
\usepackage{libertinus-otf}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.9]{AnonymousPro-Regular.ttf}
diff --git a/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty b/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty
index 86fdbef54e..cd7a2478a1 100644
--- a/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty
+++ b/macros/latex/contrib/fancyvrb/latex/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{\ }}