Setting TeX Live version on arXiv | Generated by AI
In the arXiv submission process:
- Upload your
.texfile(s) - arXiv auto-detects the compiler (usually
pdflatexorxelatex) - On the “TeX Source” processing page, you’ll see a dropdown or radio button labeled “TeX Live version” — select TeX Live 2025 (default) or TeX Live 2023
If you don’t see the option, it appears after the first auto-compilation attempt. Just proceed with the default (2025) — your paper uses xelatex with standard packages, it should compile fine.
If arXiv auto-selects pdflatex and fails, you can force xelatex by adding this as the first line of your .tex:
% !TEX program = xelatex
Or rename your file to ms.xelatex so arXiv picks up the correct compiler.