Andreas Vox wrote:
>> Points to note:
>> * Instant Preview works only if the user has preview.sty installed.
> 
> Maybe we could bundle it and set the TEXINPUTS accordingly before the
> latex call?

Yet another thing to fix when things go wrong. Documenting it is enough,
IMO.

>> * Can a LyX docbook document always export valid LaTeX? I ask because
>> generation of these snippets relies on latex.
> 
> For the equations we would just call the latex() method. I don't know how
> math macros work exactly, but I hoped we could just include them in the
> preamble.
> 
> There won't be a valid LaTeX preamble with the document, though, so we
> would have to generate a standard one, possibly including AMS math.

Urrggh. Over to you, maestro.

> So I thought about starting with PreviewLoaders methods startLoading()
> and finished() and then write my own code. Should I drop the background
> thread handling? No  need for that during export, is there?

LyX is single threaded.

Anyway, please do not drop the signalling stuff. My one big plan for 1.5 is
to make all export asynchronous.

-- 
Angus

Reply via email to