Merge pull request #113 from hugoroy/patch-1
Enable to hide links as plain text (hyperref option)
This commit is contained in:
commit
aad70de992
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ $endif$
|
|||
citecolor=$if(citecolor)$$citecolor$$else$blue$endif$,
|
||||
urlcolor=$if(urlcolor)$$urlcolor$$else$blue$endif$,
|
||||
linkcolor=$if(linkcolor)$$linkcolor$$else$magenta$endif$,
|
||||
pdfborder={0 0 0}}
|
||||
pdfborder={0 0 0}
|
||||
$if(hidelinks)$,hidelinks,$endif$}
|
||||
\urlstyle{same} % don't use monospace font for urls
|
||||
$if(lang)$
|
||||
\ifxetex
|
||||
|
|
Loading…
Add table
Reference in a new issue