My Sublime Text settings.
-
Clone this repository into the Sublime Text
User
directory. -
Do not forget to populate the
Dictionaries
directory/submodule by calling:git submodule init git submodule update
- For LaTeX equation preview to work in Windows, make sure the system check shows nothing is missing, create a environment variable
GS_LIB
and set it toC:\texlive\2022\tlpkg\tlgs\Resource\Init;C:\texlive\2022\tlpkg\tlgs\kanji
(modify according to the system configuration). - For inverse search in SumatraPDF using SyncTeX to work, go to the SumatraPDF options and select/paste the appropriate command at the bottom of the dialogue box. It should say something like
"C:\Program Files\Sublime Text\sublime_text.exe" "%f:%l:%c"
.