diff --git a/pandoc/header.tex b/pandoc/header.tex index 0e78941..8e51eb6 100644 --- a/pandoc/header.tex +++ b/pandoc/header.tex @@ -53,3 +53,6 @@ % url & hyperlink formatting %\DeclareUrlCommand\url{} + +% urls as footnotes +\renewcommand{\href}[2]{#2\footnote{\url{#1}}}