Enable to hide links as plain text (hyperref option)

Add a variable "hidelinks" to allow to hide links as plain text in LaTeX. It removes any color and borer. The variable does not need any particular argument  (see https://www.tug.org/applications/hyperref/manual.html)
This commit is contained in:
Hugo Roy 2015-08-20 15:26:11 +02:00
parent 8ea41996bf
commit 2b7111ddec

View file

@ -69,6 +69,7 @@ $endif$
citecolor=$if(citecolor)$$citecolor$$else$blue$endif$,
urlcolor=$if(urlcolor)$$urlcolor$$else$blue$endif$,
linkcolor=$if(linkcolor)$$linkcolor$$else$magenta$endif$,
$if(hidelinks)$hidelinks=$hidelinks$,$endif$
pdfborder={0 0 0}}
\urlstyle{same} % don't use monospace font for urls
$if(lang)$