Re: [NTG-context] footnote numbers turn red

2012-07-31 Thread Martin Althoff
OK, was using: 2012.07.21 16:50 MKIV. Ran an update (now 2012.07.27 16:41 MKIV). Problem was in another place though (working on several docs at the moment). A module had the line: \setupfootnotes[textcolor=black] Then adding this what you gave at a later point: \setupinteraction   [state=sta

Re: [NTG-context] footnote numbers turn red

2012-07-31 Thread Marco Patzer
On 2012-07-31 Martin Althoff wrote: > With the definition, as you give it, the footnote numbers at the > bottom of the page turn green, but the ones in the text remain > black. Not here with 2012.07.27 16:41. Which context version are you running? Marco ___

Re: [NTG-context] footnote numbers turn red

2012-07-31 Thread Martin Althoff
Hi Marco, Thanks for that. Though it seems that is only part of the situation. With the definition, as you give it, the footnote numbers at the bottom of the page turn green, but the ones in the text remain black. I deleted all generated files just to be sure. Martin >> The footnote numbers t

Re: [NTG-context] footnote numbers turn red

2012-07-31 Thread Marco Patzer
On 2012-07-31 Martin wrote: Hi Martin, > The footnote numbers turn red(ish) as soon as \setupinteraction is present. > > Is that intended? Yes, it is. There is a special setting, when the link appears on the same page, it's contrastcolor. \setupinteraction [state=start, color=darkblue,

[NTG-context] footnote numbers turn red

2012-07-31 Thread Martin
The footnote numbers turn red(ish) as soon as \setupinteraction is present. Is that intended? thanks for replies! Martin with ConTeXt ver: 2012.07.21 16:50 MKIV fmt: 2012.7.21 example: \setupinteraction[state=start,color=darkblue,style=\tf] \starttext some text\footnote{a footnote} \stop