50 lines
1 KiB
TeX
50 lines
1 KiB
TeX
\documentclass{article}
|
|
|
|
\usepackage[T1]{fontenc} % encoding
|
|
\renewcommand{\familydefault}{\sfdefault} % sans-serif font
|
|
|
|
\usepackage[french]{babel} % langages
|
|
\frenchsetup{SmallCapsFigTabCaptions=false}
|
|
|
|
\newcommand{\anri}{Anri Kennel}
|
|
|
|
\newcommand{\titlename}{
|
|
Projet : Un ordonnanceur par work stealing}
|
|
\newcommand{\settitle}{\href{https://www.irif.fr/~jch/enseignement/systeme/projet.pdf}{\titlename}}
|
|
|
|
\usepackage[
|
|
pdfauthor={\anri}, % author metadata
|
|
pdftitle={\titlename}, % title metadata
|
|
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}}
|
|
\date{Année universitaire 2023-2024}
|
|
|
|
\extra{Programmation système avancée $\cdot$ Université Paris Cité}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\tableofcontents
|
|
\clearpage
|
|
|
|
\section{Description}
|
|
\dots
|
|
|
|
\section{Statistiques}
|
|
\dots
|
|
|
|
\end{document}
|