From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26365 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Problem with typescripts - oldstyle numbers Date: Thu, 16 Mar 2006 21:06:27 +0100 Message-ID: <49C2108F-23FE-4C3F-8031-0B64B3DCEB63@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.3) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1142539728 22970 80.91.229.2 (16 Mar 2006 20:08:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Mar 2006 20:08:48 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 16 21:08:40 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 ciao.gmane.org with esmtp (Exim 4.43) id 1FJylS-0008BF-BD for gctc-ntg-context-518@m.gmane.org; Thu, 16 Mar 2006 21:08:06 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8ADB3127A1; Thu, 16 Mar 2006 21:08:05 +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 22325-06; Thu, 16 Mar 2006 21:08:01 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5F30612793; Thu, 16 Mar 2006 21:08:01 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2E8A512793 for ; Thu, 16 Mar 2006 21:08:00 +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 22295-05 for ; Thu, 16 Mar 2006 21:07:58 +0100 (CET) Original-Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by ronja.ntg.nl (Postfix) with SMTP id C09431278B for ; Thu, 16 Mar 2006 21:07:58 +0100 (CET) Original-Received: from fwd34.aul.t-online.de by mailout04.sul.t-online.com with smtp id 1FJylK-0007Uu-01; Thu, 16 Mar 2006 21:07:58 +0100 Original-Received: from [192.168.0.2] (bLFdRvZdgeQjtSKvOmmld0iyze5VEJZS64BY6GytW8PVOg6RJIXWk+@[84.172.81.30]) by fwd34.sul.t-online.de with esmtp id 1FJylG-1jmtay0; Thu, 16 Mar 2006 21:07:54 +0100 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.3) X-ID: bLFdRvZdgeQjtSKvOmmld0iyze5VEJZS64BY6GytW8PVOg6RJIXWk+@t-dialin.net X-TOI-MSGID: 64254706-b143-4601-b46f-17fcc9babafc 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:26365 Archived-At: I just realized the pattern in a somewhat unexpected behavior in a typescript. It defines several instances of Adobe Caslon (with or without certain ligatures, oldstyle, proportional numbers etc.). I want typewriter and math from Latin Modern. In the end, the typefaces are defined: \starttypescript [Caslonpnum] \definetypeface [MyCaslonpnum] [rm] [serif] [caslonpnum] [default] [encoding=\typescripttwo] \definetypeface [MyCaslonpnum] [tt] [mono] [modern] [default] [encoding=\typescripttwo] \stoptypescript Here's the catch: as soon as I add a definition for a math font: \definetypeface [MyCaslonpnum] [mm] [math] [modern] [default] [encoding=\typescripttwo] oldstyle figures will always be taken from the math font. If I delete this line from the typescript, I get the oldstyle figures from the font defined as [OldStyle]. Looks like a bug to me. Or am I misunderstanding something? Thomas