> In order to avoid wasting time, I suggest to check whether > the approach > can lead somewhere. For example, by using the quite simple attached > patch, whenever the legacy route is taken I get all previews except > the failing ones. However, the problem is that ghostscript is still > called for each snippet, so, when one has a large number of snippets > the conversion time becomes unacceptable.
Infact: if you have a unique big .tex file containing even a single PSTricks snippet the whole DVI will go to GhostScript, which is much slower. We need to parse the DVI of each snippet to discover if it's PSTricks and act consequently. venom00
