latex: command not found
Thank you very much! What a stupid mistake! Now everything works. Best regards Christian
elw at stderr.org wrote:
As user I put the directory /usr/texbin in ".bashrc": export PATH=usr/texbin:$PATH When I do "echo $PATH" I get: /Volumes/CoreData/ROOT/root/bin:usr/texbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin So the correct path to "tex", "latex" and "texi2dvi" is now included.
you are missing a leading slash before usr/texbin. --e