Skip to content

Instantly share code, notes, and snippets.

@hertzsprung
Last active May 20, 2016 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hertzsprung/b714e54926abb4793038998f8781c20b to your computer and use it in GitHub Desktop.
Save hertzsprung/b714e54926abb4793038998f8781c20b to your computer and use it in GitHub Desktop.
PDF metadata for LaTeX documents
\makeatletter
\AtBeginDocument{
\hypersetup{
pdftitle = {\@title},
pdfauthor = {\@author}
}
}
\makeatother
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment