Overleaf to Arxiv

============================

  1. Clear all errors in overleaf
  2. Download source
  3. Download other logs → output.bib
  1. Download source files and unzip them.
  • Menu
  • Download Source
  1. Download the bbl file and rename it to ms.bbl:
  • Logs and output files
  • Other logs & files
  • bbl file
    Logs and output filesbbl file
  1. In the main file (ms.tex), below the documentclass declaration line add \pdfoutput=1.
 \documentclass[11pt]{article}
 \pdfoutput=1
 ...
  1. Remove \documentclass[ms.tex]{subfiles} statement in all subfiles.
  2. Compress (zip) all files, but not their parent folder, and upload the zip to arXiv.

Note: It’s possible that this guide does not handle some (edge) cases.