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}
without ftnright
Commenting \usepackage{ftnright} above gives a structure tree
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.
If
ftnright
is loaded, footnotes are tagged slightly different than without it.with ftnright
without ftnright
Commenting
\usepackage{ftnright}
above gives a structure treeOf 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.