Skip to content
Prev 14296 / 15075 Next

[External] macOS Ventura (13) Preview App Drops Support for PS/EPS File Rendering

Hi Rich,

macOS includes pstopdf (/usr/bin/pstopdf) as a local, albeit dated, distiller.?

ps2pdf (/usr/local/bin/ps2pdf) is installed with the macTeX distribution with Ghostscript, and I use that as a last step in a shell script to process the .tex files via latex and dvips, when using Sweave, since the use of PS based components like pstricks precludes directly going to pdf with pdflatex.

The advantage of Preview was that it was a quick way to view a PS/EPS file, since you could just click on the file in Finder and hit the space bar to do a quick visual file view, or also fully open the file and render it as well, if preferred. I would use the former frequently, especially if I had several PS/EPS files in a folder and quickly wanted to confirm which one had the content that I was looking for. That applied whether the PS/EPS file was generated via Sweave or directly using postscript() in an R session.

As noted below, there are multiple alternative options, some "free", some not, and it may come down to specific workflow issues as to which approach may be better suited for useRs that need this capability.

Thanks!

Marc
On October 26, 2022 at 10:31:29 AM, Richard M. Heiberger (rmh at temple.edu) wrote: