Closed TheOfficialDarthVader closed 4 years ago
Did you install atom-latex
or latex
? This repo is for the latter — https://atom.io/packages/latex
I have installed atom-latex 0.9.1
OK, then you need to open this issue on the correct repository: https://github.com/ashthespy/Atom-LaTeX
What I've done:
atom-latex
latexmk
using the MikTex ConsoleC:\Perl64\bin
C:\Program Files\MiKTeX 2.9\miktex\bin
andC:\Program Files\MiKTeX 2.9\miktex\bin\x64\
I can confirm that Perl works as I am able to run both it and the
latexmk
script from Command Prompt. I can also uselatexmk
from TexStudio, but this required settingCommands ($PATH)
toC:\Perl64\bin
. I can runpdflatex
as the build engine inatom-latex
. It is justlatexmk
that is not working.Given what I had to do to get Perl scripts to work with TexStudio this would seem to suggest the Environment Variables being passed are in some way incorrect. I am aware there is a work around on Using latexmk with MiKTeX. However, I can't find the Tex Path option in the
atom-latex
settings.The build log is just a single line:
> latexmk -synctex=1 -interaction=nonstopmode -file-line-error -pdf "Cover Letter"
So I'm not sure where it is getting hung up, I assume it is an issue with not finding Perl.