From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/50636 Path: news.gmane.org!not-for-mail From: yi@Mathematik.Uni-Marburg.de Newsgroups: gmane.comp.tex.context Subject: Problem of mptopdf Date: Wed, 20 May 2009 16:44:00 +0200 (CEST) Message-ID: <4724.213.70.1.36.1242830640.squirrel@www.mathematik.uni-marburg.de> 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: ger.gmane.org 1242830706 9572 80.91.229.12 (20 May 2009 14:45:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 May 2009 14:45:06 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed May 20 16:44:59 2009 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 1M6n2R-0005L3-3G for gctc-ntg-context-518@m.gmane.org; Wed, 20 May 2009 16:44:59 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 162131FADB; Wed, 20 May 2009 16:44:58 +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 13363-04-3; Wed, 20 May 2009 16:44:24 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 907271FC1B; Wed, 20 May 2009 16:44:23 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F37A21FCC7 for ; Wed, 20 May 2009 16:44:20 +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 13363-04-2 for ; Wed, 20 May 2009 16:44:01 +0200 (CEST) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by ronja.ntg.nl (Postfix) with ESMTP id 7B9881FADB for ; Wed, 20 May 2009 16:44:01 +0200 (CEST) Original-Received: from mailhost.Mathematik.Uni-Marburg.de (pc12577.Mathematik.Uni-Marburg.DE [137.248.123.2]) by filter4-til.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n4KEi0ro025584 for ; Wed, 20 May 2009 16:44:00 +0200 Original-Received: from www.mathematik.uni-marburg.de (farafra [137.248.123.7]) by mailhost.Mathematik.Uni-Marburg.de (8.13.8/8.13.8) with ESMTP id n4KEi0Ie031406 for ; Wed, 20 May 2009 16:44:00 +0200 Original-Received: from 213.70.1.36 (SquirrelMail authenticated user yi) by www.mathematik.uni-marburg.de with HTTP; Wed, 20 May 2009 16:44:00 +0200 (CEST) User-Agent: SquirrelMail/1.4.8-5.el5.centos.3 X-Priority: 3 (Normal) Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (mailhost.Mathematik.Uni-Marburg.de [137.248.123.2]); Wed, 20 May 2009 16:44:00 +0200 (CEST) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=137.248.123.2; country=DE; region=05; city=Marburg; latitude=50.8167; longitude=8.7667; http://maps.google.com/maps?q=50.8167,8.7667&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 229200962 - df703da35bbf - 20090520 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:50636 Archived-At: hi, I tried use the "mptopdf" command to convert a figure generated by "mpost" into a .pdf file, and got following error: !pdfTeX error: pdftex.exe (file ec-lmr12): Font ec-lmr12 at 600 not found ==> Fatal error occurred, no output PDF file produced! The figures are generated from following metapost file: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% beginfig(2) label("Haha", (2,0)); draw (for i=0 upto 7: dir(135i)-- endfor cycle); endfig; beginfig(5) label(btex Haha etex, (2,0)); draw (for i=0 upto 7: dir(135i)-- endfor cycle); endfig; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% But the ec-lmr12 file exists and can be located with "kpsewhich". It seems the problem is the "btex etex" environment, because there is no error with the first figure. I work under the mswin-context-standalone downloaded from Pragma-ADE, appreciate for any tip! ___________________________________________________________________________________ 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 ___________________________________________________________________________________