I'm using Texstudio and its convert-to-html button. This mwe works to create a pdf, but it does not work when I use the convert-to-html option.
\documentclass{report}\usepackage{graphicx}\begin{document}\begin{figure} hello world \includegraphics[height=7.cm]{Gridiron_pendulum_on_stand.png}\end{figure}\end{document}
I get the message
Compiling input file. Please wait...
Running this command: latex.exe -src -interaction=nonstopmode"mwe_content".tex
Error : a process has failed
Fatal error : LaTeX errors detected.
But no additional information is included in a log or message. The mwe will create an html if I comment out the call to \includegraphics. I get the same responses if also comment out the calls to the figure environment. I'm using Miktex with Texstudio.