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:
Andrew Dunning 2015-10-20 14:38:48 -04:00
parent 17f380f089
commit a84f822c30

View file

@ -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