From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13258 Path: main.gmane.org!not-for-mail From: "Pawel Jackowski na Onet" Newsgroups: gmane.comp.tex.context Subject: Re: Footnotes Date: Tue, 16 Sep 2003 07:55:28 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <002901c37c17$3106ff20$0500a8c0@best> References: <002101c37ba1$b4538770$0100a8c0@vademecum> <000701c37ba4$90602960$0500a8c0@best> <006401c37bb3$388ca650$0100a8c0@vademecum> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063692176 22149 80.91.224.253 (16 Sep 2003 06:02:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Sep 2003 06:02:56 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Sep 16 08:02:54 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 19z8vO-000255-00 for ; Tue, 16 Sep 2003 08:02:54 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5ACDA10B4D; Tue, 16 Sep 2003 08:02:48 +0200 (MEST) Original-Received: from smtp1.poczta.onet.pl (smtp1.poczta.onet.pl [213.180.130.31]) by ref.ntg.nl (Postfix) with ESMTP id 78C3D10ABB for ; Tue, 16 Sep 2003 07:56:31 +0200 (MEST) Original-Received: from pa36.debniki.sdi.tpnet.pl ([213.77.147.36]:16132 "HELO best") by ps1.test.onet.pl with SMTP id ; Tue, 16 Sep 2003 07:56:12 +0200 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:13258 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13258 Hi! > However, when I use > \setupfootnotes[bodyfont={\switchtobodyfont[8pt]},offset=-1cm] > I get an error. >[...] > If I am using \setupfootnotes[bodyfont=5pt,offset=-1cm] then I get the > footnote typeset in 5pt but still cmr and the error in the log-file is still Try \definefontsynonym[myFont][your_font] \definebodyfont[10pt,9pt,8pt,7pt][ss] [tf=myFont sa 1] \setupbodyfontenvironment [10pt] [xx=9pt] % footnote reference number \setupbodyfontenvironment [8pt] [x=7pt] % footnote number % ALL 10, 9, 8, 7pt fonts MUST be defined in \definebodyfont \setupbodyfont[10pt,ss] \setupfootnotes[bodyfont=8pt] There is somt text\footnote{and there is a footnote} \end Doesn't it work?