Bo Peng wrote:
Can you explain to me what the embed parameter here is supposed to mean?
I have e.g.
\begin_inset CommandInset bibtex
LatexCommand bibtex
bibfiles "/home/rgheck/files/bibtex/biblio"
embed "./LyX.Embed.Dir.Abs//home/rgheck/files/bibtex/biblio.bib"
options "plain"
The bib file is an absolute file /home/rgheck/files/bibtex/biblio,
which appears in the zip file as buffer().temppath() +
./LyX.Embed.Dir.Abs//home/rgheck/files/bibtex/biblio.bib.
If you actually have a relative file, then the inset is not saved correctly.
\begin_inset CommandInset bibtex
LatexCommand bibtex
bibfiles "biblio"
embed "./biblio"
options "plain"
A relative bib file biblio, which saves in the bundled zip file as
buffer().temppath().biblio. I suspect that the file should be
biolio.bst.
I think I have this all pretty much fixed at this point. I'll post a
patch shortly.
rh