thomasjo / atom-latex

Compile LaTeX or knitr documents from within Atom
https://atom.io/packages/latex
MIT License
223 stars 42 forks source link

Textification failed with status code 1, parsing of log files failed #392

Closed beatrizgoa closed 7 years ago

beatrizgoa commented 7 years ago

Hi everyone.

I am trying to install atom+live tex on Windows 7.

I have installed latex packege, but I got the folowwing error when I am trying to rub a latex file

image

As it is possible to see in the image, I can not select the builder either!

Anyone could help me?

Kind Regards.

Beatriz.

yitzchak commented 7 years ago

If you have v0.44.0 of the package you shouldn't need set TeX Path. It should be set automatically.

FIrst I would check to make sure your TeX Live install works. What is the output the following executed on the command line.

pdflatex -version
latexmk -v

If those both work then execute the following (where foo.tex is the name of your file).

latexmk -pdf foo.tex
beatrizgoa commented 7 years ago

Hi yitzchack,

Sorry for my ignorance, but I do not know how to execute those commands in windows.

beatrizgoa commented 7 years ago

The compiler was incorrectly installed, I have installed it again and it works.

Thank you very much!

yitzchak commented 7 years ago

@gomezabeatriz Glad you got it working.