djsutherland / arxiv-collector

A little Python script to collect LaTeX sources for upload to the arXiv.
BSD 3-Clause "New" or "Revised" License
334 stars 23 forks source link

arXiv still loads own biblatex version #5

Closed ast0815 closed 5 years ago

ast0815 commented 5 years ago

Hello,

I am trying to use your script to get around the dreaded "Package biblatex Warning: File 'article.bbl' is wrong format version - expected 2.8." error on the arXiv. I am using MikTeX on Windows to write my paper.

Using your script works fine and I managed to create an arxiv.tar.gz file by calling arxiv-collector article. Unfortunately, when I upload the resulting file to the arXiv, the build still fails. It seems like the builder on arXiv is still using its own biblatex version:

 (/texlive/2016/texmf-dist/tex/latex/biblatex/biblatex.sty

Could this be related to my Windows setup? The arxiv.tar.gz contains a somewhat strange folder structure, including paths that start with C:/.

ast0815 commented 5 years ago

It was indeed the strange folder structure in the archive. Making the script a bit more os-agnostic fixed it.

Thank you for this very handy script!