From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/45269 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Re: Problem with MkIV on texlive2008 Date: Tue, 4 Nov 2008 09:30:13 +0100 Message-ID: References: <20081103072422.GO31508@atos.labs.wmid.amu.edu.pl> <20081103075347.GQ31508@atos.labs.wmid.amu.edu.pl> <20081103222651.GT31508@atos.labs.wmid.amu.edu.pl> <20081103231212.GU31508@atos.labs.wmid.amu.edu.pl> <20081104061926.GV31508@atos.labs.wmid.amu.edu.pl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0333916157==" X-Trace: ger.gmane.org 1225787522 27749 80.91.229.12 (4 Nov 2008 08:32:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2008 08:32:02 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 04 09:33:00 2008 connect(): Connection refused 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 1KxHLO-0006ds-C8 for gctc-ntg-context-518@m.gmane.org; Tue, 04 Nov 2008 09:32:58 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9338A1FBD0; Tue, 4 Nov 2008 09:31:49 +0100 (CET) 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 26124-01-16; Tue, 4 Nov 2008 09:30:49 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 835861FB95; Tue, 4 Nov 2008 09:30:49 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8D9F61FB8F for ; Tue, 4 Nov 2008 09:30:47 +0100 (CET) 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 27826-01-10 for ; Tue, 4 Nov 2008 09:30:13 +0100 (CET) Original-Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by ronja.ntg.nl (Postfix) with ESMTP id 9C3FD1FB57 for ; Tue, 4 Nov 2008 09:30:13 +0100 (CET) Original-Received: by fg-out-1718.google.com with SMTP id l26so2658878fgb.8 for ; Tue, 04 Nov 2008 00:30:13 -0800 (PST) Original-Received: by 10.187.247.15 with SMTP id z15mr219425far.6.1225787413474; Tue, 04 Nov 2008 00:30:13 -0800 (PST) Original-Received: by 10.187.211.5 with HTTP; Tue, 4 Nov 2008 00:30:13 -0800 (PST) In-Reply-To: <20081104061926.GV31508@atos.labs.wmid.amu.edu.pl> 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:45269 Archived-At: --===============0333916157== Content-Type: multipart/alternative; boundary="----=_Part_76420_2381652.1225787413472" ------=_Part_76420_2381652.1225787413472 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline 2008/11/4 Marcin Borkowski > Dnia Tue, Nov 04, 2008 at 01:00:51AM +0100, luigi scarso napisał(a): > > > > > > And one more question: > > > > > > texexec whatever.tex > > > > > try > > $> pdffonts whatever.pdf > > So I'm doing: > > $ cat test-07.tex > \starttext > Hello world! > \stoptext > > $ texexec test-07 > (...) > TeXExec | runtime: 3.723635 > > $ pdffonts test-07.pdf > name type emb sub uni > object ID > ------------------------------------ ----------------- --- --- --- > --------- > KBKNLC+LMRoman12-Regular Type 1 yes yes yes > 4 0 > > $ context test-07 > (...) > MtxRun | total runtime: 11.478 > > $ pdffonts test-07.pdf > name type emb sub uni > object ID > ------------------------------------ ----------------- --- --- --- > --------- > AIGPIG+LMRoman12-Regular CID Type 0C yes yes yes > 4 0 > > Any ideas what to do so that it could look better in xpdf? > On my logs, I see that mkii uses type1 while mkiv uses otf. Maybe this is the difference. -- luigi ------=_Part_76420_2381652.1225787413472 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline

2008/11/4 Marcin Borkowski <mbork@atos.wmid.amu.edu.pl>
Dnia Tue, Nov 04, 2008 at 01:00:51AM +0100, luigi scarso napisa&#322;(a):
> >
> > And one more question:
> >
> > texexec whatever.tex
> >
> try
> $> pdffonts  whatever.pdf

So I'm doing:

$ cat test-07.tex
\starttext
Hello world!
\stoptext

$ texexec test-07
(...)
TeXExec | runtime: 3.723635

$ pdffonts test-07.pdf
name                                 type              emb sub uni
object ID
------------------------------------ ----------------- --- --- ---
---------
KBKNLC+LMRoman12-Regular             Type 1            yes yes yes
4  0

$ context test-07
(...)
MtxRun | total runtime: 11.478

$ pdffonts test-07.pdf
name                                 type              emb sub uni
object ID
------------------------------------ ----------------- --- --- ---
---------
AIGPIG+LMRoman12-Regular             CID Type 0C       yes yes yes
4  0

Any ideas what to do so that it could look better in xpdf?
On my logs, I see that mkii uses type1
while  mkiv uses otf.

Maybe this is the difference.
--
luigi

------=_Part_76420_2381652.1225787413472-- --===============0333916157== 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 ___________________________________________________________________________________ --===============0333916157==--