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 /Master/texmf-dist/tex/latex | |
parent | f28a23095459f58671af00499975753ca3ed3c6c (diff) |
fancyvrb (23oct19)
git-svn-id: svn://tug.org/texlive/trunk@52501 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty | 6 |
1 files changed, 3 insertions, 3 deletions
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}{% |