How to configure sublime text
Install package
-
Click the
Tools-Command Palettemenu; -
Input “Package Control: install Package”;
-
Waiting until the list of package appeared;
-
Choose your ideal package and start to install package.
Configure (LaTeX)
LaTeXTools
Configure Markdown
Markdown Editing
Markdown Preview
Click the Preferences-Package Settings-Mardown Editing- KeyBlings-User menu.
Copy the following contents to set keys alt+m for Markdown preview.
[
{"keys": ["alt+m"], "command": "markdown_preview", "args": {"target": "browser"}},
]
Click the Preferences-Package Settings-Mardown Preview- Settings-User menu.
{
/*
Enable or not mathjax support.
*/
"enable_mathjax": true,
/*
Enable or not highlight.js support for syntax highlighting.
*/
"enable_highlight": true,
}