// Sublime Text 3 : build system for LaTeX document powered by autotex. // (C) Lilian Besson, 2015. // See http://perso.crans.org/besson/bin/autotex for information on autotex, // and http://docs.sublimetext.info/en/latest/reference/build_systems/configuration.html for the doc on ST3 build system. { "linux": { "cmd": [ "/usr/bin/env", "/home/lilian/bin/autotex", // Change this to the path of your autotex "-noansi", "$file" ], "file_regex": "^./(.*):([0-9]+):", // Example: ./First_Week.en.tex:9: "path": "$PATH:/usr/texbin:/usr/local/bin:/opt/local/bin" }, "selector": "text.tex.latex", // "target": "/home/lilian/bin/autotex", }