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, Cheers, -- http://vnoss.org Vietnamese Open Source Software Community
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
On 12/27/05, Hans Hagen
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
wow, your solution works well :) Thank you so much, Regards, -- http://vnoss.org Vietnamese Open Source Software Community
On 12/27/05, VnPenguin
On 12/27/05, Hans Hagen
wrote: 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
wow, your solution works well :) Thank you so much, Regards,
Just added this solution to wiki :-) http://wiki.contextgarden.net/Description Thanks,
participants (2)
-
Hans Hagen
-
VnPenguin