texlive[52710] Master/texmf-dist: fancyvrb (9nov19)

commits+karl at tug.org commits+karl at tug.org
Sat Nov 9 23:02:02 CET 2019


Revision: 52710
          http://tug.org/svn/texlive?view=revision&revision=52710
Author:   karl
Date:     2019-11-09 23:02:02 +0100 (Sat, 09 Nov 2019)
Log Message:
-----------
fancyvrb (9nov19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes
    trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty
    trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
    trunk/Master/texmf-dist/tex/latex/fancyvrb/hbaw.sty
    trunk/Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty

Modified: trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes	2019-11-09 22:01:48 UTC (rev 52709)
+++ trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes	2019-11-09 22:02:02 UTC (rev 52710)
@@ -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)  

Modified: trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty	2019-11-09 22:01:48 UTC (rev 52709)
+++ trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty	2019-11-09 22:02:02 UTC (rev 52710)
@@ -1,7 +1,7 @@
 %%
 %% This is file `fancyvrb-ex.sty',
 %%
-%% COPYRIGHT 2018-, by Herbert Voss <hvoss at tug.org>
+%% COPYRIGHT 2018,2019-, by Herbert Voss <hvoss at 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.

Modified: trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty	2019-11-09 22:01:48 UTC (rev 52709)
+++ trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty	2019-11-09 22:02:02 UTC (rev 52710)
@@ -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 at loaded\endcsname
@@ -529,8 +529,10 @@
 \fvset{defineactive}
 \define at booleankey{FV}{showspaces}%
   {\def\FV at Space{{\FancyVerbSpace}}}%
-  {\def\FV at Space{\ }}
-{\catcode`\ =12 \gdef\FancyVerbSpace{\texttt{\textvisiblespace}}}
+  {\def\FV at Space{\ }}  
+\@ifundefined{textvisiblespace}%
+    {\begingroup\catcode`\ =12 \gdef\FancyVerbSpace{\tt }\endgroup}
+    {\let\FancyVerbSpace\textvisiblespace}
 \fvset{showspaces=false}
 \def\FV at Tab{\hbox to\FancyVerbTabSize\fontdimen2\font{\hss\FV at TabChar}}
 \define at key{FV}{tabsize}{%

Modified: trunk/Master/texmf-dist/tex/latex/fancyvrb/hbaw.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fancyvrb/hbaw.sty	2019-11-09 22:01:48 UTC (rev 52709)
+++ trunk/Master/texmf-dist/tex/latex/fancyvrb/hbaw.sty	2019-11-09 22:02:02 UTC (rev 52710)
@@ -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) <Denis.Girou at idris.fr>
-%% March 27, 1998
+%% Denis Girou (CNRS/IDRIS - France) <Denis.Girou at idris.fr> March 27, 1998
+%% packed by Herbert Voss <hvoss at tug.org>
 %%
-%% Package `hbaw'
 %%
 \NeedsTeXFormat{LaTeX2e}
 \def\fileversion{1.4}

Modified: trunk/Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty	2019-11-09 22:01:48 UTC (rev 52709)
+++ trunk/Master/texmf-dist/tex/latex/fancyvrb/hcolor.sty	2019-11-09 22:02:02 UTC (rev 52710)
@@ -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) <Denis.Girou at idris.fr>
-%% March 27, 1998
+%% Denis Girou (CNRS/IDRIS - France) <Denis.Girou at idris.fr> March 27, 1998
+%% packed by Herbert Voss <hvoss at tug.org>
 %%
-%% Package `hcolor'
 %%
 \NeedsTeXFormat{LaTeX2e}
 \def\fileversion{1.4}



More information about the tex-live-commits mailing list