Created
September 11, 2018 09:51
-
-
Save evgenyneu/0dad453bdc203b0f2d8a033d79d04f98 to your computer and use it in GitHub Desktop.
Sublime text build file to build LaTeX in a sub directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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