Compare commits
No commits in common. "d437aa7cb28b769cd5a246bbf0c8e8d513dc3e95" and "354184e70e0f227a1988f05fac48ad7084a0a6d2" have entirely different histories.
d437aa7cb2
...
354184e70e
1 changed files with 6 additions and 6 deletions
12
lib/cr.sty
12
lib/cr.sty
|
@ -157,10 +157,10 @@
|
|||
}
|
||||
|
||||
|
||||
\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
|
||||
\titleclass{\subsubsubsection}{straight}[\subsubsection]
|
||||
\newcounter{subsubsubsection}
|
||||
\renewcommand\thesubsubsubsection{\thesubsubsection.\arabic{subsubsubsection}}
|
||||
\titleformat{\subsubsubsection}
|
||||
{\normalfont\normalsize\bfseries}{\thesubsubsubsection}{1em}{}
|
||||
\titlespacing*{\subsubsubsection}
|
||||
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex} % Espacement avant et après le titre
|
||||
|
||||
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue