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.
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.
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.
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
You can change the color of the links as above.