Text FormattingToC entries instead of ToC pages as links with hyperref

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
petey
Posts: 10
Joined: Sat Feb 27, 2010 9:23 pm

ToC entries instead of ToC pages as links with hyperref

Post by petey »

I have a problem with the hyperref package.

I want hyperref to make links around the page references in the toc and not around the section titles.

Thanks in advance.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

ToC entries instead of ToC pages as links with hyperref

Post by gmedina »

Hi,

use the linktocpage option:

Code: Select all

\usepackage[linktocpage]{hyperref}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
petey
Posts: 10
Joined: Sat Feb 27, 2010 9:23 pm

Re: ToC entries instead of ToC pages as links with hyperref

Post by petey »

Thank you very much gmedina :-).
Post Reply