36 lines
710 B
TeX
36 lines
710 B
TeX
|
\documentclass[10pt]{article}
|
|||
|
|
|||
|
% import des packages nécessaires
|
|||
|
\usepackage[T1]{fontenc}
|
|||
|
\usepackage{xcolor}
|
|||
|
\usepackage[french]{babel}
|
|||
|
\usepackage{syntax}
|
|||
|
\usepackage{listings}
|
|||
|
\usepackage{amsmath}
|
|||
|
\usepackage[french]{babel}
|
|||
|
|
|||
|
% titre
|
|||
|
\title{Caractérisation de l’instruction \texttt{clflush} sur systèmes multi-socket}
|
|||
|
\author{\textsc{Augustin LUCAS}\\ENS de Lyon\\ \\Encadré par :\\
|
|||
|
\textsc{Guillaume DIDIER}, \textsc{Angeliki KRITIKAKOU}\\
|
|||
|
Équipe TARAN\\
|
|||
|
Laboratoire IRISA\\
|
|||
|
RENNES}
|
|||
|
|
|||
|
\date{3 Juin 2024 - 12 Juillet 2024}
|
|||
|
|
|||
|
% quelques macros
|
|||
|
% \newcommand...
|
|||
|
|
|||
|
% le document lui-même
|
|||
|
\begin{document}
|
|||
|
\maketitle
|
|||
|
\newpage
|
|||
|
|
|||
|
\tableofcontents
|
|||
|
|
|||
|
|
|||
|
\bibliographystyle{plain}
|
|||
|
\bibliography{refs}
|
|||
|
\end{document}
|