-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain-graph.tex
More file actions
62 lines (52 loc) · 1.54 KB
/
main-graph.tex
File metadata and controls
62 lines (52 loc) · 1.54 KB
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
\documentclass[12pt,a4paper,oneside]{report}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amscd}
\usepackage{makeidx}
\usepackage[pdftex]{graphicx}
\usepackage{times}
\usepackage{setspace}
\usepackage[left=2.5cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{url}
\usepackage{listings}
\usepackage{titlesec}
\usepackage[titletoc]{appendix}
\usepackage[nottoc]{tocbibind}
\usepackage{tikz}
\usepackage{pgfplots}
%\usepackage[screen,nopanel]{pdfscreen}
%\usepackage[lenny]{fncychap}
\usepackage{acronym}
\usepackage{multirow}
\usepackage{graphics}
\usepackage{xcolor}
\usepackage[stable]{footmisc}
\usepackage[textfont={it}]{caption}
\usepackage{pgf}
\usepackage{pdfpages}
\usepackage{mathptmx}
% load package algorithm
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
% define param
\makeatletter
\def\BState{\State\hskip-\ALG@thistlm}
\makeatother
\usepackage{tocloft}
\usepackage{hyperref}
\hypersetup{colorlinks=true, linkcolor=black, citecolor=black, filecolor=black, urlcolor=black, pdftitle={Theorie des graphes et applications}, pdfauthor=Mirza Andriamanamisoa et Rivo Hermann, pdfsubject=graphe algorithme, pdfkeywords=graphe algorithme}
\input{conf.tex}
\author{Mirza Andriamanamisoa MAROTSAHA and Rahajason Rivo Hermann}
\title{Theorie des graphes }
\begin{document}
\maketitle
\renewcommand{\contentsname}{Sommaire}
\tableofcontents
\input{theory/theory.tex}
\input{algorithm/algo.tex}
\input{application/app.tex}
\end{document}