I installed a TeX Live 2011 distribution on a network drive, actually an Apple Time Capsule. Even though normal TeXing with LaTeX (via pdfTeX) in TeXShop works fine, when I try to use the %!TEX TS-program = xelatex option, I only get the xelatex: Command not found. error in the console.
This is what I have entered in TeXShop to be the (pdf)TeX path:
/Volumes/Time Capsule/TeX Live/2011/bin/x86_64-darwin/
A ls -l of this directory returns the following:
lrwxrwxrwx@ 1 username staff 5 23 Oct 17:00 xelatex -> xetex
-rwxrwxrwx 1 username staff 17777824 22 Jun 00:11 xetex
But also changing the typesetting option to %!TEX TS-program = xetex is to no avail, as it gives me the error xetex: Command not found.
Does anyone have an idea of how to solve this problem?
Thank you in advance.
/Volumes/Time\ Capsule/TeX\ Live/2011/bin/x86_64-darwin? – egreg Nov 21 '11 at 20:45