Ajout guide Mauvaisin
This commit is contained in:
parent
4eb741b4c3
commit
963768e46d
43 changed files with 351126 additions and 0 deletions
87
guide/Architecture_reseau_Mauvaisin.tex
Normal file
87
guide/Architecture_reseau_Mauvaisin.tex
Normal file
|
@ -0,0 +1,87 @@
|
|||
\documentclass[11pt,a4paper]{book}
|
||||
\usepackage{geometry}
|
||||
\geometry{letterpaper}
|
||||
\usepackage[parfill]{parskip}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{epstopdf}
|
||||
\usepackage[utf8]{inputenc}
|
||||
%\usepackage[cyr]{aeguill}
|
||||
\usepackage[francais]{babel}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{lmodern}
|
||||
\usepackage{fncychap}
|
||||
\usepackage{bm}
|
||||
\usepackage{multirow}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{subfigure}
|
||||
\usepackage{caption}
|
||||
%\usepackage{subcaption}
|
||||
|
||||
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
|
||||
|
||||
%\graphicspath{ {/Users/brun/Documents/PERSO/TetaNeutral/Figures} }
|
||||
|
||||
\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue,
|
||||
citecolor=blue, urlcolor=blue]{hyperref}
|
||||
|
||||
%\includeonly{Chapter1}
|
||||
|
||||
|
||||
|
||||
\newtheorem{theorem}{Theorem}
|
||||
\newtheorem{corollary}[theorem]{Corollary}
|
||||
\newtheorem{definition}{Definition}
|
||||
\newtheorem{lemma}{Lemma}
|
||||
\newtheorem{exercise}{Exercise}
|
||||
\newtheorem{remark}{Remark}
|
||||
\newtheorem{example}{Example}
|
||||
\newtheorem{warning}{Warning}
|
||||
|
||||
\def\grad{ \mbox{grad}}
|
||||
\def\curl{ \mbox{curl}}
|
||||
\def\div{ \mbox{div}}
|
||||
\def\U{\ensuremath {\cal U}}
|
||||
\def\S{\ensuremath {\cal S}}
|
||||
\def\V{\ensuremath {\cal V}}
|
||||
\def\R{\ensuremath {\cal R}}
|
||||
\def\tr{\ensuremath {\mbox{tr}}}
|
||||
|
||||
|
||||
|
||||
|
||||
% ------------------- Title and Author -----------------------------
|
||||
\title{
|
||||
\huge{Architecture et Configuration du\\
|
||||
Réseau d'Accès à Internet de Mauvaisin}
|
||||
}
|
||||
\author{Olivier Brun}
|
||||
\begin{document}
|
||||
|
||||
|
||||
%\frontmatter
|
||||
\maketitle
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\include{Chapitre1/chapitre1}
|
||||
\setcounter{section}{0}
|
||||
\setcounter{chapter}{1}
|
||||
|
||||
\include{Chapitre2/chapitre2}
|
||||
|
||||
\include{Chapitre3/chapitre3}
|
||||
|
||||
\include{Chapitre4/chapitre4}
|
||||
|
||||
%\include{Chapter5/chapter5}
|
||||
|
||||
\include{Chapitre5/chapitre5}
|
||||
|
||||
\bibliographystyle{plain}
|
||||
\bibliography{references}
|
||||
|
||||
|
||||
\end{document}
|
||||
\end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue