From 050ce8bee203d31c0b652a3ae481a65a8662995e Mon Sep 17 00:00:00 2001 From: Lukian Date: Tue, 21 Jan 2025 16:20:55 +0100 Subject: [PATCH] fixed subsubsubsection --- lib/cr.sty | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/lib/cr.sty b/lib/cr.sty index f594e96..fd23ebe 100644 --- a/lib/cr.sty +++ b/lib/cr.sty @@ -156,11 +156,7 @@ \reffsc{#6} } - -\newcounter{subsubsubsection} % Crée le compteur pour \subsubsubsection -\renewcommand\thesubsubsubsection{\thesubsubsection.\arabic{subsubsubsection}} % Définir le format du compteur -\titleformat{\subsubsubsection}[runin] % Utilisation de [runin] pour que le titre se comporte comme les autres titres - {\normalfont\normalsize\bfseries}{\thesubsubsubsection}{1em}{} % Définition du format du titre -\titlespacing*{\subsubsubsection} - {0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex} % Espacement avant et après le titre +\newcommand{\subsubsubsection}[1]{ + \paragraph{#1}\mbox{}\\ +}