[NTG-context] Footnote numbers not following \setupinteraction color

2010-08-13 Thread John Haltiwanger
I seem to be full of problems today:

---
\setupcolors[state=start]
\setupinteraction[state=start, color=black]

\setupcolor[hex]
\definecolor[titleRed][h=910A00]

\starttext

This \footnote{should not have a red color, correct?}

\stoptext
---

The footnote number in the page footer inherits color titleRed, though
the footnote notice in the text is properly black.

Also, this doesn't seem to affect links in my ToC (they aren't titleRed).
___
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] Footnote numbers not following \setupinteraction color

2010-08-13 Thread Philipp Gesang
On 2010-08-13 17:54:02, John Haltiwanger wrote:
 I seem to be full of problems today:
 
 ---
 \setupcolors[state=start]
 \setupinteraction[state=start, color=black]

Hi John,

it's a link to the same page:
\setupinteraction[state=start, color=black, contrastcolor=black] 
should fix it.

Philipp


 
 \setupcolor[hex]
 \definecolor[titleRed][h=910A00]
 
 \starttext
 
 This \footnote{should not have a red color, correct?}
 
 \stoptext
 ---
 
 The footnote number in the page footer inherits color titleRed, though
 the footnote notice in the text is properly black.
 
 Also, this doesn't seem to affect links in my ToC (they aren't titleRed).
 ___
 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
 ___

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments


pgpxClyMZh7dy.pgp
Description: PGP signature
___
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] Footnote numbers not following \setupinteraction color

2010-08-13 Thread Hans Hagen

On 13-8-2010 7:54, John Haltiwanger wrote:

I seem to be full of problems today:

---
\setupcolors[state=start]
\setupinteraction[state=start, color=black]

\setupcolor[hex]
\definecolor[titleRed][h=910A00]

\starttext

This \footnote{should not have a red color, correct?}

\stoptext
---

The footnote number in the page footer inherits color titleRed, though
the footnote notice in the text is properly black.


color=,contrastcolor=

red means: link on same page (contrastcolor is used then)


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___