Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gaps left when content/footnotes are pushed on to the next page #1828

Open
mahmadzaid opened this issue Jul 1, 2023 · 2 comments
Open

Gaps left when content/footnotes are pushed on to the next page #1828

mahmadzaid opened this issue Jul 1, 2023 · 2 comments
Labels
bug Software bug issue

Comments

@mahmadzaid
Copy link

mahmadzaid commented Jul 1, 2023

Modifying the MWE from #1018 (comment)

\begin[papersize=a6]{document}
\nofolios
\use[module=packages.footnotes]
\use[module=packages.lorem]
% \use[module=packages.debug]
% \disable-pushback
\define[command=foo]{\bar \bar \bar\par}
\define[command=bar]{\lorem[words=30]\footnote{\lorem[words=40]}}
\foo
\foo
\foo
\foo
\foo
\end{document}

image

Also related #214

@Omikhleia
Copy link
Member

I ran into that issue too, and failed at pinpointing it... Running with -d insertions shows weird things:
image

On (A) both frames are contiguous and descenders from the last content line are honored.

On (B) both frames are contiguous but descenders (or some amount) of the last content line are abused.

On (C) there would have been enough space to fit (at least a part of) the next note it seems, and the frames are no longer continuous (D)...

@Omikhleia
Copy link
Member

image

It turned out I never actually understood it :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Software bug issue
Projects
None yet
Development

No branches or pull requests

2 participants