> The default command for exporting html with tth is
>      tth -t < '$$FName' > '$$OutName'
> However, it should be
>      tth -t -L`basename '$$FName' .tex`  < '$$FName' > '$$OutName'"
> (with the latter, tth can convert the bibliography, do correct reference etc.)
> 
> This has an effect only if \use_tempdir is false.
> (A change in MenuMakeHTML in lyx_cb.C is needed for handling the case
> where \use_tempdir is true).

A patch is welcome :-)

Greets,

Asger

Reply via email to