LaTeX template: Use \urlstyle{same}
to avoid monospace URLs.
This commit is contained in:
parent
26d30d6d38
commit
f468db9277
4 changed files with 4 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 3474aecee9948a9ab53c7bb78519c62d875a1158
|
||||
Subproject commit 5ed01e0e8ee7e8577e38e75d6d29c00479b09ead
|
|
@ -53,6 +53,7 @@
|
|||
urlcolor=blue,
|
||||
linkcolor=magenta,
|
||||
pdfborder={0 0 0}}
|
||||
\urlstyle{same} % don't use monospace font for urls
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{6pt plus 2pt minus 1pt}
|
||||
\setlength{\emergencystretch}{3em} % prevent overfull lines
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
urlcolor=blue,
|
||||
linkcolor=magenta,
|
||||
pdfborder={0 0 0}}
|
||||
\urlstyle{same} % don't use monospace font for urls
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{6pt plus 2pt minus 1pt}
|
||||
\setlength{\emergencystretch}{3em} % prevent overfull lines
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
urlcolor=blue,
|
||||
linkcolor=magenta,
|
||||
pdfborder={0 0 0}}
|
||||
\urlstyle{same} % don't use monospace font for urls
|
||||
\usepackage[normalem]{ulem}
|
||||
% avoid problems with \sout in headers with hyperref:
|
||||
\pdfstringdefDisableCommands{\renewcommand{\sout}{}}
|
||||
|
|
Loading…
Add table
Reference in a new issue