when uploading articles written in LaTeX to arxiv, because the file .bib
cannot be used as a reference, this is very troublesome, mainly because the macro package \usepackage{natbib}
will report an error. With the help of overleaf, the solution is to first download and package everything you need for the entire LaTeX compilation, preferably compiled locally, and then replace the content in .tex
with the reference section in .tex
%\bibliographystyle{unsrt}
%\bibliography{refs}
is actually ok locally, but not on arxiv. The following steps are required:
. Comment out \usepackage{natbib}
2. Comment out the following part of the .sty
file :
% load natbib unless told otherwise
% \if@natbib
% \RequirePackage{natbib}
% \fi
then compiles on arxiv.
Read More:
- About error:! Package natbib error: Bibliography not compatible with author year citations
- Keyerror: “year not in index”
- Idea Maven project uses package to package and report error (package does not exist)
- The provider is not compatible with the version of Oracle client systems
- Virtual environment: error: virtualenv is not compatible with this system or executable
- django.db.utils .IntegrityError: NOT NULL constraint failed: blog_ blog.author_ ID error resolution
- Video JS can’t play the prompt( CODE:4 MEDIA_ ERR_ SRC_ NOT_ SUPPORTED) No compatible source was found for this video.
- IntelliJ idea / eclipse automatically generate author annotation signature
- Maven compilation error: package does not exist jar package does not exist
- citation/ bibliography is wrongly placed in index area, please delete the placed citation/ bibliogra
- Error building Player because scripts had compiler errors when packaging ab package
- Completely solve install_ FAILED_ UPDATE_ Incompatible installation error, the installation package is not consistent with the previous installation package signature on the device
- PostgreSQL sets the default value of the field to the current year
- Julia install and use the extension package package (ERROR: UndefVarError: Pkg not defined)
- Does the version of idea2020.1 import mybayis jar package or report an error? Error: (4,28) Java: package org.apache.ibatis.io does not exist
- Installing R’s “mvtnorm” package in Windows system: solving the problem of the R package “mvtnorm” is not installed
- MySQL data backup scheme (compatible with local and remote)
- Android studio reported an error in the release package: Lint found fatal errors while assembling a release target
- Idea project prompt: symbol not found or package does not have a solution
- raise RuntimeError(“tf.placeholder() is not compatible with “ RuntimeError: tf.placeholder() is not