I want to refer an url which contains % symbols, using BibTex.
If I just write %, the rest of the line becomes a comment. If I write \%, then the slash also appears.
@MISC{ref,
title="title",
note="\url{http://www.abc.com/a%20b\%20c}"
}
Help? Is there any macro for "%"?
%20b%20cto be a comment - it is not). Your editor can not recognize that the comment sign is inside the macrourl. Macrourlworks fine and you get the urlhttp://www.abc.com/a%20b\%20cdisplayed in your bibliography. – Kurt Sep 2 '12 at 22:56