summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-13 21:25:56 +0000
committerKarl Berry <karl@freefriends.org>2020-01-13 21:25:56 +0000
commit5d30355056ce9ac68670d52ae8a8d24da6ea5e83 (patch)
tree34d84cb2067d731d737687a2c009ac096022584e /Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
parent7b2afae251df578fd99b7a9c03e39cc707bd7178 (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/fancyvrb-doc.tex')
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex15
1 files changed, 8 insertions, 7 deletions
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*}