bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: paragraph justification issue on @url with "texi2dvi --pdf" in texin


From: Vincent Lefevre
Subject: Re: paragraph justification issue on @url with "texi2dvi --pdf" in texinfo.tex 2019-09-20.22
Date: Tue, 24 Sep 2019 13:24:08 +0200
User-agent: Mutt/1.12.1+19 (078654a4) vl-117499 (2019-06-15)

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 <address@hidden> - 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]