mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-02-12 05:55:19 +00:00
11 lines
368 B
Plaintext
11 lines
368 B
Plaintext
|
\usepackage{bookmark}
|
||
|
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
|
||
|
\urlstyle{$if(urlstyle)$$urlstyle$$else$same$endif$}
|
||
|
$if(links-as-notes)$
|
||
|
% Make links footnotes instead of hotlinks:
|
||
|
\DeclareRobustCommand{\href}[2]{#2\footnote{\url{#1}}}
|
||
|
$endif$
|
||
|
$if(verbatim-in-note)$
|
||
|
\VerbatimFootnotes % allow verbatim text in footnotes
|
||
|
$endif$
|