ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* footnotes what happened?
@ 2013-02-24 13:34 Meer, H. van der
  2013-02-24 13:49 ` Wolfgang Schuster
  2013-02-24 13:57 ` Philipp Gesang
  0 siblings, 2 replies; 3+ messages in thread
From: Meer, H. van der @ 2013-02-24 13:34 UTC (permalink / raw)
  To: ConTeXt NTG


[-- Attachment #1.1: Type: text/plain, Size: 459 bytes --]

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




[-- Attachment #1.2: Type: text/html, Size: 2011 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: footnotes what happened?
  2013-02-24 13:34 footnotes what happened? Meer, H. van der
@ 2013-02-24 13:49 ` Wolfgang Schuster
  2013-02-24 13:57 ` Philipp Gesang
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2013-02-24 13:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 24.02.2013 um 14:34 schrieb "Meer, H. van der" <H.vanderMeer@uva.nl>:

> 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

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: footnotes what happened?
  2013-02-24 13:34 footnotes what happened? Meer, H. van der
  2013-02-24 13:49 ` Wolfgang Schuster
@ 2013-02-24 13:57 ` Philipp Gesang
  1 sibling, 0 replies; 3+ messages in thread
From: Philipp Gesang @ 2013-02-24 13:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1029 bytes --]

Hi Hans!

···<date: 2013-02-24, Sunday>···<from: Meer, H. van der>···

> 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_between_.5Csetupnotation_and_.5Csetupnote

Regards
Philipp

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

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-24 13:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-24 13:34 footnotes what happened? Meer, H. van der
2013-02-24 13:49 ` Wolfgang Schuster
2013-02-24 13:57 ` Philipp Gesang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).