Add extra
This commit is contained in:
parent
cda4e311ea
commit
4a432353cc
1 changed files with 17 additions and 4 deletions
|
@ -13,16 +13,29 @@
|
||||||
\newcommand{\settitle}{\href{https://www.irif.fr/~jch/enseignement/systeme/projet.pdf}{\titlename}}
|
\newcommand{\settitle}{\href{https://www.irif.fr/~jch/enseignement/systeme/projet.pdf}{\titlename}}
|
||||||
|
|
||||||
\usepackage[
|
\usepackage[
|
||||||
pdfauthor={\anri}, % author metadata
|
pdfauthor={\anri}, % author metadata
|
||||||
pdftitle={\titlename}, % title metadata
|
pdftitle={\titlename}, % title metadata
|
||||||
hidelinks, % clickable links in table of contents
|
hidelinks, % clickable links in table of contents
|
||||||
]{hyperref}
|
]{hyperref}
|
||||||
|
|
||||||
|
% Add \subject to title
|
||||||
|
\makeatletter
|
||||||
|
\providecommand{\extra}[1]{
|
||||||
|
\apptocmd{\@author}{
|
||||||
|
\vspace*{0.2em}
|
||||||
|
\end{tabular}
|
||||||
|
\begin{tabular}[t]{c}
|
||||||
|
#1}{}{}
|
||||||
|
}
|
||||||
|
\makeatother
|
||||||
|
|
||||||
|
|
||||||
\title{\settitle}
|
\title{\settitle}
|
||||||
\author{\anri\thanks{\anri : 22302653} \\
|
\author{\anri\thanks{\anri : 22302653}}
|
||||||
Programmation système avancée $\cdot$ Université Paris Cité}
|
|
||||||
\date{Année universitaire 2023-2024}
|
\date{Année universitaire 2023-2024}
|
||||||
|
|
||||||
|
\extra{Programmation système avancée $\cdot$ Université Paris Cité}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
\maketitle
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
Reference in a new issue