21 Feb
2012
21 Feb
'12
6:47 a.m.
On Tue, 21 Feb 2012, Alasdair McAndrew wrote:
In some overheads I'm creating, I'd like emphasized text {\em like this} to appear as red. I hoped that something like this would work:
\setupbodyfontenvironment[default][em={slanted, textcolor=red}]
but it doesn't. What is the canonical way of obtaining red, emphasized, text?
\definehighlight[emph][style=slanted, color=red] \emph{...} Aditya