diff --git a/pandoc/header.tex b/pandoc/header.tex index 7342af4..4f7af01 100644 --- a/pandoc/header.tex +++ b/pandoc/header.tex @@ -4,7 +4,9 @@ \usepackage{graphicx} \usepackage{datetime} -\usepackage[iso,english]{isodate} +\usepackage[iso,english]{isodate} + +\usepackage[hyperfootnotes=true]{hyperref} % hyperlinks as footnotes % page geometry \usepackage{geometry} @@ -50,3 +52,6 @@ {\thesection} {1em} {\resizetitle} + +% url & hyperlink formatting +%\DeclareUrlCommand\url{}