Hello, Version: texi2any (GNU texinfo) 7.1
Goal: The manual recommends a command like the following to export a .texi file containing LaTeX to HTML: texi2any --html file1.texi -c HTML_MATH=l2h --split=none Error: But this fails with: texexpand V2024 (Released January 1, 2024) texexpand: Error: Cannot open style file '/TMP/styles': No such file or directory This appears to depend on latex2html which appears not to be maintained. Is there a fix? ((Meanwhile, the other possibility works below, although I would prefer the static export above (rather than JS as a dependency etc) texi2any --html file1.texi -c HTML_MATH=mathjax --no-split )
