summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty')
-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}