From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2544 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: oldstyle footnotemarks Date: Fri, 25 Aug 2000 12:22:59 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.6.32.20000825122259.017e8c90@pop.wxs.nl> References: <000701c00e6d$c9bf1060$a77c2ed5@arnhem.chello.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035393331 9769 80.91.224.250 (23 Oct 2002 17:15:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:15:31 +0000 (UTC) Cc: "ntg-context" Original-To: "Frans Goddijn" In-Reply-To: <000701c00e6d$c9bf1060$a77c2ed5@arnhem.chello.nl> Xref: main.gmane.org gmane.comp.tex.context:2544 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2544 At 10:23 AM 8/25/00 +0200, Frans Goddijn wrote: >is \os{2} gives me the number 2 from the font's expert set, how can I >ensure that numbered footnotemarks are also in \os format? I will add in the next release: \defineconversion[o][\oldstylenumerals] \def\oldstylenumerals#1{{\os\number#1}} Now you can say: \setupfootnotes[conversion=o] \startitemize[o] \item test\footnote{Does this looks old enough?} \item test \item test \stopitemize Or, you may like in your style: \defineconversion[][\oldstylenumerals] % default \defineconversion[n][\oldstylenumerals] % n key \startitemize[n] \item test\footnote{Does this looks old enough?} \item test \item test \stopitemize in that case you can omit al kind of settings, Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com -------------------------------------------------------------------------