fix extra
This commit is contained in:
parent
4a432353cc
commit
76070602c3
1 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
\newcommand{\titlename}{
|
\newcommand{\titlename}{
|
||||||
Projet : Un ordonnanceur par work stealing}
|
Projet : Un ordonnanceur par work stealing}
|
||||||
\newcommand{\settitle}{\href{https://www.irif.fr/~jch/enseignement/systeme/projet.pdf}{\titlename}}
|
\newcommand{\mytitle}{\href{https://www.irif.fr/~jch/enseignement/systeme/projet.pdf}{\titlename}}
|
||||||
|
|
||||||
\usepackage[
|
\usepackage[
|
||||||
pdfauthor={\anri}, % author metadata
|
pdfauthor={\anri}, % author metadata
|
||||||
|
@ -18,23 +18,23 @@
|
||||||
hidelinks, % clickable links in table of contents
|
hidelinks, % clickable links in table of contents
|
||||||
]{hyperref}
|
]{hyperref}
|
||||||
|
|
||||||
% Add \subject to title
|
% Add \extra info to title
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\providecommand{\extra}[1]{
|
\providecommand{\extra}[1]{
|
||||||
\apptocmd{\@author}{
|
\apptocmd{\@author}{
|
||||||
\vspace*{0.2em}
|
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
\par\vspace*{0.7em}
|
||||||
\begin{tabular}[t]{c}
|
\begin{tabular}[t]{c}
|
||||||
#1}{}{}
|
#1}{}{}
|
||||||
}
|
}
|
||||||
\makeatother
|
\makeatother
|
||||||
|
|
||||||
|
|
||||||
\title{\settitle}
|
\title{\mytitle}
|
||||||
\author{\anri\thanks{\anri : 22302653}}
|
\author{\anri\thanks{\anri : 22302653}}
|
||||||
|
\extra{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
|
||||||
|
|
Reference in a new issue