metadata
This commit is contained in:
parent
63ba6f06a1
commit
49135345de
1 changed files with 12 additions and 4 deletions
|
@ -6,13 +6,21 @@
|
|||
\usepackage[french]{babel} % langages
|
||||
\frenchsetup{SmallCapsFigTabCaptions=false}
|
||||
|
||||
\usepackage[hidelinks]{hyperref} % clickable links in table of contents
|
||||
|
||||
\usepackage{graphicx} % images
|
||||
|
||||
\newcommand{\emma}{Emma Botti}
|
||||
\newcommand{\anri}{Anri Kennel}
|
||||
|
||||
\newcommand{\settitle}{Projet}
|
||||
|
||||
\usepackage[
|
||||
pdfauthor={\emma\ et \anri}, % author metadata
|
||||
pdftitle={\settitle}, % title metadata
|
||||
hidelinks, % clickable nks in table of contents
|
||||
]{hyperref}
|
||||
|
||||
\title{\settitle}
|
||||
|
||||
\usepackage{graphicx} % images
|
||||
|
||||
\title{Projet}
|
||||
\author{\emma\thanks{\emma : 71701040} et \anri\thanks{\anri : 22302653} \\
|
||||
Langages à objet avancés $\cdot$ Université Paris Cité}
|
||||
|
|
Reference in a new issue