From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52641 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: metapost-pdf problem Date: Tue, 01 Sep 2009 11:41:56 +0200 Message-ID: <4A9CEC64.7000209@gmx.net> References: <87ocpwczm0.fsf@boldair.bornier.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1251798188 26821 80.91.229.12 (1 Sep 2009 09:43:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2009 09:43:08 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 01 11:43:01 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1MiPsV-0005lw-J9 for gctc-ntg-context-518@m.gmane.org; Tue, 01 Sep 2009 11:42:15 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2793EC9ABB; Tue, 1 Sep 2009 11:42:13 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LvPpIES3SiWL; Tue, 1 Sep 2009 11:42:06 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B3982C9A47; Tue, 1 Sep 2009 11:42:06 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4685FC9A47 for ; Tue, 1 Sep 2009 11:42:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GikV-IUv+4Lw for ; Tue, 1 Sep 2009 11:41:58 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by balder.ntg.nl (Postfix) with SMTP id AB700C9A1F for ; Tue, 1 Sep 2009 11:41:58 +0200 (CEST) Original-Received: (qmail invoked by alias); 01 Sep 2009 09:41:57 -0000 Original-Received: from i577BDE0B.versanet.de (EHLO [192.168.1.3]) [87.123.222.11] by mail.gmx.net (mp026) with SMTP; 01 Sep 2009 11:41:57 +0200 X-Authenticated: #24293357 X-Provags-ID: V01U2FsdGVkX1/iXll/SHfikvmXFshzPT4s+XG4vtT7oBE1wKVhgM dE2tTPrLEFxHqk User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <87ocpwczm0.fsf@boldair.bornier.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.53 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:52641 Archived-At: Hi, same trouble here. The problem is the current definition of \forcecolorhack (colo-ini.mkiv). But we are lucky, as Hans has kept the old version as comment. For the moment just add a comment sign in front of the new definition and deactivate the old version. Nothing I can fix (no clue what this does and no time at all). Best wishes, Peter Jean Magnan de Bornier schrieb: > Hi all, > > I have had trouble with metapost lately; mptopdf seems broken. Here are > two small test files: > > rent.mp: > ........................ > input metafun; > numeric u; u=15mm; > > > beginfig(1); > drawarrow (0,0)..(8u,0); > draw (3u,-.2u)..(3u,.5u); > label.bot(btex 0 etex, (3.2u,0)); > endfig; > > end > > ....................... > > rent.tex: > > ....................... > \starttext > > \externalfigure[/home/jean/graph/rent.1] > > \stoptext > ....................... > > I run metapost on the first file and (nearly) everything seems all right; > rent.1 is created and I can visualize it. > > ThenI run in order mkiv, mkii, texexec --dvi, and mptopdf: > > ** mkiv output: > ERROR: Leaders not followed by proper glue. > > --- TeX said --- > > \normalhskip > \forcecolorhack ->\leaders \hrule \normalhskip > \zeropoint > \dohandleobject ...hss }\fi \fi }}\forcecolorhack > \box \scratchbox \endgroup > l.3 ...ox{\getobject{FIG}{/home/jean/graph/rent.1} > } > --- HELP --- > No help available > > > > ** mkii output: > > name: dummy > file: rent > state: unknown > > ** texexec --dvi output: > > OK > > > ** 07:23 jean@boldair /home/jean/graph % mptopdf rent > > MPtoPDF 1.3.3 : no filename matches rent > > > My context system from minimals is updated from tomorrow night (mptopdf > was slightly different but failed anyway before thet update) > > > Sorry if the question was already discussed here! > > -- > jean > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ___________________________________________________________________________________ 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 ___________________________________________________________________________________