From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34287 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Re: texexec+mpost cmr10 vs CMR10 trouble using dvips backend Date: Sun, 15 Apr 2007 18:58:30 +0200 Message-ID: <20070415185830.50bb1c72.schuster.wolfgang@googlemail.com> References: <4621CB0B.3000605@elvenkind.com> 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 1176658222 14062 80.91.229.12 (15 Apr 2007 17:30:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Apr 2007 17:30:22 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Apr 15 19:30:17 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 1Hd8YK-0000PA-62 for gctc-ntg-context-518@m.gmane.org; Sun, 15 Apr 2007 19:30:16 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C1AD41FF9D; Sun, 15 Apr 2007 19:30:12 +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 10643-01-5; Sun, 15 Apr 2007 19:30:06 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8B3EA1FE3F; Sun, 15 Apr 2007 19:29:55 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7CC591FE10 for ; Sun, 15 Apr 2007 19:29:45 +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 09878-04-8 for ; Sun, 15 Apr 2007 19:29:40 +0200 (CEST) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by ronja.ntg.nl (Postfix) with ESMTP id 56E12201B0 for ; Sun, 15 Apr 2007 18:58:47 +0200 (CEST) Original-Received: by ug-out-1314.google.com with SMTP id m2so847450uge for ; Sun, 15 Apr 2007 09:58:47 -0700 (PDT) Original-Received: by 10.67.23.5 with SMTP id a5mr3661914ugj.1176656327242; Sun, 15 Apr 2007 09:58:47 -0700 (PDT) Original-Received: from eve ( [89.51.234.71]) by mx.google.com with ESMTP id y6sm5202883mug.2007.04.15.09.58.43; Sun, 15 Apr 2007 09:58:46 -0700 (PDT) In-Reply-To: X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.7; i686-pc-mingw32) 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:34287 Archived-At: On Sun, 15 Apr 2007 16:23:35 +0100 Sanjoy Mahajan wrote: > > If you set prologues := 1 in the mp file, that should help. > > That still gave Courier fonts after including fig.1 in test.ps. > > > In a new metapost (texlive2007) you can even generate an > > image with the font included by using prologues := 3. > > That worked. [I'm using MetaPost 0.993 (Web2C 7.5.6) from the Debian > texlive2007-2 packages.] > > >From p.24 of the corresponding mpman.pdf manual: > > It is worth noting that the default value prologues:=0 is > sufficient for graphics included in TEX-based documents. > > Does that need a slight exception added to it? Or have I > misconfigured something in the toolchain from .tex + .mp to .ps? By > the way, the figure works fine with prologues := 0 if I include it > (using epsf.tex) in a plain-TeX document. > > So I think there's something slightly off about what ConTeXt is doing. > > -Sanjoy > Hi Sanjoy, can also try to create the pd file by hand with "dvips -Ppdf test", that gave a correct output on my system. The texexec way used Courier in the PS-File, the dvips use cmr10 in the PS-File. Wolfgang