From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/35882 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Difference between MKIV and MKII Date: Fri, 10 Aug 2007 18:51:20 +0200 Message-ID: <46BC9788.3080009@wxs.nl> References: <20070808152956.avlhh13lkwckkogw@web.mail.umich.edu> <46BACEA5.6030609@wxs.nl> <20070809181942.fkqwr40cu8k8kssw@web.mail.umich.edu> <46BC38C6.2070908@gmx.net> <46BC437D.8090700@gmx.net> <46BC4B6D.7050607@wxs.nl> <46BC51FE.5010104@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1186764703 3105 80.91.229.12 (10 Aug 2007 16:51:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2007 16:51:43 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 10 18:51:39 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1IJXi4-0005PA-Ub for gctc-ntg-context-518@m.gmane.org; Fri, 10 Aug 2007 18:51:37 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CE8AF203B4; Fri, 10 Aug 2007 18:51:35 +0200 (CEST) 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 19723-05-7; Fri, 10 Aug 2007 18:51:27 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 094962039C; Fri, 10 Aug 2007 18:51:27 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 68F772039C for ; Fri, 10 Aug 2007 18:51:26 +0200 (CEST) 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 19723-05-6 for ; Fri, 10 Aug 2007 18:51:25 +0200 (CEST) Original-Received: from mail.pragma-ade.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by ronja.ntg.nl (Postfix) with ESMTP id 4F75820386 for ; Fri, 10 Aug 2007 18:51:25 +0200 (CEST) Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-1 (SurgeMail 3.7b8) with ESMTP id 9238 for ; Fri, 10 Aug 2007 18:51:25 +0200 User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <46BC51FE.5010104@gmx.net> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:35882 Archived-At: Peter Rolf wrote: > Hans Hagen schrieb: >> Peter Rolf wrote: >>> Peter Rolf schrieb: >>>> Hi Aditya, >>>> >>>> Aditya Mahajan schrieb: >>>>> Quoting Hans Hagen : >>>>> >>>>>> Aditya Mahajan wrote: >>>>>>> Hi, >>>>>>> >>>>>>> I get significantly different white spaces (and hence page breaks) >>>>>>> while using mkiv and mkii. Is this expected, or should I try to create >>>>>>> minimal example exhibiting such "problems"? >>>>>> indeed >>>>> Here is a minimal example. The spaces around formulas are more. >>>>> >>>> in the meantime I have also updated my \texmf subtree (LM should be up >>>> to date). Using your example, I now get a >>>> >>>> 12pt text font with pdftex and >>>> 10pt text font with luatex (but 12pt in math mode). >>>> >>>> So maybe you have the same problem? >>>> >>>> If I remember it right, luatex normally used the OTF variant of LM in my >>>> prior test. Now it's also T1, but with an additional font (this one is >>>> used for the 10pt text) in comparison to pdftex: >>>> >>>> lmrroman12-regular (Embedded Subset) >>>> Type: Type1 (CID) >>>> Encoding: Identity-H >>>> >>> stupid me. this is otf :) >>> >>> http://partners.adobe.com/public/developer/opentype/index_font_formats.html >> the lm 12 file says ... >> >> ["design_size"]=0, >> ["familyname"]="LMRoman12", >> ["fontname"]="LMRoman12-Regular", >> ["fullname"]="LMRoman12-Regular", >> >> so it looks like we have a problem there; in that case mkiv assumes 10pt >> > i see. which format is used for "design_size"? i tried "12", but i still > get 10pt. "12pt" gives a compilation warning (using luac); i should use > texluac, right? :D 120 but there's also a problem in the loader (in font-otf) local designsize = data.designsize or data.design_size or 100 if designsize == 0 then designsize = 100 end tfm.designsize = (designsize/10)*65536 i'll upload a new zip later i made a mechanism that can 'repair fonts' so lm is fixed (well, the error is intercepted Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________