VnPenguin wrote:

Hi,
I have another question about description list : How to make
description list with idented text, not header ?
Example:


This is header

    This is the text of description. This is the text of description.
    This is the text of description. This is the text of description.
    This is the text of description. This is the text of description.

Thank you in advance,
ugly but working:

\setupcolors[state=start]

\definedescription
   [Desc]
   [location=top,
    hang=3,
    headstyle=bold,
    headcolor=red,
    command=\hskip-2cm,
    margin=2cm]

\starttext

\input tufte \startDesc {test} \input tufte \stopDesc

\stoptext

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to