Skip to content

Instantly share code, notes, and snippets.

@hertzsprung
Last active May 20, 2016 09:36
Show Gist options
  • Select an option

  • Save hertzsprung/b714e54926abb4793038998f8781c20b to your computer and use it in GitHub Desktop.

Select an option

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