diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-13 21:25:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-13 21:25:56 +0000 |
commit | 5d30355056ce9ac68670d52ae8a8d24da6ea5e83 (patch) | |
tree | 34d84cb2067d731d737687a2c009ac096022584e /Master/texmf-dist/doc/latex/fancyvrb | |
parent | 7b2afae251df578fd99b7a9c03e39cc707bd7178 (diff) |
fancyvrb (13jan20)
git-svn-id: svn://tug.org/texlive/trunk@53392 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fancyvrb')
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf | bin | 142045 -> 133221 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex | 15 |
3 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/Changes b/Master/texmf-dist/doc/latex/fancyvrb/Changes index 53b45165526..c59dc316ec7 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/Changes +++ b/Master/texmf-dist/doc/latex/fancyvrb/Changes @@ -1,4 +1,5 @@ --- fancyvrb.sty +3.5 2020/01/13 - use \verbvisiblespace instead of \textvisiblespace (hv) 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) 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 b0ef26beabd..7a929f11471 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 6d2d5e71cea..e28dc41408b 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex +++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex @@ -1,9 +1,9 @@ \documentclass{article} %\usepackage[T1]{fontenc} %\usepackage[charter]{mathdesign} -\usepackage{libertinus} +\usepackage{libertinus-otf} %\usepackage[scaled=0.84]{beramono} -\setmonofont[Scale=MatchLowercase,FakeStretch=0.9]{AnonymousPro} +\setmonofont[Scale=MatchLowercase,FakeStretch=0.9]{AnonymousPro-Regular.ttf} \newif\ifChangeBar \ChangeBarfalse \usepackage{fancyvrb} @@ -63,7 +63,7 @@ {\footnotesize and}\\[-2mm] {\footnotesize Herbert Voß\ (FU Berlin -- DE)} } -\date{Version 3.3\\ \today} +\date{Version 3.5\\ \today} \fvset{frame=single,xrightmargin=0cm,numbers=left,numbersep=3pt,commentchar=Z} @@ -90,6 +90,7 @@ Mikhail Kolodin, %\url{myke@morrigan.spb.su}, Andreas Matthias, Frank Mittelbach, Rolf Niepraschk, %\url{Rolf.Niepraschk@gmx.de}, +Will Robertson, Ulrich M. Schwarz, Thomas Siegel, % \url{siegel@aix520.informatik.uni-leipzig.de}, Clemens Steinke, @@ -728,16 +729,16 @@ bit klunky. Initially you must define the strings with (\emph{Default: false} \Dash spaces not shown). \end{optlist} -\begin{SideBySideExample} - \begin{Verbatim}[showspaces=true] +\begin{SideBySideExample}[gobble=0] +\begin{Verbatim}[showspaces=true] Verbatim line. - \end{Verbatim} +\end{Verbatim} \end{SideBySideExample} In practice, all verbatim environments have a~\texttt{*} variant, which sets \texttt{showspaces=true}: -\begin{SideBySideExample} +\begin{SideBySideExample}[gobble=0] \begin{Verbatim*} Verbatim line. \end{Verbatim*} |