SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2k stars 364 forks source link

No option to build with LaTeXTools in Sublime 3 on Windows 10 with MikTeX #1479

Closed absconditus87 closed 4 years ago

absconditus87 commented 4 years ago

Hi,

I followed the installation instructions in the documentation and installed LaTeXTools on Windows 10 for MikTeX, Sumatra, and Sublime 3.

When I run the system check everything shows as available except for the mathtools and magick.

When I try to build a LaTeX file using Ctrl+Shift+B, I don't get any options for LaTeXTools.

image

How can I get this to work?

Thank you.

r-stein commented 4 years ago

The build system is based on the current syntax. It seems that the selected syntax of the file is python.

Press Ctrl+shift+P and write Set Syntax: LaTeX, afterwards it should work

absconditus87 commented 4 years ago

The build system is based on the current syntax. It seems that the selected syntax of the file is python.

Press Ctrl+shift+P and write Set Syntax: LaTeX, afterwards it should work

Thanks for the suggestion. I tried it but it didn't work. I still only get the Python options.

r-stein commented 4 years ago

Then you may have manually selected the build system. Tools > Build System and then if Python is selected select Automatic

absconditus87 commented 4 years ago

This did it. Thank you!

r-stein commented 4 years ago

No problem :)