From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10867 Path: main.gmane.org!not-for-mail From: "Bruce D'Arcus" Newsgroups: gmane.comp.tex.context Subject: Re: footnote control Date: Sat, 8 Feb 2003 14:37:29 -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 1044732719 32235 80.91.224.249 (8 Feb 2003 19:31:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Feb 2003 19:31:59 +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 18hahh-0008Ne-00 for ; Sat, 08 Feb 2003 20:31:57 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 049C110B32; Sat, 8 Feb 2003 20:34:03 +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 82BF410AEC for ; Sat, 8 Feb 2003 20:32:17 +0100 (MET) Original-Received: from muwnt05 (muwnt05.mcs.muohio.edu [134.53.7.75]) by muaix01.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with SMTP id h18JWGVn090484 for ; Sat, 8 Feb 2003 14:32:16 -0500 Original-Received: From mcsaix05.mcs.muohio.edu ([134.53.253.27]) by muwnt05 (WebShield SMTP v4.5 MR1a); id 1044732735197; Sat, 8 Feb 2003 14:32:15 -0500 Original-Received: from fastmail.fm (u44.s28.muohio.edu [134.53.28.44]) by mcsaix05.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with ESMTP id h18JW3L3065400 for ; Sat, 8 Feb 2003 14:32:14 -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:10867 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10867 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