Better metadata
This commit is contained in:
parent
7305c6f8a9
commit
3b045c5e41
1 changed files with 7 additions and 2 deletions
|
@ -20,11 +20,16 @@
|
|||
% Titre du document
|
||||
\newcommand{\documentTitle}{Lettre}
|
||||
|
||||
% Auteur
|
||||
\newcommand{\documentAuthor}{Prénom Nom}
|
||||
|
||||
% Liens cliquable + metadata
|
||||
\usepackage[pdfauthor={Prénom Nom},
|
||||
\usepackage[pdfauthor={\documentAuthor},
|
||||
pdftitle={\documentTitle},
|
||||
pdfsubject={Lettre},
|
||||
pdfkeywords={lettre}]{hyperref}
|
||||
pdfkeywords={\documentAuthor, lettre},
|
||||
pdfcreator={LaTeX with 'easyLetter' preset}
|
||||
]{hyperref}
|
||||
|
||||
% Import de lettre-expediteur.cfg (Expéditeur)
|
||||
\institut{../expediteur}
|
||||
|
|
Loading…
Reference in a new issue