From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44124 Path: news.gmane.org!not-for-mail From: "Zhaopeng Xing" Newsgroups: gmane.comp.tex.context Subject: Re: typescript and font features bug? Date: Fri, 19 Sep 2008 15:39:59 +0200 Message-ID: <72c60e910809190639y4b8bbce4yaaa4f56006fd2de9@mail.gmail.com> References: <72c60e910809190635ye024240la2bc59253e544253@mail.gmail.com> <72c60e910809190636m68f24076gb299118fc3bd3c13@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0269035471==" X-Trace: ger.gmane.org 1221831719 28900 80.91.229.12 (19 Sep 2008 13:41:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2008 13:41:59 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 19 15:42:47 2008 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 1KggFn-0001pg-Kr for gctc-ntg-context-518@m.gmane.org; Fri, 19 Sep 2008 15:42:35 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E58FE1FDFF; Fri, 19 Sep 2008 15:41:31 +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 17031-01-4; Fri, 19 Sep 2008 15:40:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E188C1FC7C; Fri, 19 Sep 2008 15:40:34 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C05E61FC7C for ; Fri, 19 Sep 2008 15:40:33 +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 13209-01-6 for ; Fri, 19 Sep 2008 15:39:59 +0200 (CEST) Original-Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by ronja.ntg.nl (Postfix) with ESMTP id B6F5C1FB6B for ; Fri, 19 Sep 2008 15:39:59 +0200 (CEST) Original-Received: by fg-out-1718.google.com with SMTP id l26so881035fgb.8 for ; Fri, 19 Sep 2008 06:39:59 -0700 (PDT) Original-Received: by 10.187.247.15 with SMTP id z15mr4934far.80.1221831599531; Fri, 19 Sep 2008 06:39:59 -0700 (PDT) Original-Received: by 10.187.202.4 with HTTP; Fri, 19 Sep 2008 06:39:59 -0700 (PDT) In-Reply-To: <72c60e910809190636m68f24076gb299118fc3bd3c13@mail.gmail.com> 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:44124 Archived-At: --===============0269035471== Content-Type: multipart/alternative; boundary="----=_Part_29053_7660679.1221831599518" ------=_Part_29053_7660679.1221831599518 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline btw, the MinionPro version in use is Version 2.015;PS 002.000;Core 1.0.38;makeotf.lib1.7.9032 2008/9/19 Zhaopeng Xing > The attachment. > > 2008/9/19 Zhaopeng Xing > > Hi all, >> >> I am using the latest minimal and try to compile the following two files >> with luatex. The second file, using typescript and font features together, >> get a serious problem with the final pdf: punctuation centered unexpectedly >> in lines. For the first files, with no font features specified, it is OK. I >> do not know whether someone else can replicate this problem. But it >> happended on my laptop. All compiled are attached in this email. >> >> %FILE1: test1.tex >> \starttypescript[serif][myserif][name] >> \definefontsynonym[Serif][MinionPro-Regular][] >> \stoptypescript >> >> \definetypeface [myserif] [rm] [serif] [myserif] [default] >> \usetypescript[myserif] >> \setupbodyfont[myserif,rm,12pt] >> >> \starttext >> \input zapf >> \stoptext >> >> >> %FILE2: test2.tex >> \definefontfeature[minion][language=dflt, script=latn, mode=node, >> frac=yes, onum=yes, kern=yes, liga=yes, >> dlig=yes, >> protrusion=quality, expansion=quality] >> \starttypescript[serif][myserif][name] >> \definefontsynonym[Serif][MinionPro-Regular][features=minion] >> \stoptypescript >> >> \definetypeface [myserif] [rm] [serif] [myserif] [default] >> \usetypescript[myserif] >> \setupbodyfont[myserif,rm,12pt] >> >> \starttext >> \input zapf >> \stoptext >> >> >> >> -- >> Zhaopeng XING >> >> Tinbergen Institute >> > > > > -- > Zhaopeng XING > > Tinbergen Institute > -- Zhaopeng XING Tinbergen Institute ------=_Part_29053_7660679.1221831599518 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline
btw, the MinionPro version in use is

Version 2.015;PS 002.000;Core 1.0.38;makeotf.lib1.7.9032


2008/9/19 Zhaopeng Xing <zpxing@gmail.com>
The attachment.

2008/9/19 Zhaopeng Xing <zpxing@gmail.com>

Hi all,

I am using the latest minimal and try to compile the following two files with luatex. The second file, using typescript and font features together, get a serious problem with the final pdf: punctuation centered unexpectedly in lines. For the first files, with no font features specified, it is OK. I do not know whether someone else can replicate this problem. But it happended on my laptop. All compiled are attached in this email.

%FILE1: test1.tex
\starttypescript[serif][myserif][name]
\definefontsynonym[Serif][MinionPro-Regular][]
\stoptypescript

\definetypeface [myserif] [rm] [serif] [myserif]   [default]
\usetypescript[myserif]
\setupbodyfont[myserif,rm,12pt]

\starttext
\input zapf
\stoptext


%FILE2: test2.tex
\definefontfeature[minion][language=dflt, script=latn, mode=node,
                           frac=yes, onum=yes, kern=yes, liga=yes, dlig=yes,
                           protrusion=quality, expansion=quality]
\starttypescript[serif][myserif][name]
\definefontsynonym[Serif][MinionPro-Regular][features=minion]
\stoptypescript

\definetypeface [myserif] [rm] [serif] [myserif]   [default]
\usetypescript[myserif]
\setupbodyfont[myserif,rm,12pt]

\starttext
\input zapf
\stoptext



--
Zhaopeng XING

Tinbergen Institute



--
Zhaopeng XING

Tinbergen Institute



--
Zhaopeng XING

Tinbergen Institute
------=_Part_29053_7660679.1221831599518-- --===============0269035471== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============0269035471==--