diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-06-05 10:04:42 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-06-05 10:04:42 -0700 |
commit | cb68b11fb4b68ddea543e146cab1ddfdb8ea8054 (patch) | |
tree | 589a0a7dd03a80df12da16b42418128e70a045f9 /default.latex | |
parent | 242daf33775832576abb34aebcab320e479dd072 (diff) | |
download | pandoc-cb68b11fb4b68ddea543e146cab1ddfdb8ea8054.tar.gz |
LaTeX: Make TOC links black.
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/default.latex b/default.latex index de56e7bdf..344d76fcb 100644 --- a/default.latex +++ b/default.latex @@ -158,8 +158,10 @@ $include-before$ $endfor$ $if(toc)$ +{ +\hypersetup{linkcolor=black} \tableofcontents - +} $endif$ $body$ |