From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34277 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: texexec+mpost cmr10 vs CMR10 trouble using dvips backend Date: Sun, 15 Apr 2007 08:49:47 +0200 Message-ID: <4621CB0B.3000605@elvenkind.com> References: 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 1176619812 12006 80.91.229.12 (15 Apr 2007 06:50:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Apr 2007 06:50:12 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Apr 15 08:50:07 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 1HcyYn-0001L9-Bf for gctc-ntg-context-518@m.gmane.org; Sun, 15 Apr 2007 08:50:05 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4B2E82012B; Sun, 15 Apr 2007 08:50:04 +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 07743-03-4; Sun, 15 Apr 2007 08:49:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 612F020124; Sun, 15 Apr 2007 08:49:56 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B048120124 for ; Sun, 15 Apr 2007 08:49:52 +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 07743-03-3 for ; Sun, 15 Apr 2007 08:49:48 +0200 (CEST) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with ESMTP id A4DB32011C for ; Sun, 15 Apr 2007 08:49:48 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:43773 helo=[10.10.0.6]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1HcyYV-0004yQ-Ir for ntg-context@ntg.nl; Sun, 15 Apr 2007 06:49:47 +0000 User-Agent: Thunderbird 1.5.0.9 (X11/20070105) In-Reply-To: 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:34277 Archived-At: Sanjoy Mahajan wrote: > A font-embedding issue puzzles me. First I make a metapost figure that > uses plain tex for the label, so it uses cmr10. Then I include it in a > context document to get a .ps file. The problem is that the label shows > up in Courier (which ghostscript uses when it cannot find the font, I > think). > > Here is the test.tex > > \starttext > \externalfigure[fig.1] > \stoptext > > and this fig.mp > > beginfig(1) > label(btex hello etex, origin); > endfig; > end > > The commands are: > > mpost fig > texexec --ps test > gv test.ps If you set prologues := 1 in the mp file, that should help. In a new metapost (texlive2007) you can even generate an image with the font included by using prologues := 3. Best, Taco