1
0
Fork 0
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:
Benedict Dudel 2022-12-23 14:47:01 +01:00
parent 86122fd38a
commit 8004ec671b

View file

@ -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}}}