BibTeX, biblatex and biber ⇒ Automatic "extraction" of literature entries?
Automatic "extraction" of literature entries?
I am almost sure that I conducted my search with the wrong search terms as I hardly can imagine that there should not be anything like this.
Here is what I am looking for: I am using one, rather large bib-file. This is convenient when working in different projects and you have access to all your literature entries. Now I need to share the entries of a particular project (no separate group in the reference manager). And there is the final report of that project, which accesses this file.
Is there any way to simply identify or automatically extract all the literature used in the report into one bib-file?
I am using biblatex with biber and JabRef as the reference manager. If there is any other way in the combination biblatex and bibtex I could simply swith for this exercise. Thinking of manually exporting some 1,200 entries, however, is not exactly what I would like to do...
Thanks a lot in advance!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Automatic "extraction" of literature entries?
Whoever is interested in the potential answers posted there can follow them using this link: http://golatex.de/viewtopic,p,91725.html
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Automatic "extraction" of literature entries?
By the way, there is another German language TeX site: http://texwelt.de It's a question & answer site, so different to a forum. Not really a need to crosspost there too, since the users may be the same

Stefan
Automatic "extraction" of literature entries?
Using biblatex with the backend biber it is easy to use biber with the proper output-format. After the first ordinary run of LaTeX biber is called in the following way:
Code: Select all
biber --output-format=bibtex test-file.bcf

This procedure worked perfectly for me!
Another possibility for those using bibtex was suggested: In this case, bibexport can do the trick. Have not tried it myself, but thought to mention it for the sake of completeness.