LaTeX LaTeX: Links in Table of Contents

  • Thread starter Thread starter malawi_glenn
  • Start date Start date
  • Tags Tags
    Latex Links Table
Click For Summary
To create clickable links in the table of contents in LaTeX, the hyperref package should be added to the preamble of the document. This package not only enables section links but also allows the entire row to be clickable, not just the page number. Additionally, it facilitates the creation of a bookmark list visible in PDF viewers like Acrobat Reader. Users have confirmed that incorporating hyperref resolves the issue effectively. Implementing this package enhances navigation within the document significantly.
malawi_glenn
Science Advisor
Messages
6,735
Reaction score
2,434
Hello all LaTeX fans

I want in my table of contents to have links to the sections which is included there, see this for instance:

http://arxiv.org/PS_cache/arxiv/pdf/0906/0906.0777v1.pdf

(and also the entire row, not just the page number)



Secondly, I want to create that bookmark list which is visible to the left in e.g. Acrobat Reader.

Thank you in advance
 
Last edited by a moderator:
Physics news on Phys.org
I'm looking through my style files and don't notice anything special to enable them. I'm currently using LEd with tex->ps then ps2pdf and I get them. So unless its one of these packages, it kind of just does it for me

Code:
\usepackage{graphicx}
\usepackage{epsfig}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{booktabs}
\usepackage{stmaryrd}
\usepackage{url}
\usepackage{longtable}
\usepackage[figuresright]{rotating}
\usepackage{mathrsfs}
 
malawi_glenn said:
Hello all LaTeX fans

I want in my table of contents to have links to the sections which is included there, see this for instance:

http://arxiv.org/PS_cache/arxiv/pdf/0906/0906.0777v1.pdf

(and also the entire row, not just the page number)
Secondly, I want to create that bookmark list which is visible to the left in e.g. Acrobat Reader.

Thank you in advance

just add hyperref package in preamble and it does all that...

\usepackage{hyperref}
 
Last edited by a moderator:
oh, cool! I'll check it out. Thanx mates
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
37K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
33K
  • · Replies 4 ·
Replies
4
Views
10K
  • · Replies 4 ·
Replies
4
Views
2K