/Users/clausman/Library/Application Support/TextMate/Support
and not
/Library/Application Support/TextMate/Support
as I should according to
http://manual.macromates.com/en/bundles
Now, at first this didn't bother me too much,
but when I tried to cmd-R on my latex project, I got
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
(I have TM_LATEX_MASTER set under cmd-I)
interestingly, this error even occurs when I try to compile a single, basic latex file like the following four lines (and I thought TM_LATEX_MASTER is only necessary when using projects?)
\documentclass[article]
\begin{document}
Hello World
\end{document}
Can anybody help me how to get latex running again?
Is the "$TM_SUPPORT_PATH" the problem?
Or is there anything major different in the latex bundle recently (last half year or so)?
Thanks for your help,
Claus