Questions tagged [arxiv]
The arXiv is a repository for preprints of papers produced (almost exclusively) in TeX, (almost exclusively) in math, physics and computer science. Note: Only questions about LaTeX problems with arXiv are on-topic.
275 questions
2 votes
0 answers
32 views
Best approach to include CJK characters for submission to arXiv
The arXiv platform does not support XeTeX. So pdfLaTeX seems to be the only option. Usually ctex package works well. However ctex has no default font for pdfLaTeX on Linux. I suppose the arXiv ...
0 votes
0 answers
67 views
Help regarding .bbl file for arxiv submission
I am using Overleaf to compile my thesis, and these are the bibliography-related commands I currently use: \usepackage[style=numeric,sorting=nyt,maxnames=10]{biblatex} \DefineBibliographyStrings{...
1 vote
1 answer
115 views
xr-hyper, subfiles, the ArXiV: not all links work in the pdf file generated by the ArXiV
Please consider the following minimal example using xr-hyper and subfiles. \documentclass[12pt,reqno]{amsart} \usepackage{xr-hyper} \usepackage[colorlinks]{hyperref} \externaldocument[M-]{main} \...
4 votes
0 answers
214 views
.dbx file not found giving fatal error, but only on arXiv
On Overleaf and locally, I have an article using Biber; here's the relevant structure: \usepackage[ backend=biber, style=numeric, hyperref=true, backref=false]{biblatex} \addbibresource{toric.bib} ......
0 votes
1 answer
70 views
xr-hyper and subfiles failed to be compiled on the arxiv
I submitted an article as zip file to teh ArXiv, that used, subfiles and xr-hyper, the structure was like this main.tex \documentclass[12pt,reqno]{amsart} \usepackage{xr-hyper} \usepackage[...
0 votes
0 answers
240 views
arXiv bibtex failure 'numeric-comp.dbx' not found
I am making an arXiv submission that fails with the error file 'numeric-comp.dbx' not found I uploaded all the necessary .tex files together with the accompanying .bbl file. The .bbl was generated ...
0 votes
0 answers
59 views
How to get arXiv-generated references to render properly with apalike?
I'm writing a conference paper where the conference template uses bibtex with the apalike style. In my .bib file I have a bunch of references that were generated by finding a preprint on arXiv and ...
1 vote
1 answer
389 views
ArXiv: Package biblatex Info: ... file 'authoryear.dbx' not found
My most recent submission to arxiv fails with the error Package biblatex Info: ... file 'authoryear.dbx' not found. Since I do not have this error offline and also do not have the file authoryear.dbx ...
2 votes
1 answer
75 views
Using the keytheorems package on arXiv
A colleague and I have written a survey article that includes a large number of numbered questions (theorem-style environments), which we wished to restate at the end of the survey for the reader's ...
0 votes
1 answer
100 views
Revtex4-2 with package orcidlink shows error while uploading paper in arXiv
while uploading paper in arXiv using revtex4-2 with orcidlink package there is an error. pdflatex, the default compiler, was unable to compile and create a pdf. Why is that happening? On Texstudio, ...
2 votes
2 answers
330 views
New .bbl problem when submitting arXiv article
I have submitted several articles to arXiv in the past by attaching my .tex and .bbl files. The .bbl file is generated by overleaf when I press the "submit your paper to the arXiv" option. ...
1 vote
2 answers
164 views
Which LaTeX packages should be avoided in a LaTeX document that will be later submitted arXiv?
Which LaTeX packages should be avoided in a LaTeX document that will be later submitted arXiv? For example, the package minted can cause issues with arXiv submissions. Are there any other packages ...
1 vote
2 answers
144 views
Why is opacity option of tikz not working for arxiv preprints?
When the latex code of one of my arXiv preprints had opacity as an option (opacity=0) for a scope in a tikz figure, this option got ignored. Has any of you experienced this? Is there any specific ...
0 votes
0 answers
80 views
A problem with natbib when submitting to arXiv
I had a problem with converting the zip.file to PDF when submitted to ArXiv. I emailed the problem to the help center and got this reply I am not familiar with LaTeX, what does this email mean ,and ...
0 votes
1 answer
137 views
arXiv not complie my references.bib from Overleaf even with copied files
I have a problem recently that arXiv not compile my references to the paper. I use the submit button on Overleaf to submit to arXiv. It generates 3 files output.bbl, output.tex and output.bib. The ...