Eckhart Guthöhrlein wrote:
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.
it runs ok in newtexexec -) it has to do with the rather weak checksum calculation (i took that code from an example which - in retrospect- was crap, i.e. it does not really calculate a checksum -) i rewrote that part of texexec (assuming that nowadays the md5 library is part of perl distributions) i'll send you a file to test Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------