disable use of mathml in online HTML docs
Issue #2611
resolved
In #2442 enabled MathJax output in additon to mathml since mathml support is being phased out in browsers. Right now version of tex4ht have started to produce incorrect MathML for some ET docs eg GRHydro’s use of \array
\begin{equation} \begin{array}{lcl} % tex4ht fails unless \mathbf is in a group \Delta_{\mathrm{upw}} & = & {\mathbf{q}}_{i} - {\mathbf{q}}_{i-1}\\ \Delta_{\mathrm{loc}} & = & {\mathbf{q}}_{i+1} - {\mathbf{q}}_{i}\,,\\ \end{array} \end{equation}
make tex4ht output invalid mathml:
Comments (6)
-
reporter -
reporter Please review.
-
reporter - changed status to open
-
reporter Will apply.
-
reporter -
reporter - changed status to resolved
- Log in to comment
Pull request is here: https://bitbucket.org/cactuscode/cactus/pull-requests/140/cactus-disable-mathml-use-in-html-docs