Actually, a simple bash script turns a biblatex aux file into an aux file that Jabref can use for subbing a database:
12345678
#!/bin/bash# Make a file $1-bibtex.aux with old bibtex syntax out of a # biblatex aux file # (for JabRef's "new subdatabase based on aux file" tool)echo" "echo"Syntax: biblatex2bibtex-aux <aux filename> (no extension)"echo" "
grepcite{$1.aux|seds/abx@aux@cite/citation/>$1-bibtex.aux
Last edit: Dominik Wujastyk 2014-10-09
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for the patch. May I ask whether it is possible that you open a pull request on github? This makes it more easy to include the contribution. It would be very nice if you followed the instructions at https://github.com/JabRef/jabref/blob/master/CONTRIBUTING.md
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I hope this request isn't too dormant. I've got a real and recurrent need for this. Thanks!
Actually, a simple bash script turns a biblatex aux file into an aux file that Jabref can use for subbing a database:
Last edit: Dominik Wujastyk 2014-10-09
The attached patch enables you to supply AUX files generated using biblatex.
Thank you for the patch. May I ask whether it is possible that you open a pull request on github? This makes it more easy to include the contribution. It would be very nice if you followed the instructions at https://github.com/JabRef/jabref/blob/master/CONTRIBUTING.md
Fixed in v3.0