Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 2
mineure

06 Aoû '17, 00:48

Pathe's gravatar image

Pathe
7.6k53211254

Voici une solution. avec solution utilisant `\patchcmd` de **etoolbox** et `\ordinal` de **frenchb** **frenchb**. \documentclass{yathesis} \makeatletter \patchcmd\@part{\thepart\hspace{1em}}{\csname ordinal\romannumeral\value{part}\endcsname\space partie: }{}{} \makeatother \begin{document} \tableofcontents \part{Foo} \end{document}
cliquez ici pour masquer/afficher la révision 1

24 Sep '16, 16:09

touhami's gravatar image

touhami
10.0k410

Voici une solution. avec `\patchcmd` de **etoolbox** et `\ordinal` de **frenchb** \documentclass{yathesis} \makeatletter \patchcmd\@part{\thepart\hspace{1em}}{\csname ordinal\romannumeral\value{part}\endcsname\space partie: }{}{} \makeatother \begin{document} \tableofcontents \part{Foo} \end{document}