izuzak / atom-pdf-view

Support for viewing PDF files in Atom.
https://atom.io/packages/pdf-view
MIT License
106 stars 30 forks source link

[LaTeX] Error: Command failed: 'pdflatex -file-line-error -interaction=batchmode -recorder -synctex=1 shell -escape #229

Open Baozy9862 opened 4 years ago

Baozy9862 commented 4 years ago

New to this, can not show up pdf with this message: [LaTeX] Error: Command failed: 'pdflatex -file-line-error -interaction=batchmode -recorder -synctex=1 shell -escape cv_13.tex' Could anyone help me for this, thanks a lot.

izuzak commented 4 years ago

Can you clarify where exactly you see this error? Which steps are you making to trigger the error? Can you share a screenshot which shows these steps and the error?

Memoisation commented 4 years ago

Hi I am also new and having similar error when trying to rebuild my Latex document. "[LaTeX] Error: Command failed: 'pdflatex -file-line-error -interaction=batchmode -recorder firstdoc.tex"

`\documentclass[12pt]{article}

\begin{document} this is my document \end{document}`

Memoisation commented 4 years ago

i've searched every error and no where explains what this means I have even disabled extended build mode and syntex and still gives error. even the most basic code as above gives this error. I am using Win 10 Atom Latex package

Memoisation commented 4 years ago

Can you clarify where exactly you see this error? Which steps are you making to trigger the error? Can you share a screenshot which shows these steps and the error?

I posted my code below for you to take a look at I am needing help for this on my university project thank you