From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21569 Path: news.gmane.org!not-for-mail From: Eckhart =?iso-8859-1?Q?Guth=F6hrlein?= Newsgroups: gmane.comp.tex.context Subject: Re: inline MP refresh problem Date: Mon, 25 Jul 2005 18:20:21 +0200 Message-ID: <20050725162020.GA1966@cebitec.uni-bielefeld.de> References: <20050725143943.GB1154@cebitec.uni-bielefeld.de> <42E50394.8060906@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1122308805 30283 80.91.229.2 (25 Jul 2005 16:26:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jul 2005 16:26:45 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 25 18:26:41 2005 Return-path: 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 1Dx5lT-0003CQ-Dc for gctc-ntg-context-518@m.gmane.org; Mon, 25 Jul 2005 18:25:15 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1A123127B9; Mon, 25 Jul 2005 18:25:15 +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 04462-02; Mon, 25 Jul 2005 18:25:14 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9A724127B4; Mon, 25 Jul 2005 18:20:25 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0670C127B4 for ; Mon, 25 Jul 2005 18:20:24 +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 04324-04-5 for ; Mon, 25 Jul 2005 18:20:23 +0200 (CEST) Original-Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE (sauron.cebitec.uni-bielefeld.de [129.70.160.28]) by ronja.ntg.nl (Postfix) with ESMTP id 262121279F for ; Mon, 25 Jul 2005 18:20:22 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 40F39335 for ; Mon, 25 Jul 2005 18:20:22 +0200 (MEST) Original-Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (sauron [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29645-02 for ; Mon, 25 Jul 2005 18:20:21 +0200 (MEST) Original-Received: from gollum.Genetik.Uni-Bielefeld.DE (gollum.CeBiTec.Uni-Bielefeld.DE [129.70.160.29]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 53B9C31C for ; Mon, 25 Jul 2005 18:20:21 +0200 (MEST) Original-Received: by gollum.Genetik.Uni-Bielefeld.DE (Postfix, from userid 13119) id 3BF641211; Mon, 25 Jul 2005 18:20:21 +0200 (MEST) Original-To: mailing list for ConTeXt users Mail-Followup-To: mailing list for ConTeXt users Content-Disposition: inline In-Reply-To: <42E50394.8060906@wxs.nl> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at cebitec.uni-bielefeld.de X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21569 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21569 On Mon, 25 Jul 2005 at 17:21:56+0200, Hans Hagen wrote: > >when I change inline MP graphics, these are not recreated during the > >subsequent texexec run. I need to call texexec once again to have them > >refreshed. > >I have just installed a new box, but I think I have thought of the usual > >stuff in texmf.cnf and cont-sys.tex, and I am a little clueless at the > >moment. So thanks for any hints what might be the problem. > >My versions: > >pdfeTeX 3.141592-1.21a-2.2 (Web2C 7.5.4) from tetex 3.0 > >ConTeXt ver: 2005.07.21 fmt: 2005.7.25 int: english mes: english > > > how do you define the graphic? \startreusableMPgraphic{kreis} fill fullcircle scaled 1cm withcolor red; \stopreusableMPgraphic \starttext \reuseMPgraphic{kreis} \stoptext When I remove 'withcolor red', nothing changes until the second texexec invocation. -- Eckhart