texlive[69536] Master/texmf-dist: fancyvrb (22jan24)

commits+karl at tug.org commits+karl at tug.org
Mon Jan 22 21:35:21 CET 2024


Revision: 69536
          https://tug.org/svn/texlive?view=revision&revision=69536
Author:   karl
Date:     2024-01-22 21:35:21 +0100 (Mon, 22 Jan 2024)
Log Message:
-----------
fancyvrb (22jan24)

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-ex.sty
    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	2024-01-22 20:35:13 UTC (rev 69535)
+++ trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes	2024-01-22 20:35:21 UTC (rev 69536)
@@ -1,4 +1,6 @@
 --- fancyvrb.sty
+4.5c 2024/01/20   - added info to the documentation for \Verb*
+                    and \VerbatimInput*
 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)

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	2024-01-22 20:35:13 UTC (rev 69535)
+++ trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex	2024-01-22 20:35:21 UTC (rev 69536)
@@ -777,7 +777,7 @@
 \end{Verbatim}
 \end{SideBySideExample}
 
-  In practice, all verbatim environments have a~\texttt{*} variant, which
+  In practice, all verbatim environments, \Verb|\VerbatimInput|, and \Verb/\Verb/ have a~\texttt{*} variant, which
 sets \texttt{showspaces=true}:
 
 \begin{SideBySideExample}[gobble=0]
@@ -786,6 +786,17 @@
 \end{Verbatim*}
 \end{SideBySideExample}
 
+\begin{SideBySideExample}[gobble=0]
+\begin{filecontents}
+  [noheader,force]{foo.txt}
+foo	bar  baz
+\end{filecontents}
+\Verb|Verbatim with tab	.|
+\Verb*|Verbatim with tab	.|
+
+\VerbatimInput*{foo.txt}
+\end{SideBySideExample}
+
   There are also some parameters to determine the way tab characters are
 interpreted (using tabs is in fact a rather old-fashioned style of coding):
 

Modified: trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty	2024-01-22 20:35:13 UTC (rev 69535)
+++ trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb-ex.sty	2024-01-22 20:35:21 UTC (rev 69536)
@@ -82,7 +82,7 @@
 \newcommand\Below at Example[1]{%
 \VerbatimInput[gobble=0,commentchar=^^a3,commandchars=^^a7^^b5^^b6,numbersep=3pt]%
               {\jobname.tmp}
-\catcode`\^^a3=9\relax%
+\catcode`\^^a3=9\relax
 \NoHighlight at Attributes % To suppress possible highlighting
 \ifFvrbEx at Grid\vspace{5pt}\fi
 #1%

Modified: trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty	2024-01-22 20:35:13 UTC (rev 69535)
+++ trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty	2024-01-22 20:35:21 UTC (rev 69536)
@@ -2,7 +2,7 @@
 %% This is file `fancyvrb.sty',
 %%
 %% COPYRIGHT 1992-1999, by Timothy Van Zandt <tvz at zandtwerk.kellogg.nwu.edu>
-%%           2000-2023 ... , by Herbert Voss <hvoss at tug.org>
+%%           2000-2024 ... , by Herbert Voss <hvoss at tug.org>
 %%
 %% This package may be distributed under the terms of the LaTeX Project Public
 %% License, as described in lppl.txt in the base LaTeX distribution.
@@ -13,8 +13,8 @@
 %%   verbatim environments and commands and extensive documentation.
 %%
 \NeedsTeXFormat{LaTeX2e}
-\def\fileversion{4.5b}
-\def\filedate{2023/11/06}
+\def\fileversion{4.5c}
+\def\filedate{2024/01/20}
 \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.