summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex')
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
index ec5cc930cee..43d355c4566 100644
--- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
+++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
@@ -87,6 +87,7 @@ Report bugs to \url{hvoss@tug.org}
\vfill
Thanks to
Claudio Beccari,
+Karl Berry,
Jean-François Burnol,
Philippe Esperet, %\url{esperet@marie.polytechnique.fr},
Michael Friendly, %\url{friendly@hotspur.psych.yorku.ca},
@@ -807,6 +808,38 @@ interpreted (using tabs is in fact a rather old-fashioned style of coding):
\end{Verbatim}
\end{SideBySideExample}
+
+\subsubsection{Vertical space before and after}
+
+\begin{optlist}
+ \item[vspace (dimension)]: value to give to the usual
+ vertical list space .
+ (\emph{Default: \cs{topsep}} \Dash its current value just before the verbatim
+ command).
+\end{optlist}
+
+\begin{SideBySideExample}
+ A line before Verbatim
+ \begin{Verbatim}[frame=lines,label=foo]
+ First verbatim line.
+ Second verbatim line.
+ \end{Verbatim}
+ A line after Verbatim
+\end{SideBySideExample}
+
+\begin{SideBySideExample}
+ A line before Verbatim
+ \begin{Verbatim}[frame=lines,label=foo,
+ vspace=0pt]
+ First verbatim line.
+ Second verbatim line.
+ \end{Verbatim}
+ A line after Verbatim
+\end{SideBySideExample}
+
+
+
+
\subsubsection{Escape characters for inserting commands}
\begin{optlist}