[email protected] wrote:
> Then what was your idea? Isolate the failing one?

dont think this is a good idea, because of the involved code complexity.
i would try something like:
1. keep the old method by default (i.e. all preview in a single latex file)
2. if it fails then keep it simple and stupid - go one by one and generate 
preview
3. do this after file is loaded (this is most probably already the case now,
   but because for each preview we spawn new thread the file is effectively not 
loaded).
   maybe adding some delay or lower priority could help...

i'm not expert on this part of the code though, so maybe what i'm proposing
won't help enough. if everything fails we can quitthe whole generation process
_while_ letting the insets to be generated anew when we enter/leave the inset
in editation (or even load when shown onscreen for the first time like we do
with grpahics)

> Another choice could be to generate al math insets (is it possible to use
> PSTricks or tiks in there?) together and then each IP inset separetely.

again i would like to keep this code simple and stupid if possible.
pavel

Reply via email to