LaTeX: added linkcolor variable
This commit is contained in:
parent
3bc667281e
commit
02120505d6
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ $endif$
|
|||
pdfauthor={$author-meta$},
|
||||
pdftitle={$title-meta$},
|
||||
colorlinks=true,
|
||||
urlcolor=blue,
|
||||
linkcolor=black,
|
||||
urlcolor=$if(linkcolor)$$linkcolor$$else$blue$endif$,
|
||||
linkcolor=$if(linkcolor)$$linkcolor$$else$blue$endif$,
|
||||
pdfborder={0 0 0}}
|
||||
% Uncomment next line if you want links as footnotes instead of hotlinks:
|
||||
% \renewcommand{\href}[2]{#2\footnote{\url{#1}}}
|
||||
|
|
Loading…
Add table
Reference in a new issue