The LaTeX submission process to the journal JCP involves
- Bundling all the bibliographies into a single file and embdeeding that into the source
- No external libraries
- Compile with
latexnotpdflatex - Only
.epsimages allowed, a consequence oflatex
As such, I'm stuck trying to place my nice images that are either .pdf or .png into their submission form. The non-transparent pdfs I can convert to eps, but the transparent ones choke. In addition, I'm not sure how to convert a png to an eps - everything I've tried on the (unix) command line looses significant quality. The frustrating thing is you can watch the logs and in the end they convert the latex dvi to a pdf. Any suggestions on how to get my images into a latex source without losing quality?
pdf/pngfigure on Inkscape, for example, and export (save as) aseps. – Sigur Jan 23 at 21:42convertdoes). However, 1] it is not automated and 2] forpdffiles it converts them topson import which garbles the fonts somewhere (embedding or not). – Hooked Jan 24 at 15:00