On 16 February 2016 at 13:14, Stefan Monnier <[email protected]> wrote: >> There is supposed to be a way to output images for HTML input for TeX >> code in Texinfo source, although I've never tried to use it.
texi2any --html --iftex -c L2H=1 FILE.texi may work if you have latex2html installed properly. I downloaded and installed latex2html, but I haven't got it to work yet (first it was creating files in my home directory instead of the directory where the files were, and then I got an another error about an "Illegal seek"). tex4ht may also be usable for this purpose, but I couldn't find an easy way to install it.
