From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13310 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Bug? setupinteraction makes footnotenumber bold Date: Wed, 17 Sep 2003 22:18:43 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1063830284 25566 80.91.224.253 (17 Sep 2003 20:24:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2003 20:24:44 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Sep 17 22:24:41 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ziqv-0004v4-00 for ; Wed, 17 Sep 2003 22:24:41 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 941D510B2A; Wed, 17 Sep 2003 22:24:34 +0200 (MEST) Original-Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [62.67.200.157]) by ref.ntg.nl (Postfix) with ESMTP id E05D910B2A for ; Wed, 17 Sep 2003 22:18:47 +0200 (MEST) Original-Received: (qmail 8163 invoked from network); 17 Sep 2003 20:18:45 -0000 Original-Received: from unknown (HELO [213.7.176.96]) (664943@[217.184.17.55]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 17 Sep 2003 20:18:45 -0000 X-Sender: 664943@pop3.estfiles.de Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13310 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13310 For having the bookmarks when viewing my PDF in Acrobat I use \setupinteraction[state=start] But this forces the footnotenumbers (both in the text and in the footer) to be bold. Is this a known bug? Here a minimal example: %\setupinteraction[state=start] \setupfootnotes[style=italic] \starttext Test Test.\footnote{Fussnotentext} \stoptext With the first line to be (un-)commented. Steffen