From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32346 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Font for enumeration Date: Fri, 29 Dec 2006 10:39:58 +0100 Message-ID: <4594E26E.5020304@elvenkind.com> References: <8C43B774-7E54-4EB8-B2FF-C1143AFC82EA@extern.uio.no> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1167385217 18393 80.91.229.10 (29 Dec 2006 09:40:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Dec 2006 09:40:17 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 29 10:40:16 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by dough.gmane.org with esmtp (Exim 4.50) id 1H0EDn-00009F-U4 for gctc-ntg-context-518@m.gmane.org; Fri, 29 Dec 2006 10:40:15 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1EE2C200D6; Fri, 29 Dec 2006 10:38:10 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04950-01; Fri, 29 Dec 2006 10:38:05 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 95FBF1FF75; Fri, 29 Dec 2006 10:38:02 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8F636200A0 for ; Fri, 29 Dec 2006 10:37:59 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03939-09-8 for ; Fri, 29 Dec 2006 10:37:54 +0100 (CET) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with SMTP id E23061FF4D for ; Fri, 29 Dec 2006 10:37:54 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:34571 helo=[10.10.0.3]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1H0EDW-000MG1-T6 for ntg-context@ntg.nl; Fri, 29 Dec 2006 09:39:59 +0000 User-Agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <8C43B774-7E54-4EB8-B2FF-C1143AFC82EA@extern.uio.no> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32346 Archived-At: Rolf Marvin B=F8e Lindgren wrote: > consider the following setup: > = > \startitemize[m] > \item this > \item that > \item the other > \stopitemize > = > this should give enumeration using oldstyle numbers. now, I have = > created my own typescript file that sets everything to Sabon, except = > the oldstyle numbers in question, which are set using computer = > modern's oldstyle numbers. what do I do to get the base font here? = > I have set up my typescript file so that {\Var[osf] 123} are set = > using the base fonts oldstyle numbers. Untested, but should work: \def\varosfnumbers#1{{\Var[osf] #1}} \defineconversion[varosf][\varosfnumbers] \startitemize[varosf] \item this \item that \item the other \stopitemize Best, Taco