From: John Kane [jrkrid...@yahoo.ca] Sent: Tuesday, May 15, 2012 12:28 PM Glad you got things working.
>I then put >export >PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH >in my .profile and >restarted the terminal For the future and in case you are curious: .profile is executed when you log in, not on each opening of a terminal. .bashrc is run on each new terminal instance. This is why a reboot fixed it for you. Scott