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

51 lines
1 KiB
TeX
Raw Normal View History

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