Menu

#767 New subdatabase based on AUX file (biblatex)

Next full release
closed
nobody
5
2016-01-10
2012-04-30
Alair Krenz
No

It would be nice to have the feature "new subdatabase based on AUX file" for biblatex, i.e. support when using the biblatex-package.

Thanks a lot for this great program.

Discussion

  • Dominik Wujastyk

    I hope this request isn't too dormant. I've got a real and recurrent need for this. Thanks!

     
  • Dominik Wujastyk

    Actually, a simple bash script turns a biblatex aux file into an aux file that Jabref can use for subbing a database:

    1
    2
    3
    4
    5
    6
    7
    8
    #!/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 " "
    grep cite{ $1.aux | sed s/abx@aux@cite/citation/ >$1-bibtex.aux
    
     

    Last edit: Dominik Wujastyk 2014-10-09
  • flub

    flub - 2015-09-23

    The attached patch enables you to supply AUX files generated using biblatex.

     
  • Oliver Kopp

    Oliver Kopp - 2015-09-24

    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

     
  • Oliver Kopp

    Oliver Kopp - 2016-01-10

    Fixed in v3.0

     
  • Oliver Kopp

    Oliver Kopp - 2016-01-10
    • status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.