diff --git a/cours/cours_paper.cls b/cours/cours_paper.cls index 3458ea9..16fc001 100644 --- a/cours/cours_paper.cls +++ b/cours/cours_paper.cls @@ -713,11 +713,14 @@ % Define a (sub)section title. \titleformat{\section}[block]{\sffamily\bfseries\Large}{\thesection.}{.5em}{}[] \titleformat{\subsection}[block]{\sffamily\bfseries\large\hspace{2em}}{\thesubsection)}{.5em}{}[] +\titleformat{\subsubsection}[block]{\sffamily\bfseries\large\hspace{2em}}{\circled{\thesubsubsection}}{.5em}{}[] \renewcommand \thesection{\Roman{section}} \renewcommand \thesubsection{\arabic{subsection}} +\renewcommand \thesubsubsection{\alph{subsubsection}} \newcounter{partiecounter} \newcounter{sspartiecounter} +\newcounter{ssspartiecounter} \NewDocumentCommand \partie { G{Partie} } {% \def\cType{\Roman} @@ -731,6 +734,12 @@ \stepcounter{sspartiecounter} \subsection{#1} } +% +\NewDocumentCommand \ssspartie { G{Sous-sous-Partie} } {% + \def\cType{\alph} + \stepcounter{ssspartiecounter} + \subsubsection{#1} +} % new lists definitions