Add extra
This commit is contained in:
parent
cda4e311ea
commit
4a432353cc
1 changed files with 17 additions and 4 deletions
|
@ -18,11 +18,24 @@
|
|||
hidelinks, % clickable links in table of contents
|
||||
]{hyperref}
|
||||
|
||||
% Add \subject to title
|
||||
\makeatletter
|
||||
\providecommand{\extra}[1]{
|
||||
\apptocmd{\@author}{
|
||||
\vspace*{0.2em}
|
||||
\end{tabular}
|
||||
\begin{tabular}[t]{c}
|
||||
#1}{}{}
|
||||
}
|
||||
\makeatother
|
||||
|
||||
|
||||
\title{\settitle}
|
||||
\author{\anri\thanks{\anri : 22302653} \\
|
||||
Programmation système avancée $\cdot$ Université Paris Cité}
|
||||
\author{\anri\thanks{\anri : 22302653}}
|
||||
\date{Année universitaire 2023-2024}
|
||||
|
||||
\extra{Programmation système avancée $\cdot$ Université Paris Cité}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\tableofcontents
|
||||
|
|
Reference in a new issue