Overleaf submission to arXiV
After scouring through the entire web for close to 5 years and giving up out of sheer frustration every time, I was finally able to upload my TeX sources to arXiv (as of 17.01.2024). The solution was buried as a comment to one of the lesser upvoted answers in a less popular StackExchange thread. I hope Google will push this post high up so that it can help Overleaf (and minted) users.
- Compile with
\usepackage[finalizecache,cachedir=.]{minted} - Go to logs and output files > other logs and files and download everything with pyg. (all the
*.pygtexand the*.pygfile) - Compile now with
\usepackage[frozencache,cachedir=.]{minted} - Download the complete project
.zipby submitting it to arXiV - Unzip and put all the
*.pygtexfiles and the*.pygfileinto the folder - Zip again and upload to arXiv; Works for me!
Answer source (User: rhombidodecahedron)
Written on January 17, 2024
