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:
parent
8ea41996bf
commit
2b7111ddec
1 changed files with 1 additions and 0 deletions
|
@ -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)$
|
||||
|
|
Loading…
Add table
Reference in a new issue