summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fancyvrb
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-06-04 03:04:33 +0000
committerNorbert Preining <norbert@preining.info>2022-06-04 03:04:33 +0000
commit3334cdec90674c190ed9611a1f977f734a59015c (patch)
tree01f9deba779e18e93c37a5b3fe24a3e38c48a20a /macros/latex/contrib/fancyvrb
parent653524750adc9c9bfae3fb8a7f1dacd63859bed8 (diff)
CTAN sync 202206040304
Diffstat (limited to 'macros/latex/contrib/fancyvrb')
-rw-r--r--macros/latex/contrib/fancyvrb/Changes1
-rw-r--r--macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdfbin143168 -> 143169 bytes
-rw-r--r--macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex2
-rw-r--r--macros/latex/contrib/fancyvrb/latex/fancyvrb.sty7
4 files changed, 7 insertions, 3 deletions
diff --git a/macros/latex/contrib/fancyvrb/Changes b/macros/latex/contrib/fancyvrb/Changes
index 618ad95285..074b484b11 100644
--- a/macros/latex/contrib/fancyvrb/Changes
+++ b/macros/latex/contrib/fancyvrb/Changes
@@ -1,4 +1,5 @@
--- fancyvrb.sty
+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)
4.2 2022/04/12 - change option file_ext to fileext (hv)
diff --git a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf
index 55919be98a..90fee99809 100644
--- a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf
+++ b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.pdf
Binary files differ
diff --git a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
index 43d355c456..5fc2080267 100644
--- a/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
+++ b/macros/latex/contrib/fancyvrb/doc/fancyvrb-doc.tex
@@ -6,7 +6,9 @@
\usepackage{fancyvrb}
\usepackage{fancyvrb-ex}
\usepackage{fancyhdr}
+
\pagestyle{fancy}
+
\fancyhead[RE,LO]{}
\fancyhead[RO]{\leftmark}
diff --git a/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty b/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty
index 2651e59e30..c7a30b7189 100644
--- a/macros/latex/contrib/fancyvrb/latex/fancyvrb.sty
+++ b/macros/latex/contrib/fancyvrb/latex/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{%