\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