summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-20 20:53:44 +0000
committerKarl Berry <karl@freefriends.org>2021-11-20 20:53:44 +0000
commit04c668df99abeaf664186e644ed12fde49d3b0ba (patch)
tree79a69f8117c549cc46ade99baf85b7d48b5fa5f3 /Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
parente46f68801d28bebdbc42a47eb4411b330a7fe2ff (diff)
fancyvrb (20nov21)
git-svn-id: svn://tug.org/texlive/trunk@61099 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.tex18
1 files changed, 15 insertions, 3 deletions
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}