Sublime Forum

ST3 and LaTeX

#1

Hi All,

I have ST2 running on two of my machines (Windows & Mac based), and on my third machine I was forcibly upgraded. I installed ST3 (beta) instead of the more recent version of ST2, and now my files won’t compile.

Here’s what used to work: Open .tex file in sublime. Hit cmd+b. Skim would open up automatically with the .pdf file I had just compiled.
Here’s what happens now: Absolutely nothing.

Can anyone explain in English how I can get my editor back to working status?

Thanks

0 Likes

#2

Did you reinstall the LaTeXTools plugin in ST3? ST3 uses different package directories from ST2, to keep things separate.

The easiest way to do so is to use wbond’s excellent Package Control package.

0 Likes

#3

Hi Marciano,

I didn’t do anything other than update the version of sublime. How do I do the thing you said?

0 Likes

#4

Update:

Hi Marciano,

I googled “wbond package control” and found this website: sublime.wbond.net/installation

There was a box titled SUBLIME TEXT 3 with code in it. I typed cmd` then pasted the code and hit enter. This is what happened:

import urllib.request,os,hashlib; h = ‘7183a2d3e96f11eeadd761d777e62404’ + ‘e330c659d4bb41d3bdf022e94cab3cd0’; pf = ‘Package Control.sublime-package’; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( ‘http://sublime.wbond.net/’ + pf.replace(’ ', ‘%20’)).read(); dh = hashlib.sha256(by).hexdigest(); print(‘Error validating download (got %s instead of %s), please try manual install’ % (dh, h)) if dh != h else open(os.path.join( ipp, pf), ‘wb’ ).write(by)
132375
reloading plugin Package Control.Package Control
found 2 files for base name Main.sublime-menu
Package Control: No updated packages

So, am I any closer to being able to use my LaTeX editor again?

Thanks

0 Likes