Vincent van Ravesteijn - TNW wrote: > >+def make_bbl(name): #Creates .bbl from .tex > >+ arg = "bibtex " + name[:-4] #name[:-4] is the name of the file > > without extension > > >+ os.system(arg) > >+ > > This is not necessary (and wrong). The bbl file is generated anyway, and > we might have specified a custom bibtex command.
We need a needbbl flag (as you already wrote IIRC) and let LyX handle the bbl file generation. After all, LyX 2.0 also supports biber and some Japanese bibtex derivate. Jürgen