summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-06 20:26:37 +0000
committerKarl Berry <karl@freefriends.org>2022-06-06 20:26:37 +0000
commite14eed4ad02ea65883b83b23529e06a04561f506 (patch)
tree68b8da6edece8d4642bc7c5e1a33fbee94c03d1b /Master/texmf-dist/tex/latex
parent285984f2d6abd3dceaf3b2e295f849c57c89879d (diff)
fancyvrb (6jun22)
git-svn-id: svn://tug.org/texlive/trunk@63496 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
index c7a30b71897..d5dce763a54 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.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@loaded\endcsname
@@ -911,7 +911,8 @@
\begingroup
\lineskip\z@skip
\FV@SingleFrameLine{\z@}%
- \kern-0.5\baselineskip\relax
+% \kern-0.5\baselineskip\relax %% 20220604 (hv)
+ \nointerlineskip %% added 20220604 (hv)
\baselineskip\z@skip
\kern\FV@FrameSep\relax
\penalty\@M% prevent a pagebreak _after_ the line 20220602 (hv)
@@ -920,6 +921,7 @@
\begingroup
\baselineskip\z@skip
\kern\FV@FrameSep\relax
+ \nointerlineskip %% added 20220604 (hv)
\penalty\@M% prevent a pagebreak _before_ the line 20220602 (hv)
\FV@SingleFrameLine{\@ne}%
\endgroup}