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
790 stars 57 forks source link

"pdflatex" -shell-escape -interaction=batchmode IguanaTex_tmp.tex #57

Closed shengrihui closed 4 months ago

shengrihui commented 4 months ago

What‘s this wrong?

Could not start process:""pdflatex"-shell-escape -interaction=batchmodeIguanaTex tmp.tex'.GetLastError returned 0

Jonathan-LeRoux commented 4 months ago

It could be many things, and it's hard to know without more context. Which OS, how you installed the addin, what you've tried so far... First thing is to check the Debug box and see what happens.

shengrihui commented 4 months ago

I'm on Windows, and when I tried to generate my first LaTeX formula, a prompt popped up, image then, image

Jonathan-LeRoux commented 4 months ago

Can you try to check the Debug box before generating?

shengrihui commented 4 months ago

image Is it like this? After I click "continue", the previous prompt reappears.

Jonathan-LeRoux commented 4 months ago

Yes, please copy the command, open a command line (win+r cmd), cd to your temp folder (e:\temp), paste the command, and run it. That should tell you what is going wrong.

shengrihui commented 4 months ago

Thank you very much for your reply! I realized that many things were not pre-installed on my system😅. Now that I've installed them all, it is working fine!

Jonathan-LeRoux commented 4 months ago

That's great to hear! I'll close the ticket.