pressbooks / pb-mathjax

A replacement for wp.com/latex.php but instead of LaTeX, it uses MathJax.
GNU General Public License v3.0
4 stars 1 forks source link

MathML w/ semantic tags fail in exports #9

Closed SteelWagstaff closed 5 years ago

SteelWagstaff commented 5 years ago

See Taylor's description in https://docs.google.com/document/d/1JaPOKq-yHjJL3cBdmVcj8yh3RGAVt-4vq9F9C4mJ8gI/edit#bookmark=id.v8fygaoi6bij

dac514 commented 5 years ago

Tested with

<math>
  <apply>
    <eq/>
    <apply>
        <plus/>
        <apply>
            <power/>
            <ci>x</ci>
            <cn>2</cn>
        </apply>
        <apply>
            <times/>
            <cn>4</cn>
            <ci>x</ci>
        </apply>
       <cn>4</cn>
    </apply>
    <cn>0</cn>
  </apply>
</math>

From: https://www.w3.org/Math/whatIsMathML.html

And it worked for me.

mcgratay commented 5 years ago

Fine in EPUB and MOBI, but still giving me errors in PDF. Screen Shot 2019-06-26 at 2 16 41 PM

mcgratay commented 5 years ago

Resolved.