Jonathan-LeRoux / IguanaTex

A PowerPoint add-in allowing you to insert LaTeX equations into PowerPoint presentations on Windows and Mac
http://www.jonathanleroux.org/software/iguanatex/
Other
902 stars 62 forks source link

Generate Error: "pdflatex" -shell-escape -interaction=batchmode IguanaTex_tmp.tex #78

Closed TheBaluu closed 1 week ago

TheBaluu commented 1 week ago

Hello,

I have seen in two older posts to the same issue however they seem to have found solutions. https://github.com/Jonathan-LeRoux/IguanaTex/issues/48 https://github.com/Jonathan-LeRoux/IguanaTex/issues/57

After clicking on "Generate" an error message pops up (also in debug mode). With the LaTeX-Enigne latex (DVI): "pdflatex" -output-format dvi -shell-escape -interaction=batchmode IguanaTex_tmp.tex

With the LaTeX-Enigne pdflatex: "pdflatex" -shell-escape -interaction=batchmode IguanaTex_tmp.tex

I can however run the commands in a cmd window in the C:\Temp folder. Executing the command in the command line works just fine and the DVI (or PDF) is generated.

What I don't understand is how the others resolved this issue. Do you know what I could be missing?

I have Windows 10, Office 365, latest MikTex version. However I did not install GhostScript nor ImageMagick or TeX2img

Jonathan-LeRoux commented 1 week ago

It's hard to tell. It could be as in #48 that your admin is blocking Office from starting processes. I'm not sure how the user in #57 ended up fixing their issue, they said they went through the installation steps again as they were missing a few things.

TheBaluu commented 1 week ago

Hey, just wanted to let you know that it's working now. It seems like restarting the computer did the job.

Anyway, Thanks for your great Add-In

Jonathan-LeRoux commented 1 week ago

Thanks for the update!