From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/65641 Path: news.gmane.org!not-for-mail From: Florian Wobbe Newsgroups: gmane.comp.tex.context Subject: strange interaction with footnote and section Date: Sun, 30 Jan 2011 13:58:34 +0100 Message-ID: <8B6FC523-23CB-4D27-B051-BB11A4D6196E@awi.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1296392340 12590 80.91.229.12 (30 Jan 2011 12:59:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 30 Jan 2011 12:59:00 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Jan 30 13:58:56 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PjWro-0008Ln-Eu for gctc-ntg-context-518@m.gmane.org; Sun, 30 Jan 2011 13:58:56 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BF0F1CA9D4; Sun, 30 Jan 2011 13:58:55 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id fuplzpZigQei; Sun, 30 Jan 2011 13:58:53 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2DCAFCA972; Sun, 30 Jan 2011 13:58:53 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 372A6CA972 for ; Sun, 30 Jan 2011 13:58:51 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bTI-PLLGqoMf for ; Sun, 30 Jan 2011 13:58:49 +0100 (CET) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id 4CD36CA968 for ; Sun, 30 Jan 2011 13:58:49 +0100 (CET) Original-Received: from mails3.awi.de (mails3.AWI.DE [134.1.2.14]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p0UCwmeF012570 for ; Sun, 30 Jan 2011 13:58:48 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by mails3.awi.de (Postfix) with ESMTP id 7D3BCD8564 for ; Sun, 30 Jan 2011 13:58:43 +0100 (MET) X-Virus-Scanned: amavisd-new at awi.de Original-Received: from localhost ([127.0.0.1]) by localhost (mails3.awi.de [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id D9wT8SFag6A1 for ; Sun, 30 Jan 2011 13:58:36 +0100 (MET) Original-Received: from msg.awi.de (msg.AWI.DE [134.1.3.16]) by mails3.awi.de (Postfix) with ESMTP id 707A0D855C for ; Sun, 30 Jan 2011 13:58:36 +0100 (MET) Original-Received: from [192.168.22.100] ([unknown] [91.61.45.4]) by msg.awi.de (Sun Java(tm) System Messaging Server 7u3-12.01 64bit (built Oct 15 2009)) with ESMTPSA id <0LFU000HX6PMWH40@msg.awi.de> for ntg-context@ntg.nl; Sun, 30 Jan 2011 13:58:35 +0100 (MET) X-Mailer: Apple Mail (2.1082) X-Bayes-Prob: 0.9998 (Score 4.7, tokens from: @@RPTN) X-CanIt-Geo: ip=134.1.2.14; country=DE; region=03; city=Bremerhaven; latitude=53.5500; longitude=8.5833; http://maps.google.com/maps?q=53.5500,8.5833&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 05E1MWM7y - b9c94fe7344f - 20110130 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:65641 Archived-At: Hi, I have a strange problem with footnotes, when interaction is turned on. When a footnote is followed by a \section{}, the color of the first footnote number will change from contrastcolor to color. Also the number is not a clickable link anymore. Of cause the footnote is not on a different page. The more \section{}s you have, the more footnote interaction links will vanish: \setupinteraction[state=start] \starttext 1st\footnote{first}, 2nd\footnote{second}, 3rd\footnote{third}, 4th\footnote{fourth}, 5th\footnote{fifth}. % uncomment these one at a time: %\section{First} %\section{Second} %\section{Third} \stoptext ___________________________________________________________________________________ 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 ___________________________________________________________________________________