<div dir="ltr">Hi Niels,<br><br>just noticed no one had replied to this...<br><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Error: xelatex is not found, you need to install LaTeX or be sure that<br>
your PATH is setup properly.<br>
<br>
sh: line 0: type: xelatex: not found<br>
<br>
When I run from TextMate "which xelatex" it gives me: /usr/texbin/xelatex<br>
In Terminal the same, command completion in Terminal works fine as<br>
well. Compiling the file in Terminal works as well.</blockquote><div><br>The PATH as set in a terminal window is not the PATH that TextMate sees. You can see what PATH is available in TextMate by entering  <br><br>  printenv PATH<br>
<br>and then (with the cursor on that line) hitting control-R. I imagine that you'll find "/usr/texbin" is *not* in the resulting list, so you need to get it in there. Section 8.2 of the TextMate manual covers how to do this...<br>
<br><a href="http://manual.macromates.com/en/shell_commands#search_path">http://manual.macromates.com/en/shell_commands#search_path</a><br><br>Good luck,<br>Paul  <br></div></div><br></div>