-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rapport_Structure.tex
71 lines (51 loc) · 1.57 KB
/
Rapport_Structure.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
\documentclass[a4paper, 12pt]{article}
\usepackage[a4paper,margin=0.9in]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[frenchb]{babel}
\usepackage{indentfirst}
\usepackage{dirtree}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage{framed}
\usepackage{parskip}
\usepackage{calc}
\usepackage{subfig}
\usepackage{hyperref}
\usepackage[toc,page]{appendix}
\usepackage{parskip}
\usepackage{listings}
\usepackage{color}
\usepackage{verbatim}
\usepackage{graphicx}
\usetikzlibrary{shapes,arrows}
\usetikzlibrary{trees}
\newcommand*{\xml}[1]{\texttt{<#1>}}
\setlength{\parskip}{12pt}
\title{Réseau Sémantique à partir d'un dictionnaire}
\author{Bawden Rachel, Brogniez Caroline et Parslow Nicholas}
\date{}
\begin{document}
\tikzstyle{every node}=[thick,anchor=west]
\tikzstyle{selected}=[draw=red,fill=red!30]
\tikzstyle{decision} = [diamond, draw, fill=blue!20,
text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt]
\tikzstyle{block} = [rectangle, draw, fill=blue!20,
text width=5em, text centered, rounded corners, minimum height=4em]
\tikzstyle{line} = [draw, -latex']
\tikzstyle{cloud} = [draw, ellipse,fill=red!20, node distance=3cm,
minimum height=2em]
\maketitle
\input{./Objectifs.tex}
\input{./Conception.tex}
\input{./Structure_Dictionaire.tex}
\input{./Pretraitment.tex}
\input{./Representation.tex}
\input{./Ponderation.tex}
\input{./Implementation_Graphe.tex}
\input{./Parcours.tex}
\input{./Synonymes.tex}
\input{./Desambiguation.tex}
\input{./Resolution_Mots_Croises.tex}
\input{./Appendix.tex}
\input{./Bibliography.tex}
\end{document}