Posté par
lamou87 lamou87bonjour ,
je ai trouvé la solution, il faut insérer dans le préambule ceci
\setcounter{secnumdepth}{5}
\renewcommand{\thechapter}{\arabic{chapter}}
\renewcommand{\thesection}{\arabic{chapter}.\arabic{section}}
\renewcommand{\thesection}{\arabic{chapter}.\arabic{section}.\thesubsection}{\arabic{chapter}.\arabic{section}.\arabic{subsection}}
\renewcommand{\thesection}{\arabic{chapter}.\arabic{section}.\thesubsubsection}{\arabic{subsection}.\arabic{subsubsection}}
\renewcommand{\thesection}{\arabic{chapter}.\arabic{section}.\theparagraph}{\arabic{subsection}.\arabic{subsubsection}.\arabic{paragraph}}
et si on veut descendre encore plus dans les niveaux, faut changer le setcounter
bon courage