ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Difference between MKIV and MKII
Date: Fri, 10 Aug 2007 18:51:20 +0200	[thread overview]
Message-ID: <46BC9788.3080009@wxs.nl> (raw)
In-Reply-To: <46BC51FE.5010104@gmx.net>

Peter Rolf wrote:
> Hans Hagen schrieb:
>> Peter Rolf wrote:
>>> Peter Rolf schrieb:
>>>> Hi Aditya,
>>>>
>>>> Aditya Mahajan schrieb:
>>>>> Quoting Hans Hagen <pragma@wxs.nl>:
>>>>>
>>>>>> 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
___________________________________________________________________________________


  reply	other threads:[~2007-08-10 16:51 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-08 19:29 Aditya Mahajan
2007-08-08 22:59 ` luigi scarso
2007-08-09  8:21 ` Hans Hagen
2007-08-09 22:19   ` Aditya Mahajan
2007-08-10  9:57     ` Hans Hagen
2007-08-10 10:07     ` Peter Rolf
2007-08-10 10:52       ` Peter Rolf
2007-08-10 11:26         ` Hans Hagen
2007-08-10 11:40           ` Arthur Reutenauer
2007-08-10 12:27             ` Hans Hagen
2007-08-10 11:54           ` Peter Rolf
2007-08-10 16:51             ` Hans Hagen [this message]
2007-08-10 18:20               ` Peter Rolf
2007-08-10 17:29             ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46BC9788.3080009@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).