From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/59821 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: TL 2010 and gentium typescript: weird errors with XeTeX Date: Thu, 24 Jun 2010 09:48:34 +0200 Message-ID: <4C230DD2.6090508@wxs.nl> References: <4C220AF9.80504@wxs.nl> <20100623151103.GA2434@khaled-laptop> <4C2236EB.3010102@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1277365735 9369 80.91.229.12 (24 Jun 2010 07:48:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Jun 2010 07:48:55 +0000 (UTC) Cc: mailing list for ConTeXt users , "Thomas A. Schmitz" To: Mojca Miklavec Original-X-From: ntg-context-bounces@ntg.nl Thu Jun 24 09:48:53 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ORhB4-0002E7-W9 for gctc-ntg-context-518@m.gmane.org; Thu, 24 Jun 2010 09:48:51 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 22E50C9B03; Thu, 24 Jun 2010 09:48:50 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OpRB2P6LbsYR; Thu, 24 Jun 2010 09:48:47 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7A36EC9AAF; Thu, 24 Jun 2010 09:48:47 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 27962C9AAF for ; Thu, 24 Jun 2010 09:48:46 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QtXchBPtNLvy for ; Thu, 24 Jun 2010 09:48:43 +0200 (CEST) Original-Received: from smtp.ziggozakelijk.nl (sc-162.r-213-125-29.schoolconnect.nu [213.125.29.162]) by balder.ntg.nl (Postfix) with ESMTP id C5942C9A70 for ; Thu, 24 Jun 2010 09:48:43 +0200 (CEST) X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-9 (SurgeMail 4.3e) with ESMTP id 3255-1713362 for multiple; Thu, 24 Jun 2010 09:47:39 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.10) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5 In-Reply-To: X-Authenticated-User: hagen@controller-9 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:59821 Archived-At: On 24-6-2010 9:05, Mojca Miklavec wrote: > On Wed, Jun 23, 2010 at 18:31, Hans Hagen wrote: >> On 23-6-2010 5:58, Mojca Miklavec wrote: >> >>> True. But lmmi7 *is* an old tfm font. >> >> i don't think that i changed anything at the mkii end so there are two >> possibilities then >> >> (1) the math font definition has changed and refers to features >> (2) xetex has changed > > I can test if taking XeTeX from TeX Live into minimals changes anything. > >> how does your tex file looks like (not that i'm too keen into diving into a >> xetex related font proble right now) > > This is a minimals file (already sent in the first mail): > > \usetypescriptfile[type-gentium] > \usetypescript[gentium] > \setupbodyfont[gentium] > \starttext > something > \stoptext but that one runs quite well over here so there must be more magic going on > But if you want a more independent one (any font would generate the > same error; without the need to have Gentium installed; just replace > file:GenR102 with any other font specification): > > \starttypescript [serif] [gentium] > \definefontsynonym [Gentium-Roman] [file:GenR102] [features=default] > \stoptypescript > > \starttypescript [serif] [gentium] [name] > \definefontsynonym [Serif] [Gentium-Roman] > \definefontsynonym [SerifItalic] [Serif] > \definefontsynonym [SerifBold] [Serif] > \definefontsynonym [SerifBoldItalic] [Serif] > \definefontsynonym [SerifSlanted] [Serif] > \definefontsynonym [SerifBoldSlanted] [Serif] > \definefontsynonym [SerifCaps] [Serif] > \definefontsynonym [OldStyle] [Serif] > \stoptypescript > > \starttypescript [gentium] > \definetypeface [gentium] [rm] [serif] [gentium] [default] [features=default] > \stoptypescript > > \usetypescript[gentium] > \setupbodyfont[gentium] > > \starttext > test > \stoptext also runs ok Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________