I can use LaTeX in the terminal just fine, but after installing El Capitan I receive the following error.
TraditionalBuilder: Invoking latexmk...
COULD NOT COMPILE!
Attempted command:latexmk -cd -e $pdflatex = 'pdflatex -interaction=nonstopmode -synctex=1 %S %O' -f -pdf exam_1_sol.tex
Build engine: Traditional Builder
I reconfigured and migrated settings, that didn't change anything. I also checked the package settings, which appear below.
"osx": {
// Path used when invoking tex & friends; MUST include $PATH
"texpath" : "$PATH:/usr/texbin:/usr/local/bin:/opt/local/bin"
// Path to PDF viewer, if needed
// TODO think about it. Also, maybe configure it here!
},
Any help?