LaTeX template: Separate urlcolor
and linkcolor
variables.
This commit is contained in:
parent
ba5f9741a1
commit
4b27abf404
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ $endif$
|
|||
pdfauthor={$author-meta$},
|
||||
pdftitle={$title-meta$},
|
||||
colorlinks=true,
|
||||
urlcolor=$if(linkcolor)$$linkcolor$$else$blue$endif$,
|
||||
linkcolor=$if(linkcolor)$$linkcolor$$else$blue$endif$,
|
||||
urlcolor=$if(urlcolor)$$urlcolor$$else$blue$endif$,
|
||||
linkcolor=$if(linkcolor)$$linkcolor$$else$magenta$endif$,
|
||||
pdfborder={0 0 0}}
|
||||
$if(links-as-notes)$
|
||||
% Make links footnotes instead of hotlinks:
|
||||
|
|
Loading…
Add table
Reference in a new issue