Page LayoutCan't make summary clickable

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
eltonsoares
Posts: 10
Joined: Sun May 11, 2014 7:06 pm

Can't make summary clickable

Post by eltonsoares »

Hi,

I am using this hyperref configuration even though it is not clickable from the summary.

Code: Select all

\usepackage[ bookmarks,
                 bookmarksopen = true,
                 bookmarksnumbered = true,
                 breaklinks = true,
                 linktocpage,
                 pagebackref,
                 backref=page,
                 backref,
                 colorlinks = true,
                 linkcolor = blue,
                 urlcolor  = blue,
                 citecolor = blue,
                 anchorcolor = green,
                 hyperindex = true]{hyperref}
What am I doing wrong?
Electrical Engineer
Master's Degree in Energy student

Recommended reading 2024:

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

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Can't make summary clickable

Post by Johannes_B »

A self-contained but minimal working example would be much better to test the code, since the snippet you gave us isn't useful.
Please read how to prepare a minimal working example and come back.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
eltonsoares
Posts: 10
Joined: Sun May 11, 2014 7:06 pm

Re: Can't make summary clickable

Post by eltonsoares »

Solved.

Removed from hyperref the option linktocpage.

thanks
Electrical Engineer
Master's Degree in Energy student
Post Reply