metadata
This commit is contained in:
parent
4b6d6ea0e3
commit
7bbd06be27
1 changed files with 10 additions and 3 deletions
|
@ -7,10 +7,17 @@
|
|||
\usepackage[french]{babel} % langages
|
||||
\frenchsetup{SmallCapsFigTabCaptions=false}
|
||||
|
||||
\usepackage[hidelinks]{hyperref} % clickable links in table of contents
|
||||
\newcommand{\settitle}{TITLE}
|
||||
\newcommand{\setauthor}{YOU}
|
||||
|
||||
\title{TITLE}
|
||||
\author{YOU}
|
||||
\usepackage[
|
||||
pdfauthor={\setauthor}, % author metadata
|
||||
pdftitle={\settitle}, % title metadata
|
||||
hidelinks, % clickable nks in table of contents
|
||||
]{hyperref}
|
||||
|
||||
\title{\settitle}
|
||||
\author{\setauthor}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
|
|
Loading…
Reference in a new issue