Am 09.11.2010 um 10:19 schrieb Thomas A. Schmitz:
Oh, I forgot one important detail: I have protrusion enabled, so I need protrusion for the main text (argument #2). This works with the low-level approach, but not with the other ones, I think.
You have to enable protrusion for natural tables your self with „align=hanging“. Another solution for your problem is to use descriptions: \definefontfeature[default][default][protrusion=quality] \setupbodyfont[termes,12pt] \setupinterlinespace[line=4.5ex] \setupalign[hanging] \starttext \definedescription [Fa] [text=Fa., width=1cm, command=\currentdescriptionlabel\gobbleoneargument, distance=0pt, title=yes, %style={\hsize10cm}, closesymbol=\rlap{\quad\currentdescriptiontitle}] \Fa{15} \input knuth\par \stoptext Wolfgang