help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing auctex from source


From: Peter Dyballa
Subject: Re: Installing auctex from source
Date: Mon, 23 Feb 2009 10:22:23 +0100


Am 23.02.2009 um 07:34 schrieb smanek:

Running `LaTeX' on `ps0' with ``latex  -interaction=nonstopmode
"\input" document.tex''
/bin/sh: latex: not found


Obviously GNU Emacs does not know where to search for the latex executable. This means that the process environment in which GNU Emacs runs does not have an environment variable PATH that contains the path to latex as one of many elements. The reason is that the complete value of PATH (or $PATH) was not inherited from whatever launched GNU Emacs.

The cure is: correct GNU Emacs launch.
Or correct the value of the GNU Emacs variable exec-path (to contain also the path to latex).

--
Greetings

  Pete

Without vi there is only GNU Emacs






reply via email to

[Prev in Thread] Current Thread [Next in Thread]