View Full Version : LaTeX: Links in Table of Contents
malawi_glenn
Jun10-09, 01:12 PM
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
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
\usepackage{graphicx}
\usepackage{epsfig}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{booktabs}
\usepackage{stmaryrd}
\usepackage{url}
\usepackage{longtable}
\usepackage[figuresright]{rotating}
\usepackage{mathrsfs}
junglebeast
Jun10-09, 02:56 PM
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}
malawi_glenn
Jun10-09, 03:13 PM
oh, cool! I'll check it out. Thanx mates
vBulletin® v3.7.6, Copyright ©2000-2009, Jelsoft Enterprises Ltd.