-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroot.tex
73 lines (56 loc) · 1.46 KB
/
root.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
\documentclass[a4paper]{easychair}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage{minted}
\usepackage{amsthm}
\usepackage{hyperref}
\usepackage{amsfonts}
\usepackage{multicol}
\usepackage{tikz}
\usetikzlibrary{arrows}
\usepackage{macros}
\pagestyle{empty}
\title{Détection de définitions OCaml similaires \\
(ou comment ne plus voir double à dos de chameau)}
\author{Alexandre Moine et Yann Régis-Gianas}
\institute{
Université de Paris (UMR-CNRS 7126) - INRIA PI.R2
}
\pagenumbering{gobble}
\authorrunning{Moine et Régis-Gianas}
\titlerunning{Détection de définitions OCaml similaires}
\begin{document}
\maketitle
\begin{abstract}
\input{abstract}
\end{abstract}
\section{Introduction}
\input{introduction}
\section{Vue d'ensemble de l'approche}
\label{sec:overview}
\input{overview}
\section{Prise d'empreintes}
\label{sec:hash}
\input{hash}
\section{Partitionnement de corpus dirigé par la similarité}
\label{sec:clustering}
\input{clustering}
\section{Partitionnement de code étudiant}
\label{sec:partition}
\input{partition}
\section{Détection de redondance dans les paquets {\Opam}}
\label{sec:redundancy}
\input{redundancy}
\section{Limitations}
\label{sec:limitations}
\input{limitations}
\section{Travaux connexes}
\label{sec:related-work}
\input{related-work}
\section{Conclusion et travaux futurs}
\label{sec:conclusion}
\input{conclusion}
\bibliographystyle{plain}
\bibliography{publications}
\end{document}