latex3 / tagging-project

Issues related to the tagging project
https://latex3.github.io/tagging-project/
LaTeX Project Public License v1.3c
35 stars 14 forks source link

footnote is positioned differently with phase-III #78

Open dpantele opened 4 months ago

dpantele commented 4 months ago
\DocumentMetadata{uncompress,testphase={phase-III}}
\documentclass{article}

\begin{document}

A \footnote{test}

\end{document}

generates a footnote which is positioned not at the bottom of the page, but at the end of the content.

phase-I would generate it at the bottom of the page:

image

This is LuaHBTeX, Version 1.18.0 (TeX Live 2024)
 restricted system commands enabled.
(./footnote.tex
LaTeX2e <2024-06-01> pre-release-2 (develop 2024-5-22 branch)
L3 programming layer <2024-05-08>
u-fischer commented 4 months ago

Yes that is by design, see also https://github.com/latex3/tagging-project/issues/43