General ⇒ PDF properties
-
- Posts: 11
- Joined: Sun May 03, 2009 8:28 am
PDF properties
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
PDF properties
Code: Select all
\usepackage[
pdfauthor = {Some Person},
pdftitle = {A long title, perhaps}
pdfsubject = {Some rubbish I've made up}
]{hyperref}
-
- Posts: 11
- Joined: Sun May 03, 2009 8:28 am
PDF properties
pdfsubject isn't recognised, but using hypersetup works great.
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm