Add some extra infos
This commit is contained in:
parent
affa02b290
commit
ccbac1d77c
1 changed files with 16 additions and 4 deletions
|
@ -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
|
||||
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}
|
||||
|
|
Loading…
Reference in a new issue