latex3 / tagging-project

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

footnotes tagged differently with ftnright #110

Open mbertucci47 opened 4 months ago

mbertucci47 commented 4 months ago

If ftnright is loaded, footnotes are tagged slightly different than without it.

with ftnright

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,math,title,table}
  }
\documentclass[twocolumn]{article}
\usepackage{ftnright}

\title{ftnright tagging test}

\begin{document}
Some body text\footnote{Some footnote text}
\end{document}
with_ftnright

without ftnright

Commenting \usepackage{ftnright} above gives a structure tree

without_ftnright

Of course ftnright changes several things so one shouldn't expect them to give identical structure trees. This is just to log the issue for the future.

u-fischer commented 4 months ago

It is clearly wrong. The Lbl in the Note is empty and the number is in the footnote body.