Ajout des catégories

This commit is contained in:
iMax 2025-01-21 15:12:42 +01:00
parent 3ddcf2459b
commit 994cbf877f
5 changed files with 68 additions and 6 deletions

View file

@ -4,6 +4,7 @@
\usepackage[T1]{fontenc}
\usepackage{xparse}
\usepackage{xcolor}
\usepackage{titlesec}
\setcounter{tocdepth}{5}
\setcounter{secnumdepth}{5}
@ -155,6 +156,11 @@
\reffsc{#6}
}
\newcommand{\subsubsubsection}[1]{
\paragraph{#1}
}
\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}