arXiv LaTeX Formatting Service - Compiles on arXiv's Server First Try
Any template. .bbl included. hyperref resolved. arXiv-ready.
arXiv doesn't accept PDFs generated from LaTeX. It accepts your .tex source and compiles it on their servers. If their compilation produces a different result than yours - or fails entirely - your preprint doesn't go live. And arXiv's auto-TeXing system has its own rules that differ from your local LaTeX install, from Overleaf, and from every journal submission system.
We prepare your LaTeX source so it compiles cleanly on arXiv's servers: correct figure formats, .bbl file included (arXiv doesn't run BibTeX), hyperref conflict resolved, file names case-matched, and source code cleaned for public access. If your arXiv submission fails to compile or shows errors after upload, we fix your LaTeX source and prepare a submission-ready package.
72-hour standard delivery. Compiled and verified against arXiv's TeX Live. Overleaf tested.
500+ Word to LaTeX conversions - IEEE, Elsevier, Springer, arXiv and more
Why arXiv LaTeX Submissions Fail (And How We Fix Them)
Springer has Editorial Manager. Elsevier has Editorial Manager. ACM has TAPS. arXiv has its own auto-TeXing system that's fundamentally different from all of them - and different from your local LaTeX install or Overleaf. Here are the specific differences that cause submission failures.
arXiv Doesn't Run BibTeX or Biber
This is the #1 arXiv submission failure, and the one most documentation doesn't make obvious enough. When you compile locally, your workflow is pdflatex → bibtex → pdflatex → pdflatex. arXiv skips the bibtex step entirely. It only runs pdflatex (or latex). That means you must include a pre-compiled .bbl file in your submission. Without it, every \cite command produces [?].
The fix sounds simple, but there's a catch: if you use biblatex instead of classic BibTeX, the .bbl file format depends on your biblatex/Biber version, and it must match arXiv's version. arXiv currently uses TeX Live 2025 (with 2023 as a fallback), and the biblatex .bbl format changed between versions. If you generate your .bbl locally with a newer Biber version and arXiv's biblatex expects an older format, you'll get a cryptic error about undefined control sequences inside the .bbl file. We compile with the correct version to avoid this.
arXiv Injects Its Own hyperref
When arXiv processes your .tex file, it automatically loads the hyperref package with its own set of options. If your document also loads hyperref with options - which most papers do - you get the infamous “Option clash for package hyperref” error. Your paper compiles perfectly locally but fails on arXiv.
The fix: separate your hyperref loading from your hyperref options. Instead of \usepackage[colorlinks,allcolors=black]{hyperref}, use \usepackage{hyperref} followed by \hypersetup{colorlinks,allcolors=black}. If your document class loads hyperref internally, add a 00README.XXX file to your submission with the line nohyperref to tell arXiv not to inject its own. We handle this automatically for every arXiv submission.
Figure Formats Cannot Be Mixed
If you're using pdfLaTeX (which most arXiv submissions do), all figures must be .pdf, .jpg, or .png. No .eps files. If you're using plain LaTeX, all figures must be .eps or .ps. No mixing. arXiv does not auto-convert between formats. We standardize all your figures to a single compatible format.
File Names Are Case-Sensitive
arXiv runs on a Unix-based system where Figure1.PDF and figure1.pdf are two different files. If your .tex file references \includegraphics{Figure1} but the actual file is named figure1.pdf, it compiles fine on Windows and crashes on arXiv. We audit every file reference for exact case matching.
Subfolders Allowed - With a Caveat
Unlike Editorial Manager, arXiv does support subfolders - but compilation always runs from the root of your submission directory, even if your main .tex file is in a subfolder. This means all \input and \includegraphics paths must be relative to the root, not to the .tex file's location. If your Overleaf project has its .tex in a subfolder with relative paths to sibling folders, it'll work in Overleaf but fail on arXiv.
Your Source Code Becomes Public
Unlike journal submissions where only the PDF is published, arXiv makes your .tex source publicly downloadable. This means comments in your code (“TODO: fix this section”), tracked changes, internal notes, and sloppy formatting are all visible to anyone who downloads your paper's source. We clean your source code so it's professional and publication-ready.
Already had an arXiv upload fail? Send us the error log - we identify the cause within 2 hours and quote the fix.
Get Your arXiv Package ReadyarXiv LaTeX Formatting Pricing
Pricing starts at $49 and scales based on page count and formatting complexity. No upfront payment required.
- ✓Up to 10 pages
- ✓Up to 20 equations
- ✓Up to 20 citations
- ✓
.bblfile included - ✓72-hour delivery
- ✓1 revision round
- ✓Up to 20 pages
- ✓Up to 50 equations
- ✓Up to 50 citations
- ✓
.bblfile included - ✓hyperref conflict resolved
- ✓Source cleaned for public access
- ✓72-hour delivery
- ✓1 revision round
- ✓Up to 30 pages
- ✓Up to 100 equations
- ✓Up to 100 citations
- ✓
.bblfile included - ✓hyperref conflict resolved
- ✓Figures unified and verified
- ✓Source cleaned for public access
- ✓96-hour delivery
- ✓1 revision round
Most arXiv papers we handle fall into this tier.
For long-form preprints, theses posted on arXiv, and multi-author projects.
- ✓30+ pages
- ✓100+ equations or citations
- ✓Any template, any field
- ✓Multi-author coordination
- ✓Flexible turnaround
- ✓Dedicated support
Most large arXiv projects fall between $500–$800 depending on complexity.
arXiv + journal dual formatting: if you need both an arXiv-ready version and a journal-formatted version (Elsevier, Springer, ACM, IEEE, etc.), we prepare both from the same source - ask for a combined quote. .edu email? Get 15% off any tier.
5 Most Common arXiv Submission Errors (And How We Fix Them)
We've fixed dozens of failed arXiv submissions. Here are the failures we see most often, in order of frequency.
.bbl file (~40% of failures). Author uploads .bib file but no .bbl. arXiv doesn't run BibTeX. References appear as [?] or compilation fails. Fix: include the .bbl file and ensure it's generated with the correct BibTeX/Biber version.\usepackage[options]{hyperref} conflicts with arXiv's injected hyperref. Fix: move options to \hypersetup{}, remove driver options, or add 00README.XXX with the nohyperref directive..eps, others are .pdf or .png, in a pdfLaTeX submission. arXiv rejects the .eps files. Fix: convert all figures to a single pdfLaTeX-compatible format.\includegraphics{Figure1} but the file is figure1.pdf. Works on Windows, fails on arXiv's Unix system. Fix: audit all file references for exact case matching..bbl format from a TeX Live version that doesn't match arXiv's current distribution. Fix: compile with arXiv's exact TeX Live version.What You Get with Our arXiv LaTeX Formatting Service
No scripts. We apply the correct template manually, generate the .bbl with the right tool version, audit every file reference, and verify the package against arXiv's TeX Live before delivery.
Any Template, arXiv-Compatible
arXiv doesn't mandate a specific template. You can submit with the standard article class, a journal's .cls file (IEEE, Springer, ACM, etc.), or a community preprint style like the popular arxiv.sty NIPS template. We work with whatever template you prefer and ensure it's compatible with arXiv's compilation environment.
Pre-Compiled .bbl File
We compile your bibliography locally using the exact BibTeX/Biber version that matches arXiv's current TeX Live distribution and include the .bbl file in your submission package. For classic BibTeX users, this is straightforward. For biblatex users, we ensure the .bbl format matches arXiv's expected version.
hyperref Conflict Resolved
We restructure your hyperref loading to avoid option clashes with arXiv's injected hyperref. If your document class loads hyperref internally, we add the appropriate 00README.XXX directive. We also remove driver options (pdftex, dvips) that conflict with arXiv's auto-detection.
Figures Unified and Verified
All figures converted to a single, pdfLaTeX-compatible format (.pdf for vector graphics, .png or .jpg for raster). File names case-matched to \includegraphics references. No mixed format types. All paths verified against arXiv's compilation root.
Source Cleaned for Public Access
All comments, TODO notes, tracked changes, internal notes, and unnecessary auxiliary files removed. Only clean, compilable source files remain. Your .tex code is readable and professional - because on arXiv, people will read it.
TeX Live Version Verified
We compile against arXiv's current TeX Live version (2025 as default, with 2023 as a fallback option) and verify that no packages or features you're using are missing or incompatible. If your Overleaf project uses a newer package version than arXiv supports, we resolve the compatibility issue.
Complete Deliverable Package
- Main
.texfile .bblbibliography file- All figure files (unified format)
- Custom
.cls/.styfiles (if needed) 00README.XXX(if required)- Compiled PDF (final output)
- README: arXiv upload instructions
- 1 revision round included
Who This Is For
- Physicists, mathematicians, computer scientists, economists, and researchers in any arXiv-covered discipline posting a preprint before or alongside journal submission.
- Authors whose arXiv upload failed with compilation errors and need the source fixed before resubmitting.
- Researchers who wrote in Word and need their manuscript converted to LaTeX for arXiv posting (arXiv strongly prefers
.texsource over PDF-only submissions). - Conference paper authors posting an extended version or preprint on arXiv alongside their ACM / IEEE / Springer submission.
- PhD students posting thesis chapters or research papers on arXiv as part of their academic portfolio.
- International researchers in the US, Germany, UK, Australia, and worldwide who want their preprint to look professional and compile cleanly on arXiv's system.
→ Need Word to LaTeX conversion? → Need PDF to LaTeX conversion?
How Our arXiv LaTeX Formatting Service Works
Four steps from upload to arXiv-ready submission package. Compiled and verified against arXiv's TeX Live distribution, with same-day fixes if arXiv flags anything after upload.
1. Send Us Your Paper and Tell Us the Plan
Upload your manuscript in any format. Tell us the target: arXiv only, arXiv + journal submission (we prepare both versions), or arXiv + conference camera-ready. If you have a specific template preference, include it. If not, we'll recommend one.
2. Get a Fixed Quote in 2 Hours
We assess your paper length, equation complexity, figure count, and bibliography size. Exact price within 2 hours. No hourly billing.
3. We Format, Compile and Verify
Template applied or adapted for arXiv compatibility. .bbl file generated with the correct BibTeX/Biber version. Figures unified. hyperref resolved. Source cleaned. Compiled and verified against arXiv's TeX Live distribution.
4. Upload to arXiv
You receive the complete submission package with upload instructions. Upload to arXiv, verify the generated PDF preview, and submit. If arXiv's auto-TeXing system flags any issue, your included revision round covers it.
arXiv LaTeX Formatting Service FAQs
Templates, the .bbl file, hyperref conflicts, TeX Live versions, and arXiv-vs-journal formatting - the things arXiv authors ask us before sending their files over.
TheLatexLab's Guarantee
This isn't marketing copy. This is how we run every project.
Compilation guarantee
Standard delivery
Quote response time
Papers formatted
If it breaks in your environment, we fix it free. No exceptions.
What Clients Say
Bold claims are easy. Real results are harder. Here's what real clients are saying.
“Timely and surprisingly accurate. TheLaTexLab converted my Word manuscript into the Compositionality journal LaTeX template perfectly, and I was able to submit to arXiv without issues.”
See what more of our clients have to say.
Read all reviewsTrusted globally by researchers and academics from 40+ countries.
Written your paper in Word? We’ll convert it to arXiv LaTeX.
Send us your Word document, PDF, or draft manuscript. We’ll convert and format it in the arXiv template, then deliver a submission-ready LaTeX file. Compiled and tested in Overleaf before delivery.
Reviewed by a real LaTeX specialist.