-
Notifications
You must be signed in to change notification settings - Fork 63
No. All bundle commands should also work if PATH does not contain the location of the TeX commands.
If you have trouble with the LaTeX bundle, then please try the following steps.
Make sure that you only have a single version of the LaTeX bundle. For that purpose, please open Terminal (located in /Applications/Utilities) and enter the following command:
mdfind -name '"latex.tmbundle"c' | grep -iE '\.tmbundle$'The command above should only output the following bundle directory:
$HOME/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle. The variable $HOME above is the location of your home directory. For example, for the user rene the output of the command should be
/Users/rene/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle
. If the command prints other directories, then please remove them. After that restart TextMate (^ + ⌘ + Q) and check if your problem persists.
If removing bundle modifications did not fix your problem, then you can also try to reset TextMate to its initial state. For that please follow the steps given here.
Since removing all your modifications to TextMate is a rather drastic step, that might not even fix your problem, you can also try a clean installation first. One easy way to do this is to enable the guest user. For that purpose open System Preferences, go to User & Groups → Guest User and check the box Allow guests to log in to this computer. After you did that, log in to the guest user account and check if your issue is still persists. If it does, then please create a new issue.
Before you create a new issue that describes a bug in TextMate’s LaTeX bundle please try the steps described in “Remove Bundle Modifications” and “Revert to Defaults”. If you already did that, then please read about how to write good bug reports. After that check if there is already an issue that describes the same problem here. If not, then please create a new issue and provide steps to reproduce the problem.