From 04c668df99abeaf664186e644ed12fde49d3b0ba Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 20 Nov 2021 20:53:44 +0000 Subject: fancyvrb (20nov21) git-svn-id: svn://tug.org/texlive/trunk@61099 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fancyvrb/Changes | 1 + .../texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf | Bin 140061 -> 140917 bytes .../texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex | 18 +++++++++++++++--- 3 files changed, 16 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/doc/latex/fancyvrb') diff --git a/Master/texmf-dist/doc/latex/fancyvrb/Changes b/Master/texmf-dist/doc/latex/fancyvrb/Changes index ee69c48a5ae..7033c93e33e 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/Changes +++ b/Master/texmf-dist/doc/latex/fancyvrb/Changes @@ -1,4 +1,5 @@ --- fancyvrb.sty +4.0 2021/11/19 - added lastline=0 for no output (hv) 3.9 2021/10/15 - fix for \@currentcounter and \@currentlabel (hv) 3.8 2021/08/12 - fix for linenumbers and reused SaveVerbatim (hv) (thanks to Ohad Kammar) diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf index d72bd4cc2a3..3542c93f542 100644 Binary files a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf and b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex index 368f4ac8618..434aa99f991 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex +++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex @@ -61,7 +61,7 @@ % {\footnotesize \url{tvz@Princeton.EDU}}\\[5mm] {Packaging and documentation by}\\ {\footnotesize Denis Girou (CNRS/IDRIS -- France),}\\[-2mm] - {\footnotesize Sebastian Rahtz (Elsevier -- GB)}\\[-2mm] + {\footnotesize Sebastian Rahtz\dagger\ (Elsevier -- GB)}\\[-2mm] {\footnotesize and}\\[-2mm] {\footnotesize Herbert Voß\ (FU Berlin -- DE)} } @@ -714,7 +714,7 @@ bit klunky. Initially you must define the strings with \begin{SideBySideExample}[gobble=2] \newcommand*\FancyVerbStartString{FROM} - \newcommand*\FancyVerbStopString{TO} + \renewcommand*\FancyVerbStopString{TO} \begin{Verbatim} First verbatim line. FROM @@ -726,6 +726,18 @@ bit klunky. Initially you must define the strings with \noindent To redefine the strings, you must use \cs{renewcommand*}. +With the setting \texttt{lastline=} or \texttt{lastline=0} nothing will be printed. + +\begin{SideBySideExample}[gobble=2] + foo + \begin{Verbatim}[frame=none,lastline=] + First verbatim line. + Second verbatim line. + Third verbatim line. + \end{Verbatim} + bar +\end{SideBySideExample} + \subsubsection{Spaces and tab characters} \begin{optlist} @@ -736,7 +748,7 @@ bit klunky. Initially you must define the strings with \begin{SideBySideExample}[gobble=0] \begin{Verbatim}[showspaces=true] - Verbatim line. + Verbatim line. \end{Verbatim} \end{SideBySideExample} -- cgit v1.2.3