Quoting Alan Bowen <[EMAIL PROTECTED]>:
> How do I turn off interaction when using \startunderline...
> \stopunderline. Currently the underlining shows in blue, but I need
> it in the same color as the typeface (black). Is there something
> equivalent to \setupunderlining[interaction=off]?
Depends on how you define \startunderline. The usual way is to
\definetextbackground[underline]
[location=text,alternative=1,background=,frame=off]
\definestartstop [underline]
[before={\starttextbackground[underline]},
after=\stoptextbackground]
which does not introduce any interaction (interaction means that
something should happen when you click the screen). It does have a blue
underline, because of framecolor=blue in \setuptextbackgrounds. To have
black color you can add
framecolor=black, if you want typeface color (which can be different
from black) add framecolor=\maintextcolor, to either
\definetextbackground or to \setuptexttextbackground.
Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________