This might be a LaTeXML issue but


A slightly different error with both footnotes having the same number in the footnotes was happening in the pdf, but this was tackled. It didn't pull through to the html.
the code is
\newcounter{mpFootnoteValueSaver}
\setcounter{mpFootnoteValueSaver}{\value{footnote}}
...
\stepcounter{mpFootnoteValueSaver}%
\footnotetext[\value{mpFootnoteValueSaver}]{Here $\varepsilon$ is \textit{epsilon}, the fifth letter of the Greek alphabet, which is traditionally used in mathematics to denote a small quantity.}
as per overleaf guidance
Any advice?
This might be a LaTeXML issue but
A slightly different error with both footnotes having the same number in the footnotes was happening in the pdf, but this was tackled. It didn't pull through to the html.
the code is
as per overleaf guidance
Any advice?