This repository has been archived on 2024-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
work-stealing-scheduler/report/document.tex
2024-04-20 14:39:56 +02:00

55 lines
1.2 KiB
TeX

\documentclass{article}
\usepackage[T1]{fontenc} % encoding
\renewcommand{\familydefault}{\sfdefault} % sans-serif font
\usepackage[french]{babel} % langages
\frenchsetup{SmallCapsFigTabCaptions=false}
\newcommand{\titlename}{Projet : Un ordonnanceur par work stealing}
\newcommand{\mytitle}{
\href{https://www.irif.fr/~jch/enseignement/systeme/projet.pdf}{\titlename}}
\newcommand{\anri}{Anri Kennel}
\newcommand{\mysubject}{Programmation système avancée}
\newcommand{\mylocation}{Université Paris Cité}
\newcommand{\mymail}{mailto:anri.kennel@etu.u-paris.fr}
\usepackage[
pdfauthor={\anri}, % author metadata
pdftitle={\titlename}, % title metadata
pdfsubject={\mysubject}, % subject metadata
hidelinks, % clickable links in table of contents
]{hyperref}
% Add \extra info to title
\makeatletter
\providecommand{\extra}[1]{
\apptocmd{\@author}{
\end{tabular}
\par\vspace*{0.7em}
\begin{tabular}[t]{c}
#1}{}{}
}
\makeatother
\title{\mytitle}
\author{\href{\mymail}{\anri}\thanks{\anri : 22302653}}
\extra{\mysubject~$\cdot$ \mylocation}
\date{Année universitaire 2023-2024}
\begin{document}
\maketitle
\tableofcontents
\clearpage
\section{Description}
\dots
\section{Statistiques}
\dots
\end{document}