summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex')
-rw-r--r--macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex15
1 files changed, 8 insertions, 7 deletions
diff --git a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
index 6d2d5e71ce..e28dc41408 100644
--- a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
+++ b/macros/latex/contrib/fancyvrb/doc/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*}