Making table of contents entries hyperlinked in LaTeX

  • Context: LaTeX 
  • Thread starter Thread starter malawi_glenn
  • Start date Start date
  • Tags Tags
    Latex Links Table
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 15K views
Science Advisor
Messages
6,735
Reaction score
2,437
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: