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