Skip to content

Instantly share code, notes, and snippets.

@evgenyneu
Created September 11, 2018 09:51
Show Gist options
  • Save evgenyneu/0dad453bdc203b0f2d8a033d79d04f98 to your computer and use it in GitHub Desktop.
Save evgenyneu/0dad453bdc203b0f2d8a033d79d04f98 to your computer and use it in GitHub Desktop.
Sublime text build file to build LaTeX in a sub directory
{
"cmd": ["mkdir -p metafiles && /Library/TeX/texbin/pdflatex -output-directory metafiles '$file'"],
"shell": true,
"selector": "text.tex.latex"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment