[NTG-context] footnote coloring

2015-09-06 Thread dr. Hans van der Meer
I want to color all elements of a footnote, but I cannot find how to do this.Minimal example:\def\rednumber#1{\color[red]{#1}}\starttext\setupfootnotes[textcolor=red,numbercommand=\rednumber,foregroundcolor=red]This text\footnote{the footnote} contains a footnote.\stoptextThe footnotenumber in the

Re: [NTG-context] footnote coloring

2015-09-06 Thread Pablo Rodriguez
On 09/06/2015 11:11 AM, dr. Hans van der Meer wrote: > I want to color all elements of a footnote, but I cannot find how to do > this. > Minimal example: > > \def\rednumber#1{\color[red]{#1}} > \starttext > \setupfootnotes[textcolor=red,numbercommand=\rednumber,foregroundcolor=red] > This

Re: [NTG-context] footnote coloring

2015-09-06 Thread Meer, H. van der
Indeed, this helped. Thanks. For the record: in order to keep the position of the number in the footnote high, one has to use: \def\redfootnotenumber#1{\color[red]{\high{#1}}} \setupnotation[footnote][numbercommand=\redfootnotenumber] Hans van der Meer On 06 Sep 2015, at 12:29, Pablo

Re: [NTG-context] footnote coloring

2015-09-06 Thread Meer, H. van der
Thanks. I would not have thought of that. In the reference manual headcolor occurs in 13.2 \setupdescriptions and in 13.5 \definelabel only. I did not connect that with footnotes. Is \setupnotation a special form of \setupdescriptions? By the way, is a separate call to

Re: [NTG-context] footnote coloring

2015-09-06 Thread Wolfgang Schuster
Meer, H. van der 6. September 2015 13:15 Indeed, this helped. Thanks. For the record: in order to keep the position of the number in the footnote high, one has to use: \def\redfootnotenumber#1{\color[red]{\high{#1}}}