summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fancyvrb/latex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-11-10 03:01:01 +0000
committerNorbert Preining <norbert@preining.info>2019-11-10 03:01:01 +0000
commit838842fa4625160270947ca654e7492e3c7afc44 (patch)
treef0e66df5245b9f6b82f11152282ed9c60a5faeca /macros/latex/contrib/fancyvrb/latex
parent89213117b5298d9493446422708bf48384368825 (diff)
CTAN sync 201911100301
Diffstat (limited to 'macros/latex/contrib/fancyvrb/latex')
-rw-r--r--macros/latex/contrib/fancyvrb/latex/fancyvrb-ex.sty2
-rw-r--r--macros/latex/contrib/fancyvrb/latex/fancyvrb.sty10
-rw-r--r--macros/latex/contrib/fancyvrb/latex/hbaw.sty35
-rw-r--r--macros/latex/contrib/fancyvrb/latex/hcolor.sty35
4 files changed, 17 insertions, 65 deletions
diff --git a/macros/latex/contrib/fancyvrb/latex/fancyvrb-ex.sty b/macros/latex/contrib/fancyvrb/latex/fancyvrb-ex.sty
index 054ede2ada..72c4d535d3 100644
--- a/macros/latex/contrib/fancyvrb/latex/fancyvrb-ex.sty
+++ b/macros/latex/contrib/fancyvrb/latex/fancyvrb-ex.sty
@@ -1,7 +1,7 @@
%%
%% This is file `fancyvrb-ex.sty',
%%
-%% COPYRIGHT 2018-, by Herbert Voss <hvoss@tug.org>
+%% COPYRIGHT 2018,2019-, 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.
diff --git a/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty b/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty
index b9fb18c759..5026b819e7 100644
--- a/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty
+++ b/macros/latex/contrib/fancyvrb/latex/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/macros/latex/contrib/fancyvrb/latex/hbaw.sty b/macros/latex/contrib/fancyvrb/latex/hbaw.sty
index 728f4fe345..3e1478a27b 100644
--- a/macros/latex/contrib/fancyvrb/latex/hbaw.sty
+++ b/macros/latex/contrib/fancyvrb/latex/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) <Denis.Girou@idris.fr>
-%% March 27, 1998
+%% Denis Girou (CNRS/IDRIS - France) <Denis.Girou@idris.fr> March 27, 1998
+%% packed by Herbert Voss <hvoss@tug.org>
%%
-%% Package `hbaw'
%%
\NeedsTeXFormat{LaTeX2e}
\def\fileversion{1.4}
diff --git a/macros/latex/contrib/fancyvrb/latex/hcolor.sty b/macros/latex/contrib/fancyvrb/latex/hcolor.sty
index 64a29b5666..236fdd78f2 100644
--- a/macros/latex/contrib/fancyvrb/latex/hcolor.sty
+++ b/macros/latex/contrib/fancyvrb/latex/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) <Denis.Girou@idris.fr>
-%% March 27, 1998
+%% Denis Girou (CNRS/IDRIS - France) <Denis.Girou@idris.fr> March 27, 1998
+%% packed by Herbert Voss <hvoss@tug.org>
%%
-%% Package `hcolor'
%%
\NeedsTeXFormat{LaTeX2e}
\def\fileversion{1.4}