Differences between version 6 and predecessor to the previous major change of PdfLatexNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Monday, March 29, 2004 8:23:08 am | by ChrisPoulton | Revert |
Older page: | version 5 | Last edited on Tuesday, January 27, 2004 10:20:21 am | by JohnMcPherson | Revert |
@@ -78,8 +78,22 @@
/CreationDate (D:YYYYMMDDhhmmss) % this is the format used by pdf for date/time
/Subject (...)
/Keywords (...)
}
+</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:
+
+<verbatim>
+\usepackage[pdftex,
+ pdfauthor={Your Name},
+ pdftitle={The Title},
+ pdfsubject={The Subject},
+ pdfkeywords={Some Keywords},
+ pdfproducer={Latex with hyperref, or other system},
+ pdfcreator={pdflatex, or other tool}]{hyperref}
</verbatim>
!!! epstopdf package and command