* Uwe Stöhr <[EMAIL PROTECTED]>, 2005-11-27 09:31 +0100: > Use the LaTeX-package "hyperref". > Add for example the following code to your document preamble: > > \usepackage[colorlinks=true,urlcolor=blue,citecolor=black, > filecolor=blue,linkcolor=black,pdfnewwindow=true, > pdftitle=YourTitle,bookmarks, > pdfpagelayout=OneColumn,pdfstartview=XYZ, > bookmarksnumbered,plainpages=false,pdfpagelabels, > pdfauthor={YourName},pdfsubject={YourSubject}, > pdfkeywords={YourKeywords}]{hyperref} > > You don't need all these options for hyperref to get a PDF-TOC! It's > just an example. For more infos have a look at: > > http://www.tug.org/applications/hyperref/manual.html
Thnaks Uwe! I just wanted to add the hyperref code should be the last one in the preamble. -Andre