I have a footnote with a long url containing an underscore, like this:
\footnote{\url{http://www.example.com/somethinglong_somethingotherlong}}
The link appears in the pdf, but it is broken off after the underscore and redirects to http://www.example.com/somethinglong_, which of course gives a page not found error.
How do I solve this? Adding a \ before the underscore doesn't do anything (the backslash just shows up in the pdf). It seems that the same problem was encountered here
but I see no answer here as well.
EDIT: I can't use hyperref. Added MWE below.
\documentclass{article}
\usepackage{ismir,amsmath,cite,url}
\usepackage{graphicx}
\usepackage{color}
\usepackage[capitalise]{cleveref}
\usepackage{array}
\usepackage{alltt}
\usepackage{fixltx2e}
\begin{document}
Some text with a footnote.\footnote{\url{https://en.wikipedia.org/wiki/Hidden_Markov_model}}
\end{document}

\footnoteand similar directives. (\thanksis such a directive.) – Mico Jun 18 '18 at 13:50\urlso that it breaks at the underscore.hyperref- I don't want these ugly boxes around the references... – rdv Jun 18 '18 at 17:34hidelinksoption for hyperref? – Teepeemm Jun 18 '18 at 17:49