So I typed up a powerpoint presentation yesterday and today realised I made an error and went to edit today. Now getting this error: could not start process:
"pdflatex" -shell-escape-output-format dvi-interaction=batchmode
"IguanaTex_tmp.tex"". GetLastError returned 0
anyone have any ideas?
This is the code that compiled successfully yesterday:
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\pagestyle{empty}
\begin{document}
$\triangle \theta = 2\int_{r_{\!1}}^{r_{\!2}}\frac{L}{L^2}\frac{dt}{dr}dr$
\end{document}
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\pagestyle{empty}
\begin{document}
$\triangle \theta = 2\int_{r_{!1}}^{r_{!2}}\frac{L}{L^2}\frac{dt}{dr}dr$
\end{document}
– SFL Apr 16 '18 at 20:04\trianglein your code snippet would seem to quite "original", to put it euphemistically. You may want to replace\trianglewith\Delta... – Mico Apr 16 '18 at 20:08"in"IguanaTex_tmp.tex""? – Mico Apr 16 '18 at 20:12pdflatex yourfile.tex? If that works then there is a problem with IguanaTex, otherwise it's a problem with pdflatex. – Marijn Apr 16 '18 at 21:03