diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf | bin | 141124 -> 141127 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty | 10 |
5 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/Changes b/Master/texmf-dist/doc/latex/fancyvrb/Changes index c903c62ef22..8053f8e8d73 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/Changes +++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/fancyvrb/README b/Master/texmf-dist/doc/latex/fancyvrb/README index 97c41fe60a8..68a9168d10f 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/README +++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf Binary files differindex 55ccaceaabf..a797fa62533 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf +++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex index 40cb65ff838..66b211391f0 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex +++ b/Master/texmf-dist/doc/latex/fancyvrb/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/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{\ }} |