rapport-stage/main.tex
2024-07-08 12:02:07 +02:00

36 lines
710 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\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 linstruction \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}