Alfredo Braunstein wrote: > Agreed. What do you think about the above? > > Regards, Alfredo
Actually, since you are thinking about the conversion stuff, I think that we need a two-phase export scheme (two-phase is the in-thing at the moment after all). Step one: perform all the necessary conversions of (eg) images. Preferably asynchronously. When finished, emit a signal to begin Step two: the main conversion from latex to xyz. I guess that this still needs to be synchronous for the time being but longer term it would be nice if it weren't. That is, we need a 'prepare_for_export(LaTexFlavour const &)' member function in the insets or somesuch. The actual 'latex' member function will do no more than dump the appropriate text to the ostream. -- Angus