31 Aug
2011
31 Aug
'11
4:19 a.m.
On Tue, 30 Aug 2011, Kip Warner wrote:
Hey folks,
How do I set the body text foreground colour? I tried the following, but it just ignored it:
\definecolor[colour_text][r=0.754,g=0.516,b=0.324]
\setupbodyfontenvironment [default] [em=italic, color=colour_text]
I don't want to have to use \startcolor and \stopcolor every time I wish this default to be applied.
\definehighlight[emph][style=em,color=red] \emph{...} Aditya