arXiv2BibLaTeX: Create a BibLaTeX entry from arXiv

Published
Updated

Caution

The program has been shut down. I’ve replaced it with a PowerShell script — I may write on this in the future.

Have you ever wanted to create a bib entry from an arXiv preprint? There are a few tools available, including one provided by arXiv (click on “NASA ADS” in the sidebar when viewing an entry), but none of them worked as I wanted. They all had quirks and problems (like displaying some URL twice, putting “arXiv” as in the journal field even though it doesn’t belong there, no biblatex support, etc). In the end, I always had to fix things by hand, and it took almost as long as writing the entry myself.

I had been using a homemade Perl script to deal with this, but I don’t program much in Perl anymore, it lacked a few features. Moreover I thought such a tool could be useful for many people, but web apps are all the rage these days and many people don’t want to deal with installations and dependencies anymore (installing Perl on Windows is annoying, for example). So I decided to write a little JavaScript program. It’s available at /a2b.