MNRAS submission problems with Type 3 fonts
Matplotlib ps files like to contain Type 3 fonts, which is something
publishers hate. A grep of the ps files for FontType tells you which
of them are problematic. Then the gs command
gs -sDEVICE=epswrite -dNOCACHE -sOutputFile=zzz_f1.ps -q -dbatch
-dNOPAUSE zzz.ps -c quit
will generate a copy of the file with the fonts magically converted.
publishers hate. A grep of the ps files for FontType tells you which
of them are problematic. Then the gs command
gs -sDEVICE=epswrite -dNOCACHE -sOutputFile=zzz_f1.ps -q -dbatch
-dNOPAUSE zzz.ps -c quit
will generate a copy of the file with the fonts magically converted.
danielgruen - 13. Apr, 19:45
Alternative