vote up 5 vote down star
2

I need links for Table of Contents, so that I can navigate fast to different sections. I apparently need some package.

I tried the package url unsuccessfully.

flag

3 Answers

vote up 9 vote down check

The way to go is the hyperref package.

link|flag
why do heading and subheadings not work? When I export with those, as I recall, they link? – ccook Feb 18 at 1:16
Sorry ccook, I don't understand what you are asking. – Fabian Steeg Feb 18 at 2:11
vote up 3 vote down

Don't miss out on the

\hypersetup{linktocpage}

option to only link the page numbers and not the entire table of contents; when links are being coloured the default behaviour can be a bit overwhelming.

link|flag
Not true. It's better when the entire line links. – alamodey Feb 18 at 1:13
As clickable links, it's better to have the entire line. But if you've got links printed in hot pink, then it looks mighty ugly to have an entire page coloured like that. – Will Robertson Feb 23 at 23:08
vote up 5 vote down
\usepackage{hyperref}
\hypersetup{
    colorlinks,
    citecolor=black,
    filecolor=black,
    linkcolor=black,
    urlcolor=black
}

You can change the color of the links as above.

link|flag
+1 Since this works great :) – Johan Aug 22 at 15:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.