From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13390 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: Footnotes Date: Fri, 19 Sep 2003 23:04:33 +0200 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <00b801c37ef1$a8f60760$0100a8c0@vademecum> References: <002101c37ba1$b4538770$0100a8c0@vademecum> <000701c37ba4$90602960$0500a8c0@best> <006401c37bb3$388ca650$0100a8c0@vademecum> <002901c37c17$3106ff20$0500a8c0@best> <003701c37c4c$ad98d920$0100a8c0@vademecum> <002f01c37c89$6507f550$0500a8c0@best> 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 1064005832 21519 80.91.224.253 (19 Sep 2003 21:10:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2003 21:10:32 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Sep 19 23:10:30 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 1A0SWM-00048m-00 for ; Fri, 19 Sep 2003 23:10:30 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 701C410B24; Fri, 19 Sep 2003 23:10:27 +0200 (MEST) Original-Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by ref.ntg.nl (Postfix) with ESMTP id 953B710B21 for ; Fri, 19 Sep 2003 23:04:50 +0200 (MEST) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla3.xs4all.nl (8.12.9/8.12.9) with SMTP id h8JL4mlB080162 for ; Fri, 19 Sep 2003 23:04:48 +0200 (CEST) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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:13390 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13390 Hi Pawel, After all the solution is simpel ... By coincidence i detected that there is a distinct difference in the following two commands which I used independently in two "mode" sections in my environment file. This is then also the reason why I started to understand ... :-] \switchtobodyfont[palatino,rm,10pt] This command switches the bodytext-font to the indicated font. It leaves the footnotes font untouched. i.e. it remains either CMR or CMSS depending on the setup of \setupfootnotes[bodyfont={small, rm}] or \setupfootnotes[bodyfont={small, ss}] \setupbodyfont[Myfont,rm,10pt] This command will force the bodyfont and the footnotes font to be the same. If e.g. Myfont is setup as a typeface of Palatino for rm and Helvetica for ss, then the footnotes will be in Palatino when saying \setupfootnotes[bodyfont={small, rm}] and will be typeset in Helvetica when saying \setupfootnotes[bodyfont={small, ss}] Cheers Willi > Hi Willi > > > Thanks for your suggestions. In my case this does not seem to be the > > solution. > > I fiddled with the different options. The conclusion is, that the > footnotes > > do not readily follow the > > bodyfont settings. > > I provided Hans a test file and he will look into it. > > Let me know when You solve the problem. > > Regards, Pawe/l