* Graham Smith (2008-08-12) writes: > The full error message is (from aquamacs): > > Running `LaTeX' on `newtest' with ``pdflatex -interaction=nonstopmode > "\input" newtest.tex'' > /bin/sh: line 1: pdflatex: command not found > > LaTeX exited abnormally with code 127 at Mon Aug 11 23:17:45 > > Not sure which is the best forum to ask in, but I am hoping the expertise > will be here to help me fix this. This was working on both Ubuntu and the > Mac before recent emacs/aquamacs upgrades. so I assume I have killed > something, just don't know how to fix it.
Make sure the directory containing the pdflatex executable is part of the PATH environment variable in the shell used by Emacs. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
