davidagraf / doi2bib

give us a DOI and we'll do our best to get you the BibTeX entry
www.doi2bib.org
118 stars 15 forks source link

Provide BibLaTeX formatted entry #26

Open FeuRenard opened 8 years ago

FeuRenard commented 8 years ago

A BibLaTeX output mode for the entries could be provided.

The differences between biblatex and bibtex concerning the .bib-file are noted in section 2.3 of the biblatex-documentation.

Graphically it could be implemented by placing tabs above the text field showing the bib-entry. That would make two tabs, one named "BibTeX" and the other named "BibLaTeX" for example. Then always both entries are generated and the user can switch between both entries with the tabs.

thurnherr commented 8 years ago

Thank you for your suggestion.

I won't have the resources to add this in the near future though. Please feel free to send a pull request if you feel like contributing.

FeuRenard commented 8 years ago

This would be my first steps in Javascript (no excuse) and my resources are limited, too. If there is any time left in the future, I will maybe have a look at it.