Hi there, Am 26/02/2019 um 16:06 schrieb Alan Braslau:
On Tue, 26 Feb 2019 01:04:25 +0100 Lars
wrote: Hi there,
I've stumbled upon some behaviour that looks like a bug to me. Sometimes longer footnotes are being broken over two pages. Please see the attached picture:
As you can see the last footnote on p. 6 is being continued on p. 7. I don't think it's a problem of too many footnote lines on one page as on p. 17 there are more lines and the breaking is in order.
The code for all links that I create like this is:
\define\NytAsimov{ \goto{ \hyphenatedurl{ https://www.nytimes.com/1992/04/12/business/technology-a-celebration-of-isaac-asimov.html}} [url(https://www.nytimes.com/1992/04/12/business/technology-a-celebration-of-isaa...)] (Abrufdatum 12.12.2018)}
The line breaking I only did for readability. In my source all those definitions are in single lines. Does anyone have an idea why this is happening? If you need anything just let me know please.
Thanks in advance, Lars.
Maybe try
\setupnote [footnote] [split=verystrict,scope=page]
Alan
The text shortened slightly due to correction. After that, the problem seems gone. But I will take your solution commented into my doc and will try it and report should it occur again. Thank you! Lars