Am Monday 13 July 2009 16:56:31 schrieb Manolo Martínez: > To clarify what I'm asking here, I'm interested in the easiest, shortest > way to go from: > > a) A Lyx file with a bibtex bibliography, to > > b) Another Lyx (or a .tex) file, where this bibliography has been > resolved into /bibitems, so that it can be shared with people without > having to share the .bib file independently.
not sure, I understood your problem. If you don't want to share the whole bib-file all.bib, but only the references cited in cited.bib, and your document is doc.lyx you could e.g. use JabRef as a reference manager and say on a command line jabref --aux doc.aux,cited.bib all.bib after having exported your doc.lyx to doc.tex by using file>export>latex You would share cited.bib with your colleagues > > I would have thought many of you have gone through this problem before? > if you want to send it without bib-file at all, you might have to use the doc.tex and the doc.aux and doc.bbl file, but I am not sure. Anyway, its one more file ... Wolfgang
