texlive[63496] Master/texmf-dist: fancyvrb (6jun22)

commits+karl at tug.org commits+karl at tug.org
Mon Jun 6 22:26:37 CEST 2022


Revision: 63496
          http://tug.org/svn/texlive?view=revision&revision=63496
Author:   karl
Date:     2022-06-06 22:26:37 +0200 (Mon, 06 Jun 2022)
Log Message:
-----------
fancyvrb (6jun22)

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	2022-06-06 08:23:22 UTC (rev 63495)
+++ trunk/Master/texmf-dist/doc/latex/fancyvrb/Changes	2022-06-06 20:26:37 UTC (rev 63496)
@@ -1,4 +1,5 @@
 --- fancyvrb.sty
+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)
 4.3  2022/06/02   - prevent pagebreak after top rule (hv)
 4.2a 2022/05/26   - updated 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	2022-06-06 08:23:22 UTC (rev 63495)
+++ trunk/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb-doc.tex	2022-06-06 20:26:37 UTC (rev 63496)
@@ -226,9 +226,9 @@
 
 \begin{SideBySideExample}
   \begin{Verbatim}[commentchar=\%]
-    First line. % First line
-    Second.
-    Third line. % Third line lost...
+  First line. % First line
+  Second.
+  Third line. % Third line lost...
   \end{Verbatim}
 \end{SideBySideExample}
 

Modified: trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty	2022-06-06 08:23:22 UTC (rev 63495)
+++ trunk/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty	2022-06-06 20:26:37 UTC (rev 63496)
@@ -13,8 +13,8 @@
 %%   verbatim environments and commands and extensive documentation.
 %%
 \NeedsTeXFormat{LaTeX2e}
-\def\fileversion{4.4}
-\def\filedate{2022/06/03}
+\def\fileversion{4.5}
+\def\filedate{2022/06/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
@@ -911,7 +911,8 @@
   \begingroup
     \lineskip\z at skip
     \FV at SingleFrameLine{\z@}%
-    \kern-0.5\baselineskip\relax
+%    \kern-0.5\baselineskip\relax       %% 20220604 (hv)
+    \nointerlineskip			%% added 20220604 (hv)
     \baselineskip\z at skip
     \kern\FV at FrameSep\relax
     \penalty\@M% prevent a pagebreak _after_ the line 20220602 (hv)
@@ -920,6 +921,7 @@
   \begingroup
     \baselineskip\z at skip
     \kern\FV at FrameSep\relax
+    \nointerlineskip			%% added 20220604 (hv)
     \penalty\@M% prevent a pagebreak _before_ the line 20220602 (hv)
     \FV at SingleFrameLine{\@ne}%
   \endgroup}



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