Sublime Forum

Unable to Compile

#1

Yesterday I was messing around with Sublime Text 3 and today I have the following error:

[Compiling C:\Users\alex6_000\Documents\Latex Documents\8.012 Problem Set 8\8.012 Problem Set 8.tex]

TraditionalBuilder: Invoking texify…

COULD NOT COMPILE!

Attempted command:texify -b -p --tex-option="–synctex=1" 8.012 Problem Set 8.tex
Build engine: Traditional Builder

Can you guys please help me?

0 Likes

#2

i guess the filename should be quoted texify -b -p --tex-option="--synctex=1" "8.012 Problem Set 8.tex" try to fix the build system

0 Likes