I'm using the hyperref package because I have a link in my document, but do not want to have the TOC as links. How can this be done?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
|
|||||
|
|
There is the option
will make the page numbers rather than the text of the ToC the active link. This, along with the suggestion of @cmhughes will minimize how 'clickable' your ToC is and even make it look like there are no links to click on. |
|||
|
|
urlpackage which gives you\url. – Martin Scharrer♦ May 9 '12 at 21:01\urlis just for URLs, not for hyperlinks. I'm afraid you needhyperreffor links like this. I checked the manual but couldn't find an option to disable TOC links. – Martin Scharrer♦ May 9 '12 at 21:11\hypersetup{linkcolor=black}immediately before yourtocand then change it immediately afterwards – cmhughes May 9 '12 at 21:16