mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-02-15 07:21:58 +00:00
11 lines
368 B
Plaintext
Executable File
11 lines
368 B
Plaintext
Executable File
\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$
|