On 2019-09-24 12:47:25 +0200, Vincent Lefevre wrote:
> After trying to switch texinfo.tex from 2018-02-12.17 (from automake)
> to 2019-09-20.22 (from texinfo) in GNU MPFR, I get the following issue:
> If a URL (@url{...}) is split over two lines, the line that ends with
> the first part of the URL is no longer justified in the paragraph.
The issue comes from the new \urefallowbreak macro.
\def\urefallowbreak{%
\hskip 0pt plus 4 em\relax
\allowbreak
\hskip 0pt plus -4 em\relax
}
in particular the "\hskip ..." lines. If I remove these lines, the
problem disappears (and I cannot see stretch in between characters
of the URL).
--
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)