On Wed, Jul 4, 2012 at 10:02 AM, Meer, H. van der
<H.vanderMeer@uva.nl> wrote:
I wonder. Shouldn't the underbar show up colored too?
\starttext
\underbar{color this}:
\startcolor[red]\underbar{but the underbar isn't!}\stopcolor
\stoptext
\starttext
\underbar{color this}:
\startcolor[red]
\setupbar[color=blue]
\underbar{but the underbar isn't!}
\stopcolor
\setupbar[color=]
\stoptext
You can also define you underbar(s): See node-rul.mkiv .
--