Jason Knight wrote:

I'm new to ConTeXt and puzzling over a text I'm trying to set a text
where item numbers (or letters, or symbols for that matter) need to be
either color or grayscale. Here's what I'm thinking, though, obviously
the code doesn't work:

\startitemize[\color[darkred]{n}, packed, inmargin]
.
.
.
\stopitemize

Any ideas?
\setupcolors[state=start]
\setupitemize[each][color=red]

\startitemize
\item test
\stopitemize


-----------------------------------------------------------------
                                         Hans Hagen | PRAGMA ADE
             Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                            | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to