Change default LaTeX link colour to black.
This reflects the default behaviour of `hyperref` when `colorlinks` is not enabled (but instead sets the colour to black when it is not specified by the user, for the sake of simplicity).
This commit is contained in:
parent
17f380f089
commit
a84f822c30
1 changed files with 3 additions and 3 deletions
|
@ -61,9 +61,9 @@ $endif$
|
||||||
pdfsubject={$subtitle$},$endif$$if(keywords)$
|
pdfsubject={$subtitle$},$endif$$if(keywords)$
|
||||||
pdfkeywords={$keywords$},$endif$
|
pdfkeywords={$keywords$},$endif$
|
||||||
colorlinks=true,
|
colorlinks=true,
|
||||||
citecolor=$if(citecolor)$$citecolor$$else$blue$endif$,
|
citecolor=$if(citecolor)$$citecolor$$else$black$endif$,
|
||||||
urlcolor=$if(urlcolor)$$urlcolor$$else$blue$endif$,
|
urlcolor=$if(urlcolor)$$urlcolor$$else$black$endif$,
|
||||||
linkcolor=$if(linkcolor)$$linkcolor$$else$magenta$endif$,
|
linkcolor=$if(linkcolor)$$linkcolor$$else$black$endif$,
|
||||||
pdfborder={0 0 0}$if(hidelinks)$,
|
pdfborder={0 0 0}$if(hidelinks)$,
|
||||||
hidelinks$endif$}
|
hidelinks$endif$}
|
||||||
\urlstyle{same} % don't use monospace font for urls
|
\urlstyle{same} % don't use monospace font for urls
|
||||||
|
|
Loading…
Reference in a new issue