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
|
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