Sublime Text Packages
Posted on February 06, 2015
Sublime Text is a sphisicated text editor for codes which is availabe for OS X, Windows and Linux. Its user interface is very simple and gorgeous. You’ll love the extraordinary features and fantasitic performance of this text editor. One can really improve their work efficiency with this tool.
######You can download at;Sublime Text
First of all, one need to install Package Control
package, and utilizing this package to install other plugins for Sublime Text.
The installation methods are as follow:
######Method 1
- Click
Preference/Browse Packages
; - Go back to parent directory and enter in the folder
Installed Packages/
; - Download
Control.sublime-package
and unarchived the files intoInstalled Packages/
; - Reopen Sublime Text.
######Method 2
- Click
View
, and findshow console
option (or shortcutCtrl + `
); - Under the bottom of
Sublime Text
there will be a box that you can type codes in it, and then input the codes as follows:
For Sublime Text 3:
For Sublime Text 2:
This code will automatically download and install package control
. After installation, reopen the Sublime Text, then the package is installed successfully.
So far, under the Preference
option, one can see the button of Package Control
, then using Ctrl + Shift + p
to open Command Palette
, typing package control
, and you can see all the functions this package has. The Command Palette
will bring a lot surprises if you use it frequently.
(Note:a very nice BLOG about Sublime Text
)
2> LatexTools
This plugin can connect Latex with Sublime Text, and one can directly compile latex files in the Sublime Text, which can be really efficient.
(1)If your operating system is Windows and have already installed CTex on your computer, the PDF browser in CTex can be directly used as the default viewer.
(2)For MacOS X, one can use SKIM for viewing the PDF files you have written with Latex. After some basic setttings in the SKIM, you can connect Sublime Text with SKIM.
<3>LatexTab
This plugin can help people save a lot time when insert tables into Latex files. One can just copy the tables in the Excel and copy into the Latex file, then this plugin will automatically create the table codes for you. It is really awesome.