ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* use color in XeTeX+ConTeXt
@ 2006-03-03  8:45 Dalyoung Jeong
  0 siblings, 0 replies; only message in thread
From: Dalyoung Jeong @ 2006-03-03  8:45 UTC (permalink / raw)


Dear all,

In ConTeXt, the following example was shown in colors.

\setupcolors[state=start]

\starttext

The use of color in \TeX is not {\red easy}.

{\blue What color is it?}

\stoptext

but, the same text after defining new typescript and saved for XeTeX 
+ConTeXt, the colors were gone. It is possible to change color using  
following method:

	\special{color push}
	\special{color rgb 0.0 0.5 0.8}
		sample text
	\special{color pop}


However, is there a simpler way to use color in XeTeX+ConTeXt as in  
ConTeXt?

Thank you

Dalyoung

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-03  8:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-03  8:45 use color in XeTeX+ConTeXt Dalyoung Jeong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).