Skip to content

hyperref.sty.ltxml throws error for \url containing underscores in \footnote #992

Description

@siegfriedzoetzsche

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions