I'm trying to convert a LaTeX document (with lots of \input) into HTML:
latexml --includestyles document.tex
The warning I got:
Warning:missing_file:scrartcl Can't find binding for class scrartcl (using OmniBus)
I'm trying to convert a LaTeX document (with lots of \input) into HTML:
latexml --includestyles document.tex
The warning I got:
Warning:missing_file:scrartcl Can't find binding for class scrartcl (using OmniBus)
I never used latexml, but it seems that it needs a »binding« for every used documentclass and package. See e.g. here: https://github.com/kpj/LaTeXML_Bindings_WIP/blob/master/bindings/mathtools.sty.ltxml
And your error message probably hints to a missing binding file for scrartcl. Missing bindings for KOMA-script (scrartcl is a part of it) are discussed here: https://github.com/brucemiller/LaTeXML/issues/915
So you are out of luck, as it seems.
scrartcl. trymake4ht -u document.tex html5– michal.h21 Feb 08 '18 at 09:56! Undefined control sequence.\pgfsys@svg@newline ->\Hnewline– Feb 08 '18 at 09:59TikZ. see https://tex.stackexchange.com/a/386775/2891 for some discussion about possible workarounds – michal.h21 Feb 08 '18 at 10:26.pdfperfectly into.docxinstead? I tried Acrobat DC, works even with complextcolorbox. I thought Word would take in HTML better than it takes in PDF. – Feb 08 '18 at 10:32tex4htcan convert toODTformat which Word supports, but I am not sure how it will handle thetcolorboxes. – michal.h21 Feb 08 '18 at 10:56