[NTG-context] Bug in Description?

Karsten Heymann karsten.heymann at googlemail.com
Thu Nov 16 21:05:53 CET 2006


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


More information about the ntg-context mailing list