I am following this answer to submit a latex file with minted code highlighting to arxiv. I first compile locally with:
\usepackage[finalizecache,cachedir=minted-cache]{minted}
Then I change the tex file to:
\usepackage[frozencache,cachedir=minted-cache]{minted}
When submitting to arxiv in addition to submitting the minted-cache folder. I then get during compilation on the arxiv servers:
! Package minted Error: Missing style definition for with frozencache.
See the minted package documentation for explanation.
Type H <return> for immediate help.
...
l.583 \end{minted}
Any lead on what I could try to fix it ?
styfiles directly from https://github.com/gpoore/minted/blob/master/source/minted.sty – Quantum_Something Oct 17 '22 at 01:58