Hi, Today I attempted to use the latest revision of the Latex bundle. Unfortunately, it seems that for some reason typeset and view has stopped working. It errors with a message like:
/tmp/temp_textmate.S1T12b:3:in `require': no such file to load --
The rest of the latex bundle seems OK. So, does anybody know what is going on, or should I try to work it out?
Thanks for any ideas.
On Nov 16, 2008, at 2:51 PM, Achilleas wrote:
Hi, Today I attempted to use the latest revision of the Latex bundle. Unfortunately, it seems that for some reason typeset and view has stopped working. It errors with a message like:
/tmp/temp_textmate.S1T12b:3:in `require': no such file to load --
The rest of the latex bundle seems OK. So, does anybody know what is going on, or should I try to work it out?
You need to update your support folder when you update bundles. Also, update TextMate to “bleeding edge” by ⌥+Click (option + click) the “Check for updates…” button in TextMate's Software update prefpane.
—Alex
Alex Ross <tm-alex@...> writes:
You need to update your support folder when you update bundles. Also, update TextMate to “bleeding edge” by ⌥+Click (option + click) the “Check for updates…” button in TextMate's Software update prefpane.
Thanks! I worked it out 10min after posting... I had done svn up *.tmbundle and it didn't occur to me that the support bundle is one directory up so wouldn't be updated. Duh!
On Nov 16, 2008, at 5:49 PM, Achilleas wrote:
Alex Ross <tm-alex@...> writes:
You need to update your support folder when you update bundles. Also, update TextMate to “bleeding edge” by ⌥+Click (option + click) the “Check for updates…” button in TextMate's Software update prefpane.
Thanks! I worked it out 10min after posting... I had done svn up *.tmbundle and it didn't occur to me that the support bundle is one directory up so wouldn't be updated. Duh!
make sure to update TM, because there is a bug with environment variables, and you'll need to set PATH to make sure TM can find your latex distro.
—Alex