diff options
author | Karl Berry <karl@freefriends.org> | 2022-06-03 21:16:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-06-03 21:16:27 +0000 |
commit | 7ace69c07b8a102cc837115bd642b3e251c96282 (patch) | |
tree | fde697929c480de9dd7d11a3d3a51d92a07ea6d4 /Master/texmf-dist/tex/latex | |
parent | 47bca0418547a87cc4072c560360e8bb64f46240 (diff) |
fancyvrb (3jun22)
git-svn-id: svn://tug.org/texlive/trunk@63481 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty b/Master/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty index 2651e59e305..c7a30b71897 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.3} -\def\filedate{2022/06/02} +\def\fileversion{4.4} +\def\filedate{2022/06/03} \ProvidesPackage{fancyvrb}[\filedate\space \fileversion\space verbatim text (tvz,hv)] %\message{Style option: `fancyvrb' v\fileversion \space <\filedate> (tvz)} \csname fancyvrb@loaded\endcsname @@ -914,12 +914,13 @@ \kern-0.5\baselineskip\relax \baselineskip\z@skip \kern\FV@FrameSep\relax - \penalty\@M% prevent a pagebreak after the line 20220602 (hv) + \penalty\@M% prevent a pagebreak _after_ the line 20220602 (hv) \endgroup}% \def\FV@EndListFrame@Lines{% \begingroup \baselineskip\z@skip \kern\FV@FrameSep\relax + \penalty\@M% prevent a pagebreak _before_ the line 20220602 (hv) \FV@SingleFrameLine{\@ne}% \endgroup} \def\FV@SingleFrameSep{% |