Sublime Forum

I cannot use latextools in mac

#1

Right now, Latextools just disappeared from sublime. It could not be found in package settings and build system menu but it is in Packages path. I had reinstalled it with package control, but it did not work, (when I press cmd+b).

0 Likes

#2

Do you have LaTeXTools items in the ctrl+shift+p menu? Do LaTeXTools commands work, e.g. C-l, e?

0 Likes

#3

Was it perhaps accidentally added to the list of ignored packages? You can try Package Control: Enable Package from the command palette and see if it’s listed there.

1 Like

#4

Yes it is in the list. I have enabled it. But it dose not respond when I press cmd + b.

Following may be the corresponding error report:
<class 'latextools_traditionalBuilder.TraditionalBuilder’>
Traceback (most recent call last):
File “/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py”, line 551, in run

return self.run(**args)
File “/Users/william/Library/Application Support/Sublime Text 3/Packages/LaTeXTools/makePDF.py”, line 588, in run
self.path = platform_settings[‘texpath’]
KeyError: ‘texpath’

0 Likes

#5

ctrl+shift+p menu? in mac, it shows
text.tex.latex
comment.line.percentage.tex

they do not work.

0 Likes

#6

Select from the top menu Preferences >> Package Settings >> LaTeXTools >> Reset user settings to default. This should resolve the issue.

2 Likes