diff options
author | Karl Berry <karl@freefriends.org> | 2023-11-09 22:15:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-11-09 22:15:48 +0000 |
commit | 30841c6a70b607d550f59db67fc1ed1c1e8905af (patch) | |
tree | 663070b8d6873ddf718321b071ce812fb707dd62 /Master/texmf-dist/doc/latex/fancyvrb | |
parent | 4d34d697001310c74947f8569d0929927b12bb75 (diff) |
fancyvrb (6nov23)
git-svn-id: svn://tug.org/texlive/trunk@68772 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fancyvrb')
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/Changes | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf | bin | 171060 -> 170570 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex | 42 |
3 files changed, 38 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/Changes b/Master/texmf-dist/doc/latex/fancyvrb/Changes index 542d7326d08..123927ae333 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/Changes +++ b/Master/texmf-dist/doc/latex/fancyvrb/Changes @@ -1,4 +1,6 @@ --- fancyvrb.sty +4.5b 2023/11/06 - added info to the documentation for + the different behaviour in the \LaTeX kernel (hv) 4.5a 2023/01/19 - modified documentation (hv) 4.5 2022/06/06 - added \noniterlineskip for frame=lines (hv) 4.4 2022/06/03 - fix for deleted \@penalty command _before_ top rule(hv) diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf Binary files differindex 76efb4e4f16..321082c6423 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf +++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex index ec6dbcdfedb..7f7985d8ac8 100644 --- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex +++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex @@ -103,8 +103,10 @@ Will Robertson, Ulrich M. Schwarz, Thomas Siegel, % \url{siegel@aix520.informatik.uni-leipzig.de}, Clemens Steinke, +Vladimir Volovich, and -Vladimir Volovich. %\url{vvv@vvv.vsu.ru}. +Yukai Chou + %\url{vvv@vvv.vsu.ru}. \clearpage \tableofcontents \clearpage @@ -770,8 +772,8 @@ With the setting \texttt{lastline=} or \texttt{lastline=0} nothing will be print \end{optlist} \begin{SideBySideExample}[gobble=0] -\begin{Verbatim}[showspaces=true] - Verbatim line. +\begin{Verbatim}[showspaces,showtabs] +Verbatim line . \end{Verbatim} \end{SideBySideExample} @@ -779,9 +781,9 @@ With the setting \texttt{lastline=} or \texttt{lastline=0} nothing will be print sets \texttt{showspaces=true}: \begin{SideBySideExample}[gobble=0] - \begin{Verbatim*} - Verbatim line. - \end{Verbatim*} +\begin{Verbatim*} +Verbatim line . +\end{Verbatim*} \end{SideBySideExample} There are also some parameters to determine the way tab characters are @@ -803,6 +805,34 @@ interpreted (using tabs is in fact a rather old-fashioned style of coding): (\emph{Default:~8}). \end{optlist} +\noindent +\colorbox{black!15}{\parbox{\linewidth}{% +Pay attention that the behaviour of the environment/command from +the \LaTeX\ kernel is different. In \LaTeX\ Tabs are printed as visible +space, but with \texttt{fancyvrb} as spaces or with \texttt{showtabs} +as visible Tab.}} + +\iffalse +\begin{SideBySideExample}[gobble=0] +\begin{Verbatim*} +Verbatim line foo +\end{Verbatim*} +\end{SideBySideExample} + + +\begin{SideBySideExample}[gobble=0] +\begin{verbatim*} +verbatim line foo +\end{verbatim*} +\end{SideBySideExample} + + +\begin{SideBySideExample}[gobble=0] +\Verb*|Verb line foo|\par +\verb*|verb line foo| +\end{SideBySideExample} +\fi + \subsubsection{Space between lines} \begin{optlist} |