Hi Nasser, > Now the HTML shows the tikz shapes. But all the text is missing. > i.e. for this MWE > > --------------------------- > \documentclass[12pt]{article} > \ifdefined\HCode > \def\pgfsysdriver{pgfsys-tex4ht-updated.def} > \fi > \usepackage{amsmath} > \usepackage{tikz} > > \begin{document} > > \begin{tikzpicture} > \node at (0,0) [circle, fill=yellow, inner sep=1pt] { some text}; > \end{tikzpicture} > > after tikz > \end{document} > -------------------------------
Don't use \def\pgfsysdriver{pgfsys-tex4ht-updated.def}, the correct driver is selected automatically, and it should be `pgfsys-dvisvgm4ht.def`, not `pgfsys-tex4ht-updated.def`. Best regards, Michal