SublimeText / LaTeXTools

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

How to set 'Latex - Basic Builder - XeLaTex' as default builder? #1402

Closed OpenWaygate closed 5 years ago

OpenWaygate commented 5 years ago

I compile latex with Latex - Basic Builder - XeLaTex most of the time, is there a way to set it as default, or place it in the first place in the figure?

1
r-stein commented 5 years ago

You can change the settings for the default variant inside the builder block of the LaTeXTools settings: https://github.com/SublimeText/LaTeXTools/blob/st3-4.0.0-alpha.8/LaTeXTools.sublime-settings#L387-L426 I.e. set "builder": "basic" and inside the builder settings block (not platform specific)"program": "xelatex"

OpenWaygate commented 5 years ago

Thank you, that's just what I need!

r-stein commented 5 years ago

No problem, I will then close the issue