runlatex.sh: Detect fvextra versions with known minor regression
fvextra versions from v1.11.0 to v1.13.2 (latest) have a minor regression
which ignores fancyvrb's "samepage=true" key. It is used in perfbook to
prevent short snippets from broken across columns/pages. This is a minor
regression but affects reproducible build of perfbook.
Add commands at the final phase of runlatex.sh to detect those buggy
fvextra and emit suggestion of installing unaffected fvextra.
Unfortunately, distro texlive packages based on upstream TeX Live since
early March 2025 are all affected by this regression, including debian
trixie and opensuse/leap 16.0 (Long Term Support); and ubuntu plucky
and questing (Rolling release); as well as archlinux and
opensuse/tumbleweed (Rapid release) as of this writing.
This issue was reported upstream at [1].
Link: https://github.com/gpoore/fvextra/issues/32 [1]
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 file changed