diff --git a/lib/cr.sty b/lib/cr.sty index 44bed73..2d01206 100644 --- a/lib/cr.sty +++ b/lib/cr.sty @@ -156,8 +156,9 @@ \reffsc{#6} } -\newcommand{\subsubsubsection}[1]{ - \paragraph{#1}\mbox{}\\ -} -% usage : \paragraph{titre} texte +% Crée un dériver de \paragraph{} avec un retour à la ligne après le titre +\titleformat{\paragraph}[runin]{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{} +\titlespacing*{\paragraph}{0pt}{3.25ex plus 1ex minus .2ex}{1em} + +% usage : \paragraph{titre} texte \ No newline at end of file