Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text: Improved LaTeX spell check

The in-built spell check of Sublime Text has problems with the {} brackets in LaTeX. To give you an example:

In \textbf{typology for systemic problems} typology is shown as an error. Right mouse click offers me to correct it to typology which results in \typology for systemic problems}.

Can I somehow improve ST's capabilities for detecting the {} correctly?

enter image description here

like image 911
orschiro Avatar asked Oct 20 '22 09:10

orschiro


1 Answers

It looks like you don't use any LaTeX syntax highlighting. Set Syntax to LaTeX will solve this.

enter image description here

like image 93
Pᴇʜ Avatar answered Oct 23 '22 04:10

Pᴇʜ