I'm using the url package. Now, I have some some url with a percent sign in it and want to place it in a footnote. When I let the % where it is, I get a comment, and the whole thing fails to compile because of some unmatched brackets. When it's at the end of a line, it doesn't show up at all in the result. When I write \% instead, this gets literally into the output—but I want the url to be displayed correctly.
What could I do?
\url{foo%.com}works fine for me with theurlpackage – Seamus Feb 27 '11 at 16:56urlpackage (\usepackage{url}in your preamble) or some other package that defines a\url{}command? – Seamus Feb 27 '11 at 17:01