From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44228 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: how to color footnote? Date: Mon, 22 Sep 2008 20:48:28 +0200 Message-ID: References: <48D7CA14.50201@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222109541 5473 80.91.229.12 (22 Sep 2008 18:52:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Sep 2008 18:52:21 +0000 (UTC) Cc: Hans Hagen , Taco Hoekwater To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 22 20:53:18 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KhqX2-0006xh-O3 for gctc-ntg-context-518@m.gmane.org; Mon, 22 Sep 2008 20:53:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 50CB51FE1E; Mon, 22 Sep 2008 20:52:08 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10919-01-2; Mon, 22 Sep 2008 20:51:23 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E038D1FDFB; Mon, 22 Sep 2008 20:51:22 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8CB2D1FDFF for ; Mon, 22 Sep 2008 20:51:16 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09602-04 for ; Mon, 22 Sep 2008 20:50:35 +0200 (CEST) Original-Received: from smtprelay11.ispgateway.de (smtprelay11.ispgateway.de [80.67.29.28]) by ronja.ntg.nl (Postfix) with ESMTP id B2C3D1FDD6 for ; Mon, 22 Sep 2008 20:48:29 +0200 (CEST) Original-Received: from [89.247.12.167] (helo=[192.168.1.2]) by smtprelay11.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1KhqST-0006CE-5p; Mon, 22 Sep 2008 20:48:29 +0200 In-Reply-To: <48D7CA14.50201@elvenkind.com> X-Mailer: Apple Mail (2.929.2) X-Df-Sender: 698580 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:44228 Archived-At: Am 22.09.2008 um 18:38 schrieb Taco Hoekwater: > Steffen Wolfrum wrote: >> ... while dealing with colored elements: >> >> >> having the footnote number (down in front of the footnote text) in >> dark green is not that bad, just, why can't it be colored in an other >> way? >> >> I tried in vain both in \setupfootnotes and \setupfootnotedefinition: >> numbercolor, color... >> Only \setupfootnotes[textcolor=magenta] affects the footnote number >> in >> the main text. >> >> But nothing changes in the footnote area. > > \setupfootnotedefinition[before={\color[green]}] Ahh, now I see where my problem lays: \setupcolors[state=start] \starttext \setupinteraction[state=start] \setupfootnotes[textcolor=magenta] \setupfootnotedefinition[before={\color[green]}] test\footnote{test} \stoptext Despite the fact that interaction carries its own color, elements can be re-colored by their own color definition (see above). Only the number of the note in front of the footnote text always gets overridden by interaction color! This distinction I didn't expect. Why should exclusively that poor little number not be allowed to have its own color? Steffen ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________