When I try to upload my thesis on arXiv, I get many warnings like "Float too large for page […]" or "[…] float specifier changed to […]". I recognized that almost every minted float is wrongly positioned, which causes other floats (e.g. images) to be mispositioned as well.
In order to use minted on arXiv, I followed these instructions (found via this question). That is, I first compile locally with the minted option finalizecache enabled. Afterwards, I put the entire _minted-${project-name} folder into the archive that gets uploaded on arXiv and change the minted option to frozencache (which looks good on my machine).
Is there anything I can do to fix the positioning?