I want to use the following footnote:
\footnote{http://msdn.microsoft.com/en-us/library/ee804826%28Surface.10%29.aspx}
But the problem is since there are % symbols in the link, it is recognized as a comment. How can I avoid that?
|
I want to use the following footnote:
But the problem is since there are % symbols in the link, it is recognized as a comment. How can I avoid that? |
|||
|
|
|
Isn't it enough to simple escape the % with \ or am I missing something here? That is:
|
|||
|
|
|
Just escape it as per jonalv's post or use the
|
|||
|
|
If you don't want to escape %, another solution was discussed here. In short, load hyperref and define a new macro
Now, you can type
This will also typeset the URL in typewriter font and make it a link. If you don't want this, replace the definition of |
|||
|
|