-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrapport.tex
67 lines (55 loc) · 1.42 KB
/
rapport.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
\documentclass[a4paper,oneside,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage{hyperref}
\usepackage{listings}
\usepackage{listingsutf8}
\usepackage{graphicx}
\input{alias}
\input{commands}
\title{Projet SR05 -- Réalisation d'une application répartie sur la plateforme \airplug}
\author{\chrisb, \julien, \chrisr,\\\joe, \jeremy}
\makeatletter
\hypersetup{
colorlinks=true,
linkcolor=blue,
citecolor=blue,
urlcolor=blue,
pdftitle={\@title},
pdfauthor={\chrisb, \julien, \chrisr, \joe, \jeremy},
pdfsubject={\pie}
}
\makeatother
\lstdefinelanguage{algorithme}
{keywords={si,alors,finsi,sinon,pour,faire,finfaire,et,ou,non,envoyer,recevoir},
otherkeywords={<-},
comment=[l]//,
morecomment=[l][\bfseries\normalsize]**}
\lstset{language=algorithme,
frame=single,
numbers=left,
tabsize=2,
stepnumber=2,
extendedchars=true,
numberstyle=\tiny,
basicstyle=\small,
extendedchars=true,
inputencoding=utf8/latin1}
\begin{document}
\maketitle
\tableofcontents
\clearpage
\input{intro}
\input{terminologie}
\input{algo}
\input{protocole}
% JOE : cela me semble plus logique de mettre l'avancement à la fin et de présenté (comme précédement)
% les structures de données avant l'IHM, si quelque veut changer cela ... (juste alors faire gaffe à la mise en page)
\input{structures-donnees}
\input{ihm}
\input{vin}
\input{avancement}
\input{evolution}
\input{conclusion}
\end{document}