I've produced a .tex file using the pstricks
package for figures and the Times font (via the mathptmx
package). When the arXiv compiles this to a .pdf file it doesn't seem to have the necessary fonts embedded. It seems that that iPad and some other devices don't have the times font available, so some characters are missing when viewing the arXiv PDF on an iPad.
Does anyone know if it is possible to get the arXiv to produce a PDF with embedded fonts. The problem seems to have to do with the fact that pstricks
necessitates a latex
-> dvips
-> ps2pdf
compilation instead of pdflatex
.
I'm aware of solutions like using pdftricks
or converting the figures to PDFs and then using \includegraphics{...}
, but the former seems to require some hand tweaking and the latter is a bit more fuss if I want to edit something in the future.
Any ideas?