Added links-as-notes variable to print links as footnotes
This commit is contained in:
parent
02120505d6
commit
242daf3377
1 changed files with 4 additions and 2 deletions
|
@ -107,8 +107,10 @@ $endif$
|
||||||
urlcolor=$if(linkcolor)$$linkcolor$$else$blue$endif$,
|
urlcolor=$if(linkcolor)$$linkcolor$$else$blue$endif$,
|
||||||
linkcolor=$if(linkcolor)$$linkcolor$$else$blue$endif$,
|
linkcolor=$if(linkcolor)$$linkcolor$$else$blue$endif$,
|
||||||
pdfborder={0 0 0}}
|
pdfborder={0 0 0}}
|
||||||
% Uncomment next line if you want links as footnotes instead of hotlinks:
|
$if(links-as-notes)$
|
||||||
% \renewcommand{\href}[2]{#2\footnote{\url{#1}}}
|
% Make links footnotes instead of hotlinks:
|
||||||
|
\renewcommand{\href}[2]{#2\footnote{\url{#1}}}
|
||||||
|
$endif$
|
||||||
$if(strikeout)$
|
$if(strikeout)$
|
||||||
\usepackage[normalem]{ulem}
|
\usepackage[normalem]{ulem}
|
||||||
% avoid problems with \sout in headers with hyperref:
|
% avoid problems with \sout in headers with hyperref:
|
||||||
|
|
Loading…
Add table
Reference in a new issue