ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug in Description?
@ 2006-11-16 20:05 Karsten Heymann
  0 siblings, 0 replies; only message in thread
From: Karsten Heymann @ 2006-11-16 20:05 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-16 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-16 20:05 Bug in Description? Karsten Heymann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).