-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Adrian Peter ha scritto: > Hi, > > > > I want to use the hyperref package to make my document table of contents > entries serve as hyperlinks to chapters, sections, subsections, etc. I have > a master document, with sub-documents (brought together using "Include"). > Do I have to do anything special besides placing a \usepackage{hyperref} in > the preamble of the master document? Thank you in advance for your help.
That's enough for a very basic usage. But if you want to remove the coloured boxes around links, as well as if you want to add some description to your output pdf file, you might want to try this: \usepackage[ % these settings create hierarchical bookmarks which follow the % document hierarchy bookmarks=true, bookmarksopen=true, bookmarksnumbered=true, % theese parameters are useful only if you build a pdf file % pdftitle={ DOCUMENT TITLE }, % pdfauthor={ YOUR INFO }, % pdfcreator={LyX, the LaTeX frontend with hyperref}, % pdfkeywords={ DOCUMENT KEYWORDS }, % pdfsubject={ DOCUMENT SUBJECT }, % see http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pdfpagelabels pdfpagelabels, plainpages=false, % these settings remove all colours around any kind of link colorlinks=true, linkcolor=black, urlcolor=black, filecolor=black, citecolor=black, ]{hyperref} This usage was suggested by Tim Michelsen on this list some time ago. Best regards. - -- Filippo Zangheri GPG key ID: 0xE1D879FA Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA Key server: pgp.mit.edu - -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GE d- s+:- a-- C++ UL+++ P+ L+++ E-- W+ N* o-- K- w--- O-- M-- V- PS++ PE+ Y+ PGP++ t 5-- X++ R* tv b+ DI-- D---- G-- e++ h-- r++ z* - ------END GEEK CODE BLOCK------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIBHAf6l+nKuHYefoRAoW6AJwMrJ10fUM4v8Sbz5HkWDMV9e3+rgCcDx4v yycV72zFs2P6yt5I3jWqQmc= =rKwM -----END PGP SIGNATURE-----