From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11023 Path: main.gmane.org!not-for-mail From: "Bruce D'Arcus" Newsgroups: gmane.comp.tex.context Subject: Re: footnote control Date: Thu, 13 Feb 2003 18:59:10 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <252F3562-3FAF-11D7-A4DC-0050E4258255@fastmail.fm> References: <005b01c2d3a4$9d74f3e0$0100a8c0@vademecum> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v546) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1045180451 1417 80.91.224.249 (13 Feb 2003 23:54:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Feb 2003 23:54:11 +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 18jTBB-0000Ma-00 for ; Fri, 14 Feb 2003 00:54:09 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6C04210B15; Fri, 14 Feb 2003 00:56:23 +0100 (MET) Original-Received: from muaix02.mcs.muohio.edu (muaix02.mcs.muohio.edu [134.53.253.22]) by ref.ntg.nl (Postfix) with ESMTP id E050810AF0 for ; Fri, 14 Feb 2003 00:54:01 +0100 (MET) Original-Received: from muwnt04 (muwnt04.mcs.muohio.edu [134.53.7.74]) by muaix02.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with SMTP id h1DNrxjp149068 for ; Thu, 13 Feb 2003 18:53:59 -0500 Original-Received: From mcsaix05.mcs.muohio.edu ([134.53.253.27]) by muwnt04 (WebShield SMTP v4.5 MR1a); id 1045180434160; Thu, 13 Feb 2003 18:53:54 -0500 Original-Received: from fastmail.fm (u156.s28.muohio.edu [134.53.28.156]) by mcsaix05.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with ESMTP id h1DNrqL3018246 for ; Thu, 13 Feb 2003 18:53:53 -0500 Original-To: ntg-context@ntg.nl In-Reply-To: <005b01c2d3a4$9d74f3e0$0100a8c0@vademecum> X-Mailer: Apple Mail (2.546) 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:11023 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11023 On Thursday, February 13, 2003, at 03:53 PM, Willi Egger wrote: >> 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} Thanks Willi! Here's what happens though (am just pasting the part that seems relevant): ! You can't use `macro parameter character #' in restricted horizontal mode. \FootnoteNumber ->\switchtobodyfont [Serif]## 1 ...eference ]\else \@@vnnummercommando {\preparednumber \domovedn... \doattributes ...EA \csname #1#2\endcsname \fi {#4 }\dostopattributes \normal@@definitiewoord ...c!tekst }#4\endstrut }} \rawreference {\s!def }{#2... \@@dostartdefinitie ...rut ##\hss \cr #3\crcr }}}} }\!!widthb \getvalue {\??d... \@@definitieinleft ...ostartdefinitie {#1}[#2]{#3} \noindent \ignorespaces \i... ... l.21 ...ler that fi and ffi, 0123456789.\footnote{ Let's see if protruding is... If I remove the #1 again, I get a bunch of lines like this, which seems to suggest more typescript problems! (/Users/bdarcus/Library/texmf/tex/context/base/type-pre.tex) bodyfont : unknown variant SerifFootnote (/Users/bdarcus/Library/texmf/tex/context/base/type-pre.tex) bodyfont : unknown variant Serif Bruce