Hi,
I don't understand why the distance between the dot and the first letter of the text is not always the same (see with theorem).
Thanks
Fabrice

\setupenumerations
  [before={\blank},
   after={\blank},
   alternative=serried,
   distance=1cm,
   title=yes,
   titleleft=,
   titleright=,
   titlestyle=normal,
   prefix=no,
   prefixsegments=chapter,
   way=bychapter,
   prefixconversionset=digit,
   counter=,
   headcommand=\groupedcommand{}{.},
   numbercommand=\groupedcommand{}{},
   titlecommand=\groupedcommand{(}{)},  
   width=broad]

\defineenumeration
   [definition]
   [text=Définition,
    number=yes,
    style=italic]

\defineenumeration
   [theorem]
   [text=Théorème,
    number=yes,
    style=italic]


\starttext
 \startdefinition
     Un polynôme est une application de R dans R somme d'un nombre fini de monômes.
    \stopdefinition
    \starttheorem
      La forme réduite d'un polynôme est unique à l'ordre près des monômes qui le constituent.
    \stoptheorem
    \startdefinition
      Le degré d'un polynôme {\bi non nul} est le degré du monôme de plus haut degré figurant dans son écriture réduite.
    \stopdefinition
    \startdefinition
      Le terme constant d'un polynôme est le coefficient (éventuellement nul) de son monôme de degré 0.
    \stopdefinition
     
\stoptext