pdf hyper references
WARNING: Please update your bookmarks! The content of this site has been moved to http://dille.name where it will be updated as needed. This page will remain unchanged.
the hyperref package will create proper bookmarks and hyper references in the document to jump to the desired place by a single click:- document layout:
% ... \usepackage[DRIVER,OPTIONS]{hyperref} \hypersetup{ pdfauthor = {AUTHOR}, pdftitle = {TITLE}, pdfsubject = {SUBJECT}, pdfkeywords = {KEYWORDS}, pdfcreator = {CREATOR}, pdfproducer = {PRODUCER} } % ... \begin{document}for a list of drivers see generating ps/pdf documents - package feature options:
option values default description backref true|false false add references to bibliography items linking them to locations of corresponding citations bookmarks true|false true compile bookmarks from table of contents bookmarksnumbered true|false false put section numering in bookmarks bookmarksopen true|false false open bookmarks on load of document bookmarksopenlevel n \maxdimen maximum visible bookmark level breaklinks true|false false allow links to be broken across lines colorlinks true|false false allow coloured links hyperfigures true|false false build list of figures with hyper references hyperindex true|false true build index with hyper references linktocpage true|false false entries in the table of contents are linked to sections by the page numbers instead of the title pageanchor true|false true insert a link anchor on every page raiselinks true|false false raise up links - colouring options: these options are self-explanatory
option default anchorcolor black citecolor green citebordercolor 0 1 0 filecolor cyan filebordercolor 0 .5 .5 linkcolor red linkbordercolor 1 0 0 menucolor red menubordercolor 1 0 0 pagecolor red pagebordercolor 1 1 0 urlcolor magenta urlbordercolor 0 1 1 - pdf viewer options:
option values default description pdffitwindow true|false false document is fitted to window on load pdfnewwindow true|false false open links in new window pdfmenubar true|false true show menu in viewer pdfpagelayout SinglePage empty shows single page and flips when advancing OneColumn displays document in single column and allows continuous scrolling TwoColumnLeft displays document in two column with odd-numbered pages to the left TwoColumnRight displays document in two columns with odd-numbered pages to the right pdfpagemode None empty default mode of display UseThumbs shows thumbnails UseOutlines shows bookmarks FullScreen view fullscreen pdfstartpage n 1 number of page to display on load pdftoolbar true|false true show toolsbar in viewer pdfpagetransition Blinds empty how a page transition is performed Box Dissolve Glitter Split Wipe - additional macros provided by the hyperref package:
\href{URL}{TEXT}\url{URL}corresponds to\href{URL}{URL}



