Create a list of publications from InspireHEP and produce a LaTeX document and a PDF. This tool can be useful when the list is very long and there are some LaTeX errors in the BibTeX entries.
In your (virtual)environment:
python -m pip install -r requirements.txt
First create the BibTex file downloading all your bib entries, for the options try:
./create-bibtex -h
it downloads the entries from http://inspirehep.net/ and produces a BibTeX file as bibtex_2016-02-07.bib
. If you get problems you can download the BibTex from inspire.hep, going on your profile and using the "cite all" button. Actually, this is faster, but you can download only 1000 entries. In this case, you can select a few years on the left and then merge the files.
Usually, many LaTeX errors are present, you can fix them with:
./check_biblio.py --fix-unicode <bibtexfilename.bib>
Finally to create the pdf:
./create_latex.py <bibtexfilename_new.bib>