File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 252252 // "default" or "" the default built-in build engine; currently
253253 // this is the same as "traditional"
254254 //
255+ // "basic" invokes pdflatex / xelatex / lualates as
256+ // needed, then biber / bibtex and pdflatex /
257+ // xelatex / lualatex again if needed. Unlike
258+ // the "simple" builder this supports most of
259+ // LaTeXTools builder features.
260+ //
261+ // "script" external script: invokes the set of commands
262+ // specified in the "script_commands" setting
263+ // in the platform-specific part of the
264+ // "builder_settings"
265+ //
255266 // "simple" invokes pdflatex 1x or 2x as needed, then
256267 // bibtex and pdflatex again if needed;
257268 // intended mainly as a simple example for
260271 // "traditional" replicates the 'old' system based on
261272 // latexmk (TeXLive) / texify (MiKTeX)
262273 //
263- // "script" external script: invokes the set of commands
264- // specified in the "script_commands" setting
265- // in the platform-specific part of the
266- // "builder_settings"
267- //
268274 // custom name you can also use third-party build engines;
269275 // if so, set the "builder_path" option below
270276 //
You can’t perform that action at this time.
0 commit comments