Hyperref Setup for LaTeX
- Make a google for hyperref and you will find information by
Sebastian Rahtz and Heiko Oberdiek.
- Here
you can find a zipped file with code of hyperref and a manual.
- Try opening the file,
hyperref.ins, with LaTeX (PCTeX)
and typesetting it with LaTeX to produce the style files. Now copy
the *.sty, *.def, and *.cfg files to the LaTeX directory.
- Now try using the hyperref package in your tex document
by putting
\usepackage{hyperref} in your preamble.
Make sure that you are using the bookmarks option
when you load the hyperref package. Here is an example
of a good way to load hyperrref:
\usepackage[dvips, bookmarks, colorlinks=true, plainpages = false,
citecolor = green, urlcolor = blue, filecolor = blue]{hyperref}
- Slides:
of a presentation by H. Oberdiek.
- Paper
illustrating the use of hyperref. And
this
is how the .pdf document looks like
- There is also this
book:
by Goosens, Rahtz, Gurari, Moore, Sutor:
"LaTeX Web Companion: The Integrating TeX, HTML, and XML",
Addison-Wesley.