Yathesis : sous sections numérotées dans un chapitre non numéroté
Comment peut-on avoir un chapitre non numéroté (donc avec `chapter*`) dans des sections et sous sections sous-sections numérotées (sans donc le classique numéro de chapitre dans le numérotage de section). section).
J’obtiens la numérotation des section sections avec un ajout après le `begin{document}` : 
:
    \makeatletter
    \renewcommandtwoopt{\YAD@starred@chapter}[3][][]{%
      \booltrue{YAD@nonnumbered@chapter}%
      \boolfalse{YAD@nonnumbered@section}%
      \boolfalse{YAD@nonnumbered@subsection}%
      \boolfalse{YAD@nonnumbered@subsubsection}%
      \boolfalse{YAD@nonnumbered@paragraph}%
      \boolfalse{YAD@nonnumbered@subparagraph}%
      \YAD@setsecnumdepth{\YAD@secnumdepth}%
      \YAD@tmp@chapter[#1][#2]{#3}%
    }%
    \makeatother
mais il faudrait retirer la référence au chapitre.