Skip to content

Commit 67f99f6

Browse files
committed
Add basic builder to settings file
1 parent 575a95d commit 67f99f6

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

LaTeXTools.sublime-settings

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,17 @@
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
@@ -260,11 +271,6 @@
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
//

0 commit comments

Comments
 (0)