John Levon wrote: > I don't understand, don't you just need to modify LaTeX::runBibTeX() ?
Yes. I just don't see how the specific converter should be called from there. It seems that converter.C Converter::runLaTeX() calls LaTeX latex(command, runparams, name, buffer->filePath()); I can't follow this logic. I'd expect something like convert(aux, bbl, fileIn) from within runBibTeX(), but obviously it's not that easy. Could well be that I am missing some fundamentals, though. Juergen.