What has happened to \setupfootnotes? \setupfootnotes defines [textcolor=] although in the wiki just below this the example has [color=] instead. But neither of these do color the footnote text. As the reset of the footnote numbering by chapter with way=bychapter doesn't work either, though advertised in the wiki, I really fear there is something amiss here. I am the one who is mistaken or are some reparations needed? Hans van der Meer
Am 24.02.2013 um 14:34 schrieb "Meer, H. van der"
What has happened to \setupfootnotes?
\setupfootnotes defines [textcolor=] although in the wiki just below this the example has [color=] instead.
But neither of these do color the footnote text. As the reset of the footnote numbering by chapter with way=bychapter doesn't work either, though advertised in the wiki, I really fear there is something amiss here.
I am the one who is mistaken or are some reparations needed?
Use \setupnotation[footnote][color=…]. Wolfgang
Hi Hans!
···
What has happened to \setupfootnotes?
It is an alias for \setupnote[footnote].
\setupfootnotes defines [textcolor=] although in the wiki just below this the example has [color=] instead.
The “color” key belongs in \setupnotation, while “textcolor” as part of \setupnote determines the appearance of the footnote number/symbol. There is a wiki section[0] on that difference. Example: %% \setupfootnotes -> \setupnote[footnote][...=...] \setupfootnotes[ textstyle=bold, textcolor=red, ] \setupnotation[footnote][ color=green, style=italic, ] \starttext foo \footnote{bar} baz \stoptext [0] http://wiki.contextgarden.net/Unexpected_behavior#Footnotes:_The_Difference_... Regards Philipp -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
participants (3)
-
Meer, H. van der
-
Philipp Gesang
-
Wolfgang Schuster