27 Dec
2005
27 Dec
'05
9:52 p.m.
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