Hi Karl and Alex,
! Undefined control sequence.
> \f:HBorder ...border-top:1px solid \#\hline:color
> ;"></td>
> l.867 R
> ead / Write & Device Specific & \\
> ?
> ! Emergency stop.
> \f:HBorder ...border-top:1px solid \#\hline:color
>
> The final result is an empty html file. I verified this was a regression
> by running the same build on Bookworm using distrobox. It also works
> with the latest Ubuntu. I confirmed it fails on the latest
> texlive image:
Thanks for the report. I will fix that in TeX4ht sources. Until you get the
update in TeX Live, you can use this config file:
%%%%%%%%%%%%%%%%%
\Preamble{xhtml}
\expandafter\providecommand\csname hline:color\endcsname{000}
\begin{document}
\EndPreamble
%%%%%%%%%%%%%%%%%
compile using:
$ make4ht -c config.cfg test.tex
Best regards
Michal