LaTeXML throws an
Error:unexpected:_ Script _ can only appear in math mode
for
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\footnote{\url{url.with.under_score}}
\end{document}
but does not complain about
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\url{url.with.under_score}
\footnote{\url{url.without.underscore}}
\end{document}
or
\documentclass{article}
\usepackage{url}
\begin{document}
\footnote{\url{url.with.under_score}}
\end{document}
Despite the error message, LaTeXML seems to produce correct output.
LaTeXML throws an
for
but does not complain about
or
Despite the error message, LaTeXML seems to produce correct output.