Differences between version 7 and predecessor to the previous major change of PdfLatexNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 7 | Last edited on Sunday, October 17, 2004 5:37:10 pm | by JohnMcPherson | Revert |
Older page: | version 6 | Last edited on Monday, March 29, 2004 8:23:08 am | by ChrisPoulton | Revert |
@@ -66,8 +66,11 @@
\pdfhorigin=1truein % default value(?), but doesn't work without
\pdfvorigin=1truein % default value(?), but doesn't work without
\fi
</verbatim>
+
+!!! The 'hyperref' package
+If you use the hyperref package, then your pdf file will have have active links for all labels and citations, which you can use for quickly navigating. This is incredibly useful - eg for browsing your bibliography and seeing where a reference was cited. In addition, bookmarks will be generated. See the section below on using hyperref with pdflatex.
!!! [PDF] metadata
Inside a block that is only read for pdflatex (and not normal latex), you can put a block to set the metadata inside the PDF file:
@@ -82,9 +85,9 @@
</verbatim>
However, if you are using the hyperref package (which uses your Table of Contents to create bookmarks and a
contents pane in your PDF - very pretty) you will find your pdfinfo block is ignored.
-This annoyed me for ages until I found the
solution:
+The
solution:
<verbatim>
\usepackage[pdftex,
pdfauthor={Your Name},