From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32548 Path: news.gmane.org!not-for-mail From: Sanjoy Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: staticMPfigure problem with \runMP[TEX]graphicsfalse Date: Fri, 05 Jan 2007 02:38:08 +0000 Message-ID: References: <459D752C.5010204@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 1167964710 31204 80.91.229.12 (5 Jan 2007 02:38:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Jan 2007 02:38:30 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 05 03:38:29 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 1H2eyN-0000Hb-Il for gctc-ntg-context-518@m.gmane.org; Fri, 05 Jan 2007 03:38:23 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5440A2017B; Fri, 5 Jan 2007 03:35:31 +0100 (CET) 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 02738-04; Fri, 5 Jan 2007 03:35:24 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3065920157; Fri, 5 Jan 2007 03:35:24 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5DA1B20158 for ; Fri, 5 Jan 2007 03:35:22 +0100 (CET) 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 03523-01-6 for ; Fri, 5 Jan 2007 03:35:18 +0100 (CET) Original-Received: from mraos.ra.phy.cam.ac.uk (mraos.ra.phy.cam.ac.uk [131.111.48.8]) by ronja.ntg.nl (Postfix) with ESMTP id 392AC20151 for ; Fri, 5 Jan 2007 03:35:18 +0100 (CET) Original-Received: from skye.ra.phy.cam.ac.uk ([131.111.48.158] ident=mail) by mraos.ra.phy.cam.ac.uk with esmtp (Exim 4.43) id 1H2ey8-0004jx-My; Fri, 05 Jan 2007 02:38:08 +0000 Original-Received: from sanjoy by skye.ra.phy.cam.ac.uk with local (Exim 3.36 #1) id 1H2ey8-0001IU-00; Fri, 05 Jan 2007 02:38:08 +0000 Original-To: mailing list for ConTeXt users In-Reply-To: Your message of "Thu, 04 Jan 2007 22:44:12 +0100." <459D752C.5010204@wxs.nl> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:32548 Archived-At: > you can test the beta I used the same test file: \starttext \startstaticMPfigure{fig:ellipse} path p; p := fullcircle scaled 2in yscaled 0.5; label(btex hello etex, origin); draw p; \stopstaticMPfigure \placefigure[right,none]{}{\usestaticMPfigure[fig:ellipse]} \input tufte \stoptext No luck with ver: 2007.01.04 17:37 MK II. With all three settings (the two runMP... ones and shell_escape) false, the static figure is about 1pt wide. The tufte text has a slight indentation in the right margin to make room for it. With all three settings true, it works fine. With the run* settings true but shell_escape false, the whitespace allocated is a block for a 'dummy' rectangle (with grey background). So it looks like the same behavior as before. With all the settings false, this is the texexec.tex produced: \setupoutput[pdftex] \setupcolors[state=start] \global \loadfontfileoncetrue \readfile {cont-en.tmp}{}{}\starttext \startMPpage beginfig(1); path p; p := fullcircle scaled 2in yscaled 0.5; label(btex hello etex, origin); draw p; endfig; \stopMPpage \stoptext Running 'texexec texexec.tex' produces the right pdf file, so I don't know what's going on. But off-list I'm sending you a tar.gz file that has the two runs, each in a separate directory, and then the recursive diff of them. -Sanjoy `Not all those who wander are lost.' (J.R.R. Tolkien)