texlive[68772] Master/texmf-dist: fancyvrb (6nov23)

commits+karl at tug.org commits+karl at tug.org
Thu Nov 9 23:15:48 CET 2023


Revision: 68772
          https://tug.org/svn/texlive?view=revision&revision=68772
Author:   karl
Date:     2023-11-09 23:15:48 +0100 (Thu, 09 Nov 2023)
Log Message:
-----------
fancyvrb (6nov23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes
    trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf
    trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
    trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty

Modified: trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes	2023-11-09 22:15:38 UTC (rev 68771)
+++ trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes	2023-11-09 22:15:48 UTC (rev 68772)
@@ -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)

Modified: trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex	2023-11-09 22:15:38 UTC (rev 68771)
+++ trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex	2023-11-09 22:15:48 UTC (rev 68772)
@@ -103,8 +103,10 @@
 Ulrich M. Schwarz, 
 Thomas Siegel, % \url{siegel at aix520.informatik.uni-leipzig.de}, 
 Clemens Steinke,
+Vladimir Volovich,
 and 
-Vladimir Volovich. %\url{vvv at vvv.vsu.ru}.
+Yukai Chou 
+ %\url{vvv at vvv.vsu.ru}.
 \clearpage
 \tableofcontents
 \clearpage
@@ -770,8 +772,8 @@
 \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 @@
 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 @@
   (\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}

Modified: trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty	2023-11-09 22:15:38 UTC (rev 68771)
+++ trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty	2023-11-09 22:15:48 UTC (rev 68772)
@@ -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 at loaded\endcsname



More information about the tex-live-commits mailing list.