> 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