GeneralArxiv not able to process Overleaf latex

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
MoResearcher
Posts: 1
Joined: Tue Mar 31, 2020 2:26 pm

Arxiv not able to process Overleaf latex

Post by MoResearcher »

I have a latex document from Overfleaf which is compiled without any error and warning. I also tried it with TexStudio and also there it is compiled without any error. I have exported from Overleaf for Arxiv via the Submit button, but in Arxiv it fails by reporting the following error:

Code: Select all

Package biblatex Warning: File 'AnomalyDetection.bbl' is wrong format version -
expected 2.8.

(./AnomalyDetection.bbl
! Undefined control sequence.
l.21 \datalist
[entry]{nty/global//global/global}
?
! Emergency stop.
l.21 \datalist
[entry]{nty/global//global/global}
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on AnomalyDetection.log.

[verbose]: pdflatex 'AnomalyDetection.tex' failed.
I have tried to the following setting in the latex:

Code: Select all

\pdfoutput=1
\documentclass{article}
\usepackage[backend=biber,style=numeric]{biblatex}
and without

Code: Select all

\pdfoutput=1
and also with

Code: Select all

\usepackage[style=numeric]{biblatex}
. I have searched so much, but I could not find anything helping me.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Arxiv not able to process Overleaf latex

Post by Johannes_B »

The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply