From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11038 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: footnote control Date: Fri, 14 Feb 2003 21:00:22 +0100 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <003001c2d464$70367370$0100a8c0@vademecum> References: <252F3562-3FAF-11D7-A4DC-0050E4258255@fastmail.fm> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1045253113 21616 80.91.224.249 (14 Feb 2003 20:05:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2003 20:05:13 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18jm57-0005bg-00 for ; Fri, 14 Feb 2003 21:05:09 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id EAB4010AE9; Fri, 14 Feb 2003 21:07:24 +0100 (MET) Original-Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by ref.ntg.nl (Postfix) with ESMTP id B83D010AE7 for ; Fri, 14 Feb 2003 21:05:42 +0100 (MET) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla3.xs4all.nl (8.12.0/8.12.0) with SMTP id h1EK5a1M071590 for ; Fri, 14 Feb 2003 21:05:42 +0100 (CET) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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:11038 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11038 Hi Bruce, > Thanks Willi! Here's what happens though (am just pasting the part > that seems relevant): Sorry, I see that my idea was not helping that much. What after testing works here is the following \def\FootnoteNumber% {\switchtobodyfont[ss,16pt]} \setupfootnotes[numbercommand=\FootnoteNumber] \setupfootnotedefinition [after=\blank, style={\switchtobodyfont[rm]}] Willi