Am Montag, 9. Juli 2007 15:22 schrieb James:
> All,
>
> Does anyone know how to export a bibliography as a separate document?  I am
> using a bibtex bibliography...
>
> James

James,
if you want to export all the references you have cited in your document and 
your bibfile has (many) more, I would recommend using jabref which does this 
and it is explained in the handbook by Domik Wassenhoven.
Briefly, you get jabref, install it and import your existing bibfile 
references. After that you give from a command line

 jabref --aux yourdocument.aux, yournewreffile.bib youroldreffile.bib

as an example:
 jabref --aux docu.aux, docu.bib refold.bib

and the aux file is produced by exporting your doc.lyx to docu.tex 
and running it three times with latex from a command line

latex docu.tex
.....
latex docu.tex
.....
latex docu.tex
.....
-> gives among others docu.aux

In the handbook by Domik Wassenhoven this is explained in the last paragraph 
before 4. Adaptations (=Anpassungen, I have the german edition)

As a side effect you might like to use jabref in the future.


Wolfgang

Reply via email to