LaTeX: Make TOC links black.

This commit is contained in:
John MacFarlane 2012-06-05 10:04:42 -07:00
parent 242daf3377
commit cb68b11fb4

View file

@ -158,8 +158,10 @@ $include-before$
$endfor$ $endfor$
$if(toc)$ $if(toc)$
{
\hypersetup{linkcolor=black}
\tableofcontents \tableofcontents
}
$endif$ $endif$
$body$ $body$