[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX] Re: no process for this document
From: |
Sean Sieger |
Subject: |
[AUCTeX] Re: no process for this document |
Date: |
Mon, 09 Apr 2007 10:52:06 -0400 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux) |
Ralf Angeli <address@hidden> writes:
* Sean Sieger (2007-04-05) writes:
> TeX Live is in my path, the commands that I run can all be found with
> my xterm... I don't know, I think I am starting to take guesses at
> something I know nothing about. Any help would be appreciated:
>
>
> Running `LaTeX' on `parity' with ``pdflatex -interaction=nonstopmode
> "\input" parity.tex'' /bin/sh: pdflatex: not found
You should probably configure PATH in a way that applications started
on X will get the new value as well.
Is it not enough to have
PATH=/usr/local/texlive/2007/bin/i386-linux:$PATH; export PATH
in my .bashrc?