Hi Fabrice, To suppress the parentheses in the title, you can use the keys titleleft and titleright as in the following: \defineenumeration [ex] [text=Exercice, title=yes, titleleft=, titleright=, width=fit, numberconversionset=ACCONVERSION, alternative=top, number=yes] In order to put the word « Exercice » in the frame you should define a special command, for instance \MyTextCommand and the say text = \MyTextCommand Best regrads: OK > On 29 Jan 2017, at 09:07, Fabrice Couvreur wrote: > > Hello, > I would like a title without the parentheses and the text "Exercice" in the frame with the number. > Thank you. > Fabrice > > \defineframed > [EXFRAME] > [frame=off, > offset=0pt, > location=low, > width=\struttotal, > background=color, > backgroundcolor=darkred, > foregroundcolor=white, > forgroundstyle=bold] > > \defineprocessor[ACPROCESSOR][command=\EXFRAME] > \defineconversionset[ACCONVERSION][][ACPROCESSOR->n] > > \defineenumeration > [ex] > [text=Exercice, > title=yes, > width=fit, > numberconversionset=ACCONVERSION, > alternative=top, > number=yes] > > \starttext > > \startex{Pour tous les candidats \hfill 5 points} > \input ward > \stopex > > \stoptext