On Tue, Jun 24, 2008 at 1:34 PM, Peter Münster
On Tue, Jun 24 2008, Wolfgang Schuster wrote:
\setupitemize[headstyle=\bf\groupedcommand{}{:}, width=5em, distance=1em] \starttext \startitemize \txt{Short} \input tufte \txt{Very very very long} \input tufte \stopitemize \stoptext
Should \head better be used for this purpose? And if yes, how?
You should better use descriptions, this is what your example looks like and what I guess only by looking at the output.
Indeed, but I don't know how to do that with descriptions... :(
Me too, I come close to what do you want but two problems remain, it's no possible to set a minimum width for the label and a unwanted space is between the end of the head text and the colon. \definedescription [peter] [align=left, location=hanging, margin=5em, width=broad, command=\groupedcommand{}{:}] \starttext \peter{Short} \input tufte \startpeter{Very very very long} \input tufte \stoppeter \stoptext Regards Wolfgang