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.tex18
1 files changed, 15 insertions, 3 deletions
diff --git a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
index 368f4ac861..434aa99f99 100644
--- a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
+++ b/macros/latex/contrib/fancyvrb/doc/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}