Results 110 comments of Michal Hoftich

I see. This seems to be caused by [this change](https://svn.gnu.org.ua/viewvc/tex4ht/trunk/lit/tex4ht-unicode.tex?r1=1230&r2=1311). It didn't cause problems for other output formats, so it went unnoticed. Try this configuration file, which provides the original...

The problem here is that when you enclose TikZ environment in math, it won't get parsed by LaTeX and it will end verbatim in the output HTML. It is not...

Does this happen with the development version of this package, or with the version distributed in TeX Live? Please also add an MWE so that we can test this issue...

Thanks, I can see it now. It seems that the issue was caused by a wrong test that sets the dot before urldate. It seems we need to test for...

The build file expects only one output file, but with footnotes, we get separate HTML file for each footnote by default. So each footnote overwrites the `.mml` file. Footnotes can...

How can I try the latex-lab code? What is broken?

I see. I was able to limit the number of errors to just one, with these config files. `usepackage.4ht`: ```latex % usepackage.4ht (2024-04-18-14:01), generated from tex4ht-4ht.tex % Copyright 2003-2009 Eitan...

Instead of redefining of `mkparams.lua`, you can add the following line to the `.mk4 ` file to request `lualatex-dev` engine: ```lua Make:htlatex {htlatex = "dvilualatex-dev"} ``` The `htlatex` option can...

> I quite understand that there will be problems. But we are putting all this new code in testphase packages and latex-lab style files so that we can test it...

You need to configure MathJax to support Siunitx. See this [guide](https://www.kodymirus.cz/tex4ht-doc/Howto.html#mathjax-latex-mode) on how to pass MathJax configuration from TeX4ht. There seems to be [MathJax extension](https://github.com/burnpanck/MathJax-siunitx) for Siunitx, but with a...