[NTG-context] underbar not colored

2012-07-04 Thread Meer, H. van der
I wonder. Shouldn't the underbar show up colored too?

Hans van der Meer

Example:
\starttext
\underbar{color this}:
\startcolor[red]\underbar{but the underbar isn't!}\stopcolor
\stoptext



underbar.pdf
Description: underbar.pdf
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] underbar not colored

2012-07-04 Thread luigi scarso
On Wed, Jul 4, 2012 at 10:02 AM, Meer, H. van der h.vanderm...@uva.nlwrote:

  I wonder. Shouldn't the underbar show up colored too?

  Hans van der Meer

  Example:
  \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 .

-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___