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
|
\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
|
||||||
hidelinks, % clickable nks in table of contents
|
pdfsubject={\setsubject}, % subject metadata
|
||||||
|
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}
|
||||||
|
|
Loading…
Reference in a new issue