texlive[61154] Master/texmf-dist: fancyvrb (25nov21)

commits+karl at tug.org commits+karl at tug.org
Thu Nov 25 22:24:22 CET 2021


Revision: 61154
          http://tug.org/svn/texlive?view=revision&revision=61154
Author:   karl
Date:     2021-11-25 22:24:22 +0100 (Thu, 25 Nov 2021)
Log Message:
-----------
fancyvrb (25nov21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes
    trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.pdf
    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	2021-11-25 21:24:09 UTC (rev 61153)
+++ trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes	2021-11-25 21:24:22 UTC (rev 61154)
@@ -1,4 +1,6 @@
 --- fancyvrb.sty
+4.1a 2021/11/24   - updated filedate (hv)
+4.1  2021/11/24   - make lastline without argument possible (hv)
 4.0  2021/11/19   - added lastline=0 for no output (hv)
 3.9  2021/10/15   - fix for \@currentcounter and \@currentlabel (hv)
 3.8  2021/08/12   - fix for linenumbers and reused SaveVerbatim (hv)

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

Modified: trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty	2021-11-25 21:24:09 UTC (rev 61153)
+++ trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty	2021-11-25 21:24:22 UTC (rev 61154)
@@ -2,7 +2,7 @@
 %% This is file `fancyvrb.sty',
 %%
 %% COPYRIGHT 1992-1999, by Timothy Van Zandt <tvz at zandtwerk.kellogg.nwu.edu>
-%%           2000-... , by Herbert Voss <hvoss at tug.org>
+%%           2000-2021 ... , 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,9 +13,9 @@
 %%   verbatim environments and commands and extensive documentation.
 %%
 \NeedsTeXFormat{LaTeX2e}
-\def\fileversion{4.0}
-\def\filedate{2021/11/19}
-\ProvidesPackage{fancyvrb}[2021/11/18 v4.0 verbatim text (tvz,hv)]
+\def\fileversion{4.1a}
+\def\filedate{2021/11/24}
+\ProvidesPackage{fancyvrb}[\filedate~ \fileversion ~verbatim text (tvz,hv)]
 %\message{Style option: `fancyvrb' v\fileversion \space  <\filedate> (tvz)}
 \csname fancyvrb at loaded\endcsname
 \let\fancyvrb at loaded\endinput
@@ -168,7 +168,9 @@
 \def\KV at FV@firstline at default{%
   \let\FancyVerbStartNum\z@
   \let\FancyVerbStartString\relax}
+%
 \def\FancyVerbStopNum{1}
+%
 \define at key{FV}{lastline}{%
   \afterassignment\FV at ParseStop\@tempcnta=0#1\relax\@nil{#1}}
 \def\FV at ParseStop#1\relax\@nil#2{%
@@ -178,10 +180,16 @@
   \else
     \edef\FancyVerbStopString{#2}%
   \fi}
+%\def\KV at FV@lastline at default{%
+%  \let\FancyVerbStopNum\z@
+%  \let\FancyVerbStopString\relax}
 \def\KV at FV@lastline at default{%
-  \let\FancyVerbStopNum\z@
-  \let\FancyVerbStopString\relax}
-\fvset{firstline,lastline=\m at ne}
+  \let\FancyVerbStopNum\m at ne
+  \let\FancyVerbStopString\relax
+}
+\KV at FV@firstline at default
+\KV at FV@lastline at default
+\fvset{firstline,lastline}
 \newcount\FV at CodeLineNo
 \def\FV at PreProcessLine{%
   \global\advance\FV at CodeLineNo\@ne



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