latex3 / tagging-project

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

footnotebackref package partially compatible #588

Open mbertucci47 opened 1 month ago

mbertucci47 commented 1 month ago

The output with footnotebackref with the default option numberlinked=true is wrong with the tagging code. If numberlinked=false is set it seems okay.

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,math,title,table,firstaid}
  }
\documentclass{article}
\usepackage[
  symbol=\textuparrow,
%  numberlinked=false % toggle comment
  ]{footnotebackref}

\begin{document}
Some text with a footnote\footnote{The first footnote.}

Text with the second footnote\footnote[4]{The second footnote.}
\end{document}
FrankMittelbach commented 1 month ago

arguably incompatible I guess -- @u-fischer ?