Skip to content

Commit

Permalink
Add basic builder to settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
ig0774 committed Jul 10, 2016
1 parent 575a95d commit 67f99f6
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions LaTeXTools.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,17 @@
// "default" or "" the default built-in build engine; currently
// this is the same as "traditional"
//
// "basic" invokes pdflatex / xelatex / lualates as
// needed, then biber / bibtex and pdflatex /
// xelatex / lualatex again if needed. Unlike
// the "simple" builder this supports most of
// LaTeXTools builder features.
//
// "script" external script: invokes the set of commands
// specified in the "script_commands" setting
// in the platform-specific part of the
// "builder_settings"
//
// "simple" invokes pdflatex 1x or 2x as needed, then
// bibtex and pdflatex again if needed;
// intended mainly as a simple example for
Expand All @@ -260,11 +271,6 @@
// "traditional" replicates the 'old' system based on
// latexmk (TeXLive) / texify (MiKTeX)
//
// "script" external script: invokes the set of commands
// specified in the "script_commands" setting
// in the platform-specific part of the
// "builder_settings"
//
// custom name you can also use third-party build engines;
// if so, set the "builder_path" option below
//
Expand Down

0 comments on commit 67f99f6

Please sign in to comment.