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

61 lines
1.4 KiB
TeX
Raw Normal View History

2024-04-21 10:19:54 +02:00
\DocumentMetadata{testphase = {phase-II,sec,toc,graphic,minipage,float,text}}
\documentclass{article}
\usepackage[T1]{fontenc} % encoding
\renewcommand{\familydefault}{\sfdefault} % sans-serif font
2024-04-21 10:19:54 +02:00
% Langages
\usepackage[french]{babel}
\frenchsetup{SmallCapsFigTabCaptions=false}
2024-03-26 21:08:43 +01:00
% Add \extra info to title
2024-03-26 21:01:09 +01:00
\makeatletter
\providecommand{\extra}[1]{
\apptocmd{\@author}{
\end{tabular}
2024-03-26 21:08:43 +01:00
\par\vspace*{0.7em}
2024-03-26 21:01:09 +01:00
\begin{tabular}[t]{c}
#1}{}{}
}
\makeatother
2024-04-21 10:19:54 +02:00
% Code integration
\usepackage{minted}
\setminted[c]{autogobble,frame=lines}
\usemintedstyle{emacs}
2024-04-21 10:04:30 +02:00
\def\titleName{Projet : Un ordonnanceur par work stealing}
\def\docTitle{\href{https://www.irif.fr/~jch/enseignement/systeme/projet.pdf}{\titleName}}
\def\anri{Anri Kennel}
2024-04-21 10:19:54 +02:00
\def\authorMail{mailto:anri.kennel@etu.u-paris.fr}
2024-04-21 10:04:30 +02:00
\def\docSubject{Programmation système avancée}
\def\docLocation{Université Paris Cité}
\usepackage[
pdfauthor={\anri}, % author metadata
pdftitle={\titleName}, % title metadata
pdfsubject={\docSubject}, % subject metadata
hidelinks, % clickable links in table of contents
]{hyperref}
2024-03-26 21:01:09 +01:00
2024-04-21 10:04:30 +02:00
\title{\docTitle}
\author{\href{\authorMail}{\anri}\thanks{\anri : 22302653}}
\extra{\docSubject~$\cdot$ \docLocation}
\date{Année universitaire 2023-2024}
2024-03-26 21:01:09 +01:00
\begin{document}
\maketitle
2024-04-21 10:19:54 +02:00
\flushbottom
\tableofcontents
\clearpage
\section{Description}
\dots
\section{Statistiques}
\dots
\end{document}