From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11016 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: footnote control Date: Thu, 13 Feb 2003 21:53:39 +0100 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <005b01c2d3a4$9d74f3e0$0100a8c0@vademecum> References: 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 1045170726 21099 80.91.224.249 (13 Feb 2003 21:12:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Feb 2003 21:12:06 +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 18jQeH-0005TW-00 for ; Thu, 13 Feb 2003 22:12:01 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id D4F7710B15; Thu, 13 Feb 2003 22:14:15 +0100 (MET) Original-Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by ref.ntg.nl (Postfix) with ESMTP id 22BC410AF0 for ; Thu, 13 Feb 2003 22:12:33 +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 h1DLCSL7081968 for ; Thu, 13 Feb 2003 22:12:32 +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:11016 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11016 Hi Bruce, > And I have in the doc header: > > \def\FootnoteNumber% > {\switchtobodyfont[Serif]} > > \setupfootnotes[numbercommand=\FootnoteNumber] > \setupfootnotedefinition[ > after=\blank, > style={\switchtobodyfont[SerifFootnote]}, > ] > > A) Can I do this with this command? No > B) If yes, how? Or is the above correct, and I should look elsewhere? Untested, but in the \setupfootnote the numbercommand needs a #1: \def\FootnoteNumber% {\switchtobodyfont[Serif]#1} Willi