This commit is contained in:
Jeff Lance 2018-11-25 21:54:27 +01:00
parent 7a4ff9cce7
commit c74dced34e

@ -713,11 +713,14 @@
% Define a (sub)section title. % Define a (sub)section title.
\titleformat{\section}[block]{\sffamily\bfseries\Large}{\thesection.}{.5em}{}[] \titleformat{\section}[block]{\sffamily\bfseries\Large}{\thesection.}{.5em}{}[]
\titleformat{\subsection}[block]{\sffamily\bfseries\large\hspace{2em}}{\thesubsection)}{.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 \thesection{\Roman{section}}
\renewcommand \thesubsection{\arabic{subsection}} \renewcommand \thesubsection{\arabic{subsection}}
\renewcommand \thesubsubsection{\alph{subsubsection}}
\newcounter{partiecounter} \newcounter{partiecounter}
\newcounter{sspartiecounter} \newcounter{sspartiecounter}
\newcounter{ssspartiecounter}
\NewDocumentCommand \partie { G{Partie} } {% \NewDocumentCommand \partie { G{Partie} } {%
\def\cType{\Roman} \def\cType{\Roman}
@ -731,6 +734,12 @@
\stepcounter{sspartiecounter} \stepcounter{sspartiecounter}
\subsection{#1} \subsection{#1}
} }
%
\NewDocumentCommand \ssspartie { G{Sous-sous-Partie} } {%
\def\cType{\alph}
\stepcounter{ssspartiecounter}
\subsubsection{#1}
}
% new lists definitions % new lists definitions