diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-23 21:39:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-23 21:39:38 +0000 |
commit | c34500f7d70733c92e29ce064dcdab40a4cc8ed0 (patch) | |
tree | 153e9dd67bddf5027ce19ee7dd00cac50c0f998f | |
parent | f28a23095459f58671af00499975753ca3ed3c6c (diff) |
fancyvrb (23oct19)
git-svn-id: svn://tug.org/texlive/trunk@52501 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf | bin | 161872 -> 142045 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty | 6 |
4 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 c1b5791665c..40236df70cf 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/Changes +++ b/Master/texmf-dist/doc/latex/fancyvrb/Changes @@ -1,4 +1,5 @@ --- fancyvrb.sty +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) 3.1a 2018/11/20 - small changes to the documentation (hv) 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 25f66f38246..b0ef26beabd 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 ce6e39df8db..6d2d5e71cea 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex +++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex @@ -63,7 +63,7 @@ {\footnotesize and}\\[-2mm] {\footnotesize Herbert Voß\ (FU Berlin -- DE)} } -\date{Version 3.2a\\ \today} +\date{Version 3.3\\ \today} \fvset{frame=single,xrightmargin=0cm,numbers=left,numbersep=3pt,commentchar=Z} @@ -90,8 +90,9 @@ Mikhail Kolodin, %\url{myke@morrigan.spb.su}, Andreas Matthias, Frank Mittelbach, Rolf Niepraschk, %\url{Rolf.Niepraschk@gmx.de}, -Ulrich M. Schwarz, -Thomas Siegel,% \url{siegel@aix520.informatik.uni-leipzig.de}, +Ulrich M. Schwarz, +Thomas Siegel, % \url{siegel@aix520.informatik.uni-leipzig.de}, +Clemens Steinke, and Vladimir Volovich. %\url{vvv@vvv.vsu.ru}. \clearpage diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty index e265f3965da..b9fb18c759b 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.2a} -\def\filedate{2019/01/15} +\def\fileversion{3.3} +\def\filedate{2019/10/22} \ProvidesPackage{fancyvrb}[\filedate] \message{Style option: `fancyvrb' v\fileversion \space <\filedate> (tvz)} \csname fancyvrb@loaded\endcsname @@ -530,7 +530,7 @@ \define@booleankey{FV}{showspaces}% {\def\FV@Space{{\FancyVerbSpace}}}% {\def\FV@Space{\ }} -{\catcode`\ =12 \gdef\FancyVerbSpace{\tt }} +{\catcode`\ =12 \gdef\FancyVerbSpace{\texttt{\textvisiblespace}}} \fvset{showspaces=false} \def\FV@Tab{\hbox to\FancyVerbTabSize\fontdimen2\font{\hss\FV@TabChar}} \define@key{FV}{tabsize}{% |