This commit is contained in:
Mylloon 2024-01-12 01:58:21 +01:00
parent 4b6d6ea0e3
commit 7bbd06be27
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -7,10 +7,17 @@
\usepackage[french]{babel} % langages \usepackage[french]{babel} % langages
\frenchsetup{SmallCapsFigTabCaptions=false} \frenchsetup{SmallCapsFigTabCaptions=false}
\usepackage[hidelinks]{hyperref} % clickable links in table of contents \newcommand{\settitle}{TITLE}
\newcommand{\setauthor}{YOU}
\title{TITLE} \usepackage[
\author{YOU} pdfauthor={\setauthor}, % author metadata
pdftitle={\settitle}, % title metadata
hidelinks, % clickable nks in table of contents
]{hyperref}
\title{\settitle}
\author{\setauthor}
\date{} \date{}
\begin{document} \begin{document}