I would like to change the font size of the URLs in my latex document. I did:
\begin{document}
...
\usepackage{url}
Figure 1: \scriptsize{\url{my url}}\\
Figure 2: \scriptsize{\url{my url}}
...
The problem is that these commands make the font size of the "Figure 2" also in \scriptsize and I don't want that.
Can someone help me?
{\scriptsize\url{...}}should do. – egreg Jan 2 at 21:35