From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11004 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 10:05:44 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: References: <5.1.0.14.1.20030208200158.03087c58@server-1> 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 1045149022 6976 80.91.224.249 (13 Feb 2003 15:10:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Feb 2003 15:10:22 +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 18jKqM-0001Ay-00 for ; Thu, 13 Feb 2003 16:00:06 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B6F1D10B07; Thu, 13 Feb 2003 16:02:20 +0100 (MET) Original-Received: from muaix01.mcs.muohio.edu (muaix01.mcs.muohio.edu [134.53.253.21]) by ref.ntg.nl (Postfix) with ESMTP id 283CB10AF0 for ; Thu, 13 Feb 2003 16:00:45 +0100 (MET) Original-Received: from muwnt04 (muwnt04.mcs.muohio.edu [134.53.7.74]) by muaix01.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with SMTP id h1DF0hVn181456 for ; Thu, 13 Feb 2003 10:00:43 -0500 Original-Received: From mcsaix05.mcs.muohio.edu ([134.53.253.27]) by muwnt04 (WebShield SMTP v4.5 MR1a); id 1045148443367; Thu, 13 Feb 2003 10:00:43 -0500 Original-Received: from fastmail.fm (u175.s28.muohio.edu [134.53.28.175]) by mcsaix05.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with ESMTP id h1DF0SL3049138 for ; Thu, 13 Feb 2003 10:00:41 -0500 Original-To: ntg-context@ntg.nl In-Reply-To: <5.1.0.14.1.20030208200158.03087c58@server-1> 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:11004 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11004 Nothing on this? I assume the code below is specific to LaTeX? I just need to tell ConTeXt to use a different font (MinionPro-Regular-FN-8y.tfm, which I am naming MinionPro-FN) for the footnote marker, and not to raise and shrink it (since the font has superior figures).... Bruce ======================= While we're on footnotes, how would one change the footnote marker font? I found this code that I can use in a LaTeX font .sty file, which tells the system to use a special virtual font (called "fn") that maps the superior digits into the standard figure slots: \makeatletter \def\@makefnmark{\hbox{\fontshape{fn}\selectfont\@thefnmark}} \makeatother How would I do something similar with ConTeXt? Bruce