this is just FYI; I think there is a problem with tex4ht when compiling a small example using mathml mode.
Easier to post this question on tex exchange (screen shots). But thought some here might be interested to know about it. http://tex.stackexchange.com/questions/163746/tex4ht-compile-error-using-mathml-switch-using-multline-with-pmatrix-and-easybma ---------------------------------- \documentclass{article} \usepackage{amsmath} \usepackage{easybmat} \begin{document} \begin{multline*} \bgroup \renewenvironment{pmatrix}{\left(\begin{BMAT}(@){c.c}{c.c}} {\end{BMAT}\right)} \begin{pmatrix} A & B\\ C & D \end{pmatrix} \egroup \end{multline*} \end{document} htlatex foo.tex "htm,mathml" (/usr/local/texlive/2013/texmf-dist/tex/generic/tex4ht/html4-uni.4ht)) (./foo.aux) l.16 --- TeX4ht warning --- \halign translated into linear text --- ! Missing # inserted in alignment preamble. <to be read again> & l.16 \end{multline*} ? ----------------------------- thank you, --Nasser
