Eckhart Guth�hrlein wrote:
>
> 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.
It *can* change with a texexec, imagine using the page number in the MP
code, for example. More serious problem: even if texexec calculates the
checksum, then how would the TeX macro code know its status without
first
calculating a checksum itself? It needs to compare two checksums: one
from
this run against the one from the previous run.
Greetings, Taco