I'm using a lot of links with http:// in my document, but the two slashes are too much separated, I'd like them to be more near each other. How do I do this, in a neat way?
I'm using a sans-serif font: \renewcommand{\familydefault}{\sfdefault}
|
I'm using a lot of links with I'm using a sans-serif font: |
||||
|
This should do what you want. Of course, you can choose the command name (
|
|||||||||||||||||
|
url-command from theurlpackage:\url{http://tex.stackexchange.com}– Christian R. Feb 16 at 13:45\urlstyle{sf}. Also have a look at tex.stackexchange.com/questions/98466/… – lockstep Feb 16 at 14:42\urlstyle{same}which picks\familydefaultand is a tiny bit more comfortable. – Qrrbrbirlbel Feb 16 at 16:27