At 12:35 14.07.2001 +0200, Taco Hoekwater wrote:
> > >What latest? The ones i uploaded the last few days *do* an extra pass with
> > >external mp graphics {based on checksum calculation] but only with the
> > >undocumented --automprun, so
> > >
> > >texexec --automprun yourfile.tex
> >
> > Runtime graphics with \write18 are compiled each tex run, no matter if they
> > were changed or not. A checksum calculation could speed up things
> > significantly. Perhaps this is a feature worth thinking of, if it can be
> > implemented with acceptable effort.
>
>You need checksum calculation in TeX macros then, since nothing else is
>called
>inbetween. Possible, of course, but it might actually be slower than
>calling MP
>regardless of change.
But what about having texexec/perl calculate the checksums, writing them to
an auxiliary file, and tex just reading them? And in any case, one can be
sure that the mp code will not change during the same call to texexec (or
can there be exceptions?), so that if, say, three tex runs are necessary,
one run of mp would be sufficient. Setting some switch may be sufficient to
achieve this.
Eckhart