Add PDF metadata

This commit is contained in:
RunasSudo 2019-09-22 03:48:29 +10:00
parent 4afc4ee459
commit b5e0d7ff5a
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ class LaTeXRenderer(mistletoe.latex_renderer.LaTeXRenderer):
% Configuration
\usepackage[top=1.25cm,bottom=1.13cm,inner=2cm,outer=2cm,headheight=8pt,headsep=0.5cm,footskip=1cm,includehead,includefoot]{geometry}
\frenchspacing
\usepackage[hidelinks,bookmarksnumbered=true,unicode]{hyperref}
\usepackage[hidelinks,bookmarksnumbered=true,unicode,pdftitle={<title>},pdfauthor={https://gitlab.com/RunasSudo/legalmd}]{hyperref}
\usepackage{bookmark} % Non-sequential bookmarks
\usepackage{parskip}
\setlength{\parskip}{0.35cm plus 0.1cm minus 0.1cm}