[NTG-context] \executesystemcommand dont work?
Akira Kakuto
kakuto at fuk.kindai.ac.jp
Tue Feb 17 13:21:28 CET 2015
> No file latex.aux.
> (./latex.aux) )
> No pages of output.
OK, as I said previously, c:\windows\system32 does not
exist in your PATH.
In your command prompt
echo "000"
will work, but
cmd /c echo "000"
will not work.
Please test in your command prompt
set PATH=c:\windows\system32;%PATH%
pdflatex --shell-escape latex
It should work perfectly.
After that, repair the PATH variable,
by reading the manual of OS, if you don't understand.
Thanks,
Akira
More information about the ntg-context
mailing list