LaTeX template: Don't use monospace font for URLs.

This commit is contained in:
John MacFarlane 2013-01-21 11:42:42 -08:00
parent 3474aecee9
commit 5ed01e0e8e

View file

@ -88,6 +88,7 @@ $endif$
urlcolor=$if(urlcolor)$$urlcolor$$else$blue$endif$,
linkcolor=$if(linkcolor)$$linkcolor$$else$magenta$endif$,
pdfborder={0 0 0}}
\urlstyle{same} % don't use monospace font for urls
$if(links-as-notes)$
% Make links footnotes instead of hotlinks:
\renewcommand{\href}[2]{#2\footnote{\url{#1}}}