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!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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: 10324
- 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.