From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/35528 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: problem with mp clip Date: Mon, 23 Jul 2007 11:30:43 +0200 Message-ID: <46A47543.8040004@gmx.net> References: <46A37650.6040803@gmx.net> <46A3BD57.6020301@wxs.nl> 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 1185183089 20634 80.91.229.12 (23 Jul 2007 09:31:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Jul 2007 09:31:29 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 23 11:31:26 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 1ICuGE-0001Ii-Aq for gctc-ntg-context-518@m.gmane.org; Mon, 23 Jul 2007 11:31:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EB3461FBA8; Mon, 23 Jul 2007 11:30:47 +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 05294-09-5; Mon, 23 Jul 2007 11:30:42 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2706B1FB7F; Mon, 23 Jul 2007 11:30:42 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C85331FB7F for ; Mon, 23 Jul 2007 11:30:40 +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 05294-09-4 for ; Mon, 23 Jul 2007 11:30:38 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 8C7C51FB74 for ; Mon, 23 Jul 2007 11:30:38 +0200 (CEST) Original-Received: (qmail invoked by alias); 23 Jul 2007 09:30:38 -0000 Original-Received: from i577BA3C2.versanet.de (EHLO [192.168.1.3]) [87.123.163.194] by mail.gmx.net (mp052) with SMTP; 23 Jul 2007 11:30:38 +0200 X-Authenticated: #24293357 X-Provags-ID: V01U2FsdGVkX1+qTiQ7tZSqnhg/oshmvZoOpZGpezlIawBCqEn3fZ RPaiUHTO50CcDq User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) In-Reply-To: <46A3BD57.6020301@wxs.nl> X-Enigmail-Version: 0.95.2 X-Y-GMX-Trusted: 0 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:35528 Archived-At: Hans Hagen schrieb: > Peter Rolf wrote: >> Hi, >> >> it seems, that clipping with a MetaPost path is broken (at least on my >> machine). I couldn't test it on Contextgarden, as the standard example >> pictures are not installed (or the !!path is not searched). >> >> Anyhow, if someone can test this please. >> > > > has to do with the changed mp output ... in supp-mps.tex change this ... > > \bgroup > \catcode`\%=\@@active > \catcode`\/=\@@comment > \gdef\dograbMPclippath/ > {\setbox\scratchbox=\hbox\bgroup/ > \catcode`\%=\@@active > \obeylines\let\obeyedline\space > \def\do##1q n##2p W##3\od/ > {\xdef\MPclippath{##2}\endinput}/ > \def%##1%%EOF/ > {\do##1q np W\od\endinput}/ > \readfile{\MPgraphicfile.\the\currentMPgraphic}{}{}/ > \ifx\MPclippath\empty > \def\do##1newpath##2closepath##3\od/ > {\xdef\MPclippath{##2}\endinput}/ > \def%##1%%EOF/ > {\do##1newpathclosepath\od\endinput}/ > \readfile{\MPgraphicfile.\the\currentMPgraphic}{}{}/ > \fi > \deallocateMPslot\currentMPgraphic / new > \egroup} > \egroup > > keep in mind that it's still a dirty trick > Many thanks Hans. Works like a charm (dirty trick, but clean cut). Peter > >> I work with the latest minimal distribution (XP), ConTeXt beta from >> 03.07.2007, pdftex 1.40.4 and mpost 1.0. >> >> Thanks in advance, Peter >> >> >> @Patrick: >> Is there a way to add the test pictures (cont-img.zip) to 'live context'? >> >> >> >> ------------------------------------------------------------------------ >> >> ___________________________________________________________________________________ >> 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 >> ___________________________________________________________________________________ > > ___________________________________________________________________________________ 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 ___________________________________________________________________________________