Results 127 comments of Michal Hoftich

It should be already included in TeX Live, I've added it when I wrote my previous comment.

This works better: ``` \documentclass{article} \usepackage{tikz} \usepackage{pgfplots} \pgfplotsset{compat=1.12} \makeatletter \def\eqalignno#1{\displ@y \tabskip\@centering \halign to\displaywidth{\hfil$\@lign\displaystyle{##}$\tabskip\z@skip &$\@lign\displaystyle{{}##}$\hfil\tabskip\@centering &\llap{$\@lign##$}\tabskip\z@skip\crcr #1\crcr}} \makeatother \def\enum#1(#2:#3){\refstepcounter{equation} \label{#1#2} \eqno{({\mathrm{#1}\theequation}#3)}} \def\enuma#1(#2:#3){\refstepcounter{equation} \label{#1#2}({\mathrm{#1\theequation}}#3)} \def\eoldnum#1(#2:#3){\eqno{({\mathrm{#1\ref{#1#2}}#3)}}} \ifdefined\HCode% \newenvironment{picmath}{\Picture*{}$$}{$$\EndPicture} \else \newenvironment{picmath}{$$}{$$} \fi \begin{document} Beginning...

This file don't fail for me, but the commands that are reported as missing are provided by the Graphics package. Try to add it to your document, to see if...

And what version is `ooffice.4ht` (you can find it using `kpsewhich ooffice.4h`). The current version is from 2021-12-13. Try to update TeX4ht packages.

I don't really know much about Miktex, but I guess that this `pre-release` distribution should be similar to up-to date TeX Live, where everything except binaries is kept in sync...

The TeX4ht sources are not in CTAN, they go directly to TeX Live. Miktex takes them from TL, but only few times a year, so they can be quite old....

Ah, this LibreOffice math rendering is really frustrating. On the one hand, there are some issues with your TeX code - I would use `\mbox` instead of `\hbox`, and `\mathrm`...

I would recommend to not use the plain TeX constructs in LaTeX math, they are quite hard to handle correctly by TeX4ht :/ We produce only MathML code, not StarMath...

Regarding the LaTeX -> HTML -> Word way, I think you would find other issues, like footnotes, and probably others. You should try it though. Don't forget to try the...

Hi Peter, thanks for your reply. I meant that if LO or Word have issues with MathML import, these issues should be similar regardless of whether that MathML comes from...