[OS X Emacs] latex + dvips + ps2pdf from Aquamacs

John Wroclawski jtw at csail.mit.edu
Sun Nov 1 12:44:31 EST 2020


> On Nov 1, 2020, at 12:30 PM, Ettore Aldrovandi <ealdrov at math.fsu.edu> wrote:
> 
> what Pete says is correct. (It’s indeed great to see him back on the list.) However, if you install TeX Live via MacTex, the installer takes care of putting the appropriate item in /etc/paths.d, so that shouldn’t be the issue, as you say. 

Without speculating at all on what’s happening to Roussanka, it might be worth noting in passing that

- ps2pdf is part of ghostscript, not TeXLive, and normally lives in /usr/local/bin. (so the TeXLive /etc/paths.d file isn’t relevant to this particular program..)

- ps2pdf is also typically a chain of three or four shell scripts before it gets to actually running gs, and I suppose it could possibly have been broken by the switch to zsh (running 10.14 here, can’t check..)

- simpdftex, which Roussanka mentioned in other contexts, _is_ part of TeXLive and typically lives in /Library/TeX/texbin/. But it itself manipulates paths to find the programs it uses. So the fact that simpdftex can find ps2pdf doesn’t necessarily mean that other things will. 

(Is AQM using simpdftex, or calling programs directly?)

cheers, -john



More information about the MacOSX-Emacs mailing list