\documentclass[a4paper,dvips]{book} % \usepackage[applemac]{inputenc} % pour MAC % \usepackage[latin1]{inputenc} % pour Linux ou Windows \usepackage[french]{babel} \usepackage[french]{minitoc} \usepackage{fancyhdr,amsmath,amsthm,amssymb,jlq2eams,fancybox} \def\fup#1{\raise+2pt\hbox{\footnotesize #1}} \setlength{\shadowsize}{1.5pt} \pagestyle{fancy} %\addtolength{\headwidth}{\marginparsep} %\addtolength{\headwidth}{\marginparwidth} \renewcommand{\chaptermark}[1]{\markboth{#1}{}} \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} \fancyhf{} \fancyhead[LE,RO]{\bfseries\thepage} \fancyhead[LO]{\bfseries\rightmark} \fancyhead[RE]{\bfseries\leftmark} \fancypagestyle{plain}{% \fancyhead{} % get rid of headers \renewcommand{\headrulewidth}{0pt} % and the line } \setcounter{minitocdepth}{3} % Début du préambule \theoremstyle{plain}% default \newtheorem{Th}{Théorème}[section] \newtheorem{Lem}[Th]{Lemme} \newtheorem{Prop}[Th]{Proposition} \newtheorem*{Cor}{Corollaire} \theoremstyle{definition} \newtheorem{Df}{Définition}[section] \newtheorem{Dfs}[Df]{Définitions}%[section] \newtheorem{conj}{Conjecture}[section] \newtheorem{Ex}{Exemple}[section] \newtheorem{Exs}[Ex]{Exemples}%[section] \theoremstyle{remark} \newtheorem*{NB}{Remarque} \newtheorem*{NBs}{Remarques} \newtheorem*{Gen}{Généralisation} \newtheorem*{note}{Note} \newtheorem*{nota}{Notation} \renewcommand{\proofname}{\textsc{Preuve}} \renewcommand{\qed}{\hspace*{\fill}\nolinebreak[2]\hspace*{\fill}\textsf{cqfd}} \addtocounter{secnumdepth}{1} \renewcommand{\thesection}{\arabic{section}} \renewcommand{\thesubsection}{\thesection.\arabic{subsection}} \renewcommand{\thesubsubsection}{\hspace*{8mm}\Alph{subsubsection})} \makeatletter \@addtoreset{equation}{section} \makeatother \renewcommand{\theequation}{\thesection.\arabic{equation}} \parindent0pt %%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \dominitoc \faketableofcontents \include{evcomplt} % chapitre 1. Espace vectoriel, complément \include{determt} % chapitre 2. Déterminant \include{reducton} % chapitre 3. Réduction des endomorphismes et des matrices \include{analhilb} % chapitre 4. Analyse hilbertienne \include{eucldien} % chapitre 4. Espace euclidien \tableofcontents \end{document}