Fabrice Couvreur via ntg-context schrieb am 08.08.2021 um 17:47:
Hello,
Is it possible to create an enumeration style to get this :
1 ^ {er} exemple
2 ^ {e}  exemple
3 ^ {e} exemple ....

The conversion needs a fix but this is how you can do it.

\defineenumeration
  [test]
  [text=,
   numbercommand=\groupedcommand{}{~exemple},
   numberconversion=ordinal]

\mainlanguage [fr]

\starttext

\starttest
\input knuth
\stoptest

\starttest
\input knuth
\stoptest

\stoptext

Wolfgang