Add some extra infos

This commit is contained in:
Mylloon 2024-02-01 15:27:23 +01:00
parent affa02b290
commit ccbac1d77c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -7,17 +7,29 @@
\usepackage[french]{babel} % langages
\frenchsetup{SmallCapsFigTabCaptions=false}
% \usepackage[ % change page dimensions
% a4paper,
% left=20mm,
% top=20mm,
% ]{geometry}
% \usepackage{minted} % code integration
% \usemintedstyle{emacs}
\newcommand{\settitle}{TITLE}
\newcommand{\setauthor}{YOU}
\newcommand{\setsubject}{SUBJECT}
\newcommand{\setlocation}{LOCATION}
\usepackage[
pdfauthor={\setauthor}, % author metadata
pdftitle={\settitle}, % title metadata
hidelinks, % clickable nks in table of contents
pdfauthor={\setauthor}, % author metadata
pdftitle={\settitle}, % title metadata
pdfsubject={\setsubject}, % subject metadata
hidelinks, % clickable nks in table of contents
]{hyperref}
\title{\settitle}
\author{\setauthor}
\author{\href{mailto:place@holder.com}{\setauthor}\\\setsubject $\cdot$ \setlocation}
\date{}
\begin{document}