summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-11-09 22:15:48 +0000
committerKarl Berry <karl@freefriends.org>2023-11-09 22:15:48 +0000
commit30841c6a70b607d550f59db67fc1ed1c1e8905af (patch)
tree663070b8d6873ddf718321b071ce812fb707dd62
parent4d34d697001310c74947f8569d0929927b12bb75 (diff)
fancyvrb (6nov23)
git-svn-id: svn://tug.org/texlive/trunk@68772 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/Changes2
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdfbin171060 -> 170570 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex42
-rw-r--r--Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty4
4 files changed, 40 insertions, 8 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
index 76efb4e4f16..321082c6423 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 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}
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
index ad9c0b7bc8e..b8b1d8514db 100644
--- a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
+++ b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
@@ -13,8 +13,8 @@
%% verbatim environments and commands and extensive documentation.
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{4.5a}
-\def\filedate{2023/01/19}
+\def\fileversion{4.5b}
+\def\filedate{2023/11/06}
\ProvidesPackage{fancyvrb}[\filedate\space \fileversion\space verbatim text (tvz,hv)]
%\message{Style option: `fancyvrb' v\fileversion \space <\filedate> (tvz)}
\csname fancyvrb@loaded\endcsname