From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/63172 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Bug in mkiv with Times? Date: Tue, 02 Nov 2010 19:09:56 +0100 Message-ID: <4CD053F4.9050300@wxs.nl> References: 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 1288721439 30919 80.91.229.12 (2 Nov 2010 18:10:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Nov 2010 18:10:39 +0000 (UTC) Cc: Otared Kavian To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 02 19:10:34 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 1PDLJY-0008Ht-EY for gctc-ntg-context-518@m.gmane.org; Tue, 02 Nov 2010 19:10:32 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id EED1ACA810; Tue, 2 Nov 2010 19:10:28 +0100 (CET) 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 Fq-JmEZnv3eZ; Tue, 2 Nov 2010 19:10:25 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8ED6DCA80D; Tue, 2 Nov 2010 19:10:25 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 41E4CCA80D for ; Tue, 2 Nov 2010 19:10:24 +0100 (CET) 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 nmv-MHEWVEkt for ; Tue, 2 Nov 2010 19:10:12 +0100 (CET) Original-Received: from filter5-ams.mf.surf.net (filter5-ams.mf.surf.net [192.87.102.73]) by balder.ntg.nl (Postfix) with ESMTP id 88B30CA805 for ; Tue, 2 Nov 2010 19:10:12 +0100 (CET) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter5-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id oA2IABek012289 for ; Tue, 2 Nov 2010 19:10:12 +0100 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 pragma-net.nl (SurgeMail 4.3g4) with ESMTP id 12521-1713362 for multiple; Tue, 02 Nov 2010 19:07:02 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 ThunderBrowse/3.3.2 In-Reply-To: X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=11; city=Den Haag; latitude=52.0833; longitude=4.3000; http://maps.google.com/maps?q=52.0833,4.3000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0BDqiabUL - 983cded349e1 - 20101102 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.73 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:63172 Archived-At: On 2-11-2010 6:33, Otared Kavian wrote: > Hi all, > > With the latest release (ConTeXt ver: 2010.11.01 12:14 MKIV), in mkiv the following gives a wrong size for \sum and the integral sign \int, and the bounds of the integral are wrongly placed: > > %%%% begin bug-times.tex > \usetypescript[times] > \setupbodyfont[times,12pt] > > \starttext > > The expansion of $u\in L^2(0,\pi)$ in the base $(\varphi_{k})_{k\geq1}$ is defined as > \startformula > u = \sum_{k\geq1} c_{k}(u) \phi_{k}, \qquad \mbox{where } c_{k}(u) := \int_{0}^\pi u(x)\varphi_{k}(x) dx, > \stopformula > > \stoptext > %%%% end bug-times.tex > > As far as I can say, this didn't happen before, but I cannot say from when this is broken. Using > \usetypescript[termes] > \setupbodyfont[termes,12pt] > instead of times, does not change the result. > Any idea what is going on? > Thanks in advance for your attention and help. it also happens with lm, but cambria is ok, so it's related to the virtual font builder .. puzzled 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 ___________________________________________________________________________________