From 10d861afad1277f7e626e21428f00537eeab6d0a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 9 Nov 2019 22:02:02 +0000 Subject: fancyvrb (9nov19) git-svn-id: svn://tug.org/texlive/trunk@52710 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fancyvrb/Changes | 1 + .../texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty | 2 +- Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty | 10 ++++--- Master/texmf-dist/tex/latex/fancyvrb/hbaw.sty | 35 ++++------------------ Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty | 35 ++++------------------ 5 files changed, 18 insertions(+), 65 deletions(-) diff --git a/Master/texmf-dist/doc/latex/fancyvrb/Changes b/Master/texmf-dist/doc/latex/fancyvrb/Changes index 40236df70cf..53b45165526 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/Changes +++ b/Master/texmf-dist/doc/latex/fancyvrb/Changes @@ -1,4 +1,5 @@ --- fancyvrb.sty +3.4 2019/11/09 - use catcode change for space if \textvisiblespace doesn't exist (hv) 3.3 2019/10/22 - use \textvisiblespace for showspaces (hv) 3.2a 2019/01/15 - added missing style files (hv) 3.2 2019/01/08 - remove the loading of package xcolor (hv) diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty index 054ede2ada7..72c4d535d30 100644 --- a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty +++ b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty @@ -1,7 +1,7 @@ %% %% This is file `fancyvrb-ex.sty', %% -%% COPYRIGHT 2018-, by Herbert Voss +%% COPYRIGHT 2018,2019-, by Herbert Voss %% %% This package may be distributed under the terms of the LaTeX Project Public %% License, as described in lppl.txt in the base LaTeX distribution. diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty index b9fb18c759b..5026b819e7d 100644 --- a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty +++ b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty @@ -13,8 +13,8 @@ %% verbatim environments and commands and extensive documentation. %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{3.3} -\def\filedate{2019/10/22} +\def\fileversion{3.4} +\def\filedate{2019/11/09} \ProvidesPackage{fancyvrb}[\filedate] \message{Style option: `fancyvrb' v\fileversion \space <\filedate> (tvz)} \csname fancyvrb@loaded\endcsname @@ -529,8 +529,10 @@ \fvset{defineactive} \define@booleankey{FV}{showspaces}% {\def\FV@Space{{\FancyVerbSpace}}}% - {\def\FV@Space{\ }} -{\catcode`\ =12 \gdef\FancyVerbSpace{\texttt{\textvisiblespace}}} + {\def\FV@Space{\ }} +\@ifundefined{textvisiblespace}% + {\begingroup\catcode`\ =12 \gdef\FancyVerbSpace{\tt }\endgroup} + {\let\FancyVerbSpace\textvisiblespace} \fvset{showspaces=false} \def\FV@Tab{\hbox to\FancyVerbTabSize\fontdimen2\font{\hss\FV@TabChar}} \define@key{FV}{tabsize}{% diff --git a/Master/texmf-dist/tex/latex/fancyvrb/hbaw.sty b/Master/texmf-dist/tex/latex/fancyvrb/hbaw.sty index 728f4fe345e..3e1478a27be 100644 --- a/Master/texmf-dist/tex/latex/fancyvrb/hbaw.sty +++ b/Master/texmf-dist/tex/latex/fancyvrb/hbaw.sty @@ -1,39 +1,14 @@ %% %% This is file `hbaw.sty', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% fvrb-ex.dtx (with options: `hbaw') -%% -%% IMPORTANT NOTICE: -%% -%% For the copyright see the source file. %% -%% Any modified versions of this file must be renamed -%% with new filenames distinct from hbaw.sty. -%% -%% For distribution of the original source see the terms -%% for copying and modification in the file fvrb-ex.dtx. -%% -%% This generated file may be distributed as long as the -%% original source files, as listed above, are part of the -%% same distribution. (The sources need not necessarily be -%% in the same archive or directory.) -%% -%% Package `fvrb-ex' (`fvrb-ex', `hbaw' and `hcolor') -%% %% COPYING: -%% The files of this package "fvrb-ex" are released under the Artistic -%% License Version 2. A copy of that license is included in the file -%% artistic2.txt inside the fancyvrb package. This package consists of -%% the following files: -%% README fvrb-ex.dtx fvrb-ex.ins +%% This package may be distributed under the terms of the LaTeX Project Public +%% License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. %% -%% Denis Girou (CNRS/IDRIS - France) -%% March 27, 1998 +%% Denis Girou (CNRS/IDRIS - France) March 27, 1998 +%% packed by Herbert Voss %% -%% Package `hbaw' %% \NeedsTeXFormat{LaTeX2e} \def\fileversion{1.4} diff --git a/Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty b/Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty index 64a29b56665..236fdd78f2b 100644 --- a/Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty +++ b/Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty @@ -1,39 +1,14 @@ %% %% This is file `hcolor.sty', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% fvrb-ex.dtx (with options: `hcolor') -%% -%% IMPORTANT NOTICE: -%% -%% For the copyright see the source file. -%% -%% Any modified versions of this file must be renamed -%% with new filenames distinct from hcolor.sty. -%% -%% For distribution of the original source see the terms -%% for copying and modification in the file fvrb-ex.dtx. -%% -%% This generated file may be distributed as long as the -%% original source files, as listed above, are part of the -%% same distribution. (The sources need not necessarily be -%% in the same archive or directory.) -%% -%% Package `fvrb-ex' (`fvrb-ex', `hbaw' and `hcolor') %% %% COPYING: -%% The files of this package "fvrb-ex" are released under the Artistic -%% License Version 2. A copy of that license is included in the file -%% artistic2.txt inside the fancyvrb package. This package consists of -%% the following files: -%% README fvrb-ex.dtx fvrb-ex.ins +%% This package may be distributed under the terms of the LaTeX Project Public +%% License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. %% -%% Denis Girou (CNRS/IDRIS - France) -%% March 27, 1998 +%% Denis Girou (CNRS/IDRIS - France) March 27, 1998 +%% packed by Herbert Voss %% -%% Package `hcolor' %% \NeedsTeXFormat{LaTeX2e} \def\fileversion{1.4} -- cgit v1.2.3