mirror of
https://github.com/benedictdudel/pandoc-letter-din5008.git
synced 2024-08-16 10:19:49 +02:00
Hide borders around links
This commit is contained in:
parent
86122fd38a
commit
8004ec671b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ $endfor$
|
|||
\setlength{\textwidth}{\useplength{firstheadwidth}}
|
||||
|
||||
% Links
|
||||
\usepackage{hyperref}
|
||||
\usepackage[hidelinks]{hyperref}
|
||||
$if(links-as-notes)$
|
||||
% Make links footnotes instead of hotlinks:
|
||||
\DeclareRobustCommand{\href}[2]{#2\footnote{\url{#1}}}
|
||||
|
|
Loading…
Reference in a new issue