From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31143 Path: news.gmane.org!not-for-mail From: Sanjoy Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: btex..etex fails in reusableMPgraphic (2006.09.28 beta) Date: Sat, 30 Sep 2006 16:13:15 +0100 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159629221 16370 80.91.229.2 (30 Sep 2006 15:13:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Sep 2006 15:13:41 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Sep 30 17:13:40 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1GTgX2-00009n-PN for gctc-ntg-context-518@m.gmane.org; Sat, 30 Sep 2006 17:13:36 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DB07D1FE5E; Sat, 30 Sep 2006 17:13:35 +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 06122-03-2; Sat, 30 Sep 2006 17:13:30 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EC6D71FE54; Sat, 30 Sep 2006 17:13:29 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 98F691FE56 for ; Sat, 30 Sep 2006 17:13:25 +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 06122-03 for ; Sat, 30 Sep 2006 17:13:19 +0200 (CEST) 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 SMTP id D835A1FE54 for ; Sat, 30 Sep 2006 17:13:18 +0200 (CEST) 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 1GTgWh-0005Mq-5U; Sat, 30 Sep 2006 16:13:15 +0100 Original-Received: from sanjoy by skye.ra.phy.cam.ac.uk with local (Exim 3.36 #1) id 1GTgWh-0007NJ-00; Sat, 30 Sep 2006 16:13:15 +0100 Original-To: mailing list for ConTeXt users In-Reply-To: Your message of "Fri, 29 Sep 2006 12:32:22 BST." 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:31143 Archived-At: > > > ================ btex.tex =================== > > > \starttext > > > \startreusableMPgraphic{fig} > > > label(btex in b/e tex etex, origin); > > > \stopreusableMPgraphic > > > > > > outside btex..etex\quad > > > \reuseMPgraphic{fig} > > > \stoptext > > > ============================================ > > > works here > > Hmm, it works on the garden as well. With more testing I found that > it fails when I use \runMPTEXgraphicstrue (set in my cont-sys.tex), > but works when that parameter is false. Just tested it again, and I think I had it backwards. This fails (2006.09.28 22:43 beta): =========================== \runMPgraphicstrue \runMPTEXgraphicsfalse \starttext \startreusableMPgraphic{fig} label(btex sun etex, origin); \stopreusableMPgraphic \reuseMPgraphic{fig} \stoptext =========================== This works: =========================== \runMPgraphicstrue \runMPTEXgraphicstrue \starttext \startreusableMPgraphic{fig} label(btex sun etex, origin); \stopreusableMPgraphic \reuseMPgraphic{fig} \stoptext =========================== Should one always turn on runMPTEXgraphics along with runMPgraphics? Or just give up on btex..etex and use \sometxt, which works fine with either setting of runMPTEXgraphics? -Sanjoy `Never underestimate the evil of which men of power are capable.' --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.