How to make clickable links and cross-references in pdfs produced by LaTeX?

How can I make things link url references, my index, table of contents, and cross references clickable links in documents produced by LaTeX? I generally use pdflatex to produce my documents.

253k 70 70 gold badges 730 730 silver badges 796 796 bronze badges asked Jul 27, 2010 at 4:47 31.5k 23 23 gold badges 68 68 silver badges 88 88 bronze badges

2 Answers 2

The hyperref package does all of these things. you may need to include it with options like backlinks backref to get back references, but it does everything you need.

3 2 2 bronze badges answered Jul 27, 2010 at 4:52 16.8k 14 14 gold badges 56 56 silver badges 64 64 bronze badges

Once you start using hyperref , you might well ask yourself: How can I remove the ugly borders around clickable crossreferences and hyperlinks? For even more issues regarding this package, check out the top questions tagged with .

Commented Nov 1, 2011 at 12:22

The documentation is pretty voluminous. To just create a simple hyperlink, this worked for me: \usepackage at the top after the other usepackages, and \href where I want to put a link.