thehogfather / brackets-latex

Support for editing and compiling latex documents in brackets
24 stars 4 forks source link

Not working anymore #14

Closed Wikunia closed 10 years ago

Wikunia commented 10 years ago

I wanted to latex a bit again and unfortunately it isn't working anymore: This is my error log:

Object
command: ""latex" -halt-on-error -file-line-error  -output-directory="C:\Users\....""
err: Object
code: 1
killed: false
signal: null
__proto__: Object
execOptions: Object
cwd: "C:\Users\...."
timeout: 60000
__proto__: Object
stdout: ""
__proto__: Object 

I reinstalled the extension, restarted brackets. The extensions message: Please wait... Compiling....

thehogfather commented 10 years ago

I made some changes to enable compilation from any file in a multi file project as long as the first line of the input file is %!TEX root={dir to root}. Are you using this feature or are you simply just trying to compile an old project that previously worked?

Wikunia commented 10 years ago

An old project and I installed an older version of your extension and it doesn't working anymore, as well. I am using Brackets 41 which is maybe the only difference.

Wikunia commented 10 years ago

Got it! I had to add a tex bin directory inside the latex settings... Would be great to have a error message for that ;)

thehogfather commented 10 years ago

good shout - should be sorted now.