summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/Changes1
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdfbin141454 -> 143168 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex33
3 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/Changes b/Master/texmf-dist/doc/latex/fancyvrb/Changes
index a90f370d89c..618ad952854 100644
--- a/Master/texmf-dist/doc/latex/fancyvrb/Changes
+++ b/Master/texmf-dist/doc/latex/fancyvrb/Changes
@@ -1,4 +1,5 @@
--- fancyvrb.sty
+4.3 2022/06/02 - prevent pagebreak after top rule (hv)
4.2a 2022/05/26 - updated documentation (hv)
4.2 2022/04/12 - change option file_ext to fileext (hv)
4.1b 2021/12/21 - fix for ~ in message (hv)
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf
index 2850067b7a0..55919be98a5 100644
--- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf
+++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf
Binary files differ
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}