The settings aren’t useless, the are applied to the counter as intended.22. Juli 2016 um 02:02Hi Wolfgang,
In fact, I wanted to know why the instructions to create a new style for the counter were useless (% in the code) .
\setupbodyfont[pagella,11pt]
\defineprocessor[ACPROCESSOR][color=red]
\defineconversionset[ACCONVERSION][][ACPROCESSOR->n]
\defineenumeration
[ex]
[text=,
distance=0.3em,
width=fit,
numberconversionset=ACCONVERSION,
alternative=serried]
\starttext
\dorecurse{5}
{\startex
\input knuth
\stopex}
\stoptext
The headcommand is applied to the text *and* counter of the enumeration while numberconversionsetI think I understand that headnumber sends settings (text and number) to the \ACFRAME command.
changes on the counter, i.e. when you want a frame only around the counter you have to use
numberconversionset but when you want a frame around both you have to use headcommand.
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________