summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-02 19:59:02 +0000
committerKarl Berry <karl@freefriends.org>2022-06-02 19:59:02 +0000
commit4a7cfffc15507745d4304e7870a1cd248ecc93d4 (patch)
treeccd5112501c881ba6b29e48d57e20dd53d698137 /Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
parent1af7c092a8042e47f637e8428b2d2615c55725b6 (diff)
fancyvrb (2jun22)
git-svn-id: svn://tug.org/texlive/trunk@63474 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.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}