16 Nov
2006
16 Nov
'06
9:05 p.m.
Hello, I need to mimick enumerated lists with descriptions, as the list labels are passed to context by an external program. For this I need the text after the label indented exactly as far as the following lines. Following the wiki I set distance=0cm, but this does not seem to be honored, but setting it to a very small value does work. So I suppose it's a bug. Yours, Karsten \definedescription[DescA][align=left,location=hanging,width=1cm,margin=1cm,distance=0cm] \definedescription[DescB][align=left,location=hanging,width=1cm,margin=1cm,distance=0.0001cm] \starttext Wrong: \DescA{1.} \input knuth \DescA{2.} \input knuth Right: \DescB{1.} \input knuth \DescB{2.} \input knuth \stoptext