This post details the steps for building and using a “LaTeX IDE” with Sublime Tex 2/3 and LaTeXTools. For ease of presentation, we will call sublime text 3 as ST3 for short, similarly we will use ST2 stands for sublime text 2.
sudo dpkg -i path/to/sublime_text_3_deb_file
Manually (Semi-manually) install Package Control (Note that, Package Control is the only package that you need install manually. It seems that the latest version of ST3, you can also install this package like other packages.)
ctrl + `
(command + `
if you use Mac) to open the console, and copy the corresponding codes into the console and then press enter
.Install package LatexTools
ctrl + shift + p
(command + shift + p
if you use Mac) to open the command Platte for Package ControlConfiguration (optional only if you want to use the customized build script)
Remark: To use the above customized configuration, you need the following tools (note that, for the latest version of Ubuntu, all tools are built-in in the OS.)
brew install ghostscript
Please refer to LateXTools for Cross Reference in Multi-file LaTeX Projects