Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MathML in Readium does not render some constructs correctly #307

Open
rkwright opened this issue Mar 26, 2015 · 8 comments
Open

MathML in Readium does not render some constructs correctly #307

rkwright opened this issue Mar 26, 2015 · 8 comments

Comments

@rkwright
Copy link
Member

A MathML=enabled book submitted by Jean Kaplansky about another Readium issue, does not render correctly:
mathml-issue

@rkwright
Copy link
Member Author

From Peter Krautzberger:
Thanks, Jean. I can reproduce it in Readium but not outside of it.

@Readium-devs does anyone have a build for the Chrome app that integrates MathJax 2.5 or 2.5.1?

@rkwright
Copy link
Member Author

I don't believe we have done so yet.

@danielweck
Copy link
Member

@pkra provided useful info regarding the upgrade to MathJax v2.5, the build script "just" needs to be looked into:
#262

@pkra
Copy link

pkra commented Mar 29, 2015

Let me know if you need anything else. On the one hand, it's obviously a MathJax bug on the other hand I can only reproduce this bug in Readium right now. So I'm hoping 2.5 or 2.5.1 will just make it disappear (silly hope, I know ;-) ).

BTW, my single-build repo has a build for 2.5 (I should update that to 2.5.1 though). So if someone could just grab that MathJax.js file and use it for a build of the chrome app (and send that to me) that'd be great.

@pkra
Copy link

pkra commented Mar 29, 2015

FYI, I updated the build in my single-build repo to 2.5.1 (and updated the Grunt file -- I need to split MathJax.js programmatically on of these days, sigh..)

@danielweck
Copy link
Member

@pkra
Copy link

pkra commented Feb 4, 2016

Assuming the underlying MathML was something like

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mo>(</mo>
    <mfrac>
      <mn>1</mn>
      <mn>2</mn>
    </mfrac>
    <mfrac>
      <mn>11</mn>
      <mn>2</mn>
    </mfrac>
    <mo>)</mo>
  </mrow>
</math>

then I can't reproduce this on the latest build.

@danielweck
Copy link
Member

I suggest we close this old issue, as there is no EPUB to test with (just a screenshot).
We have other EPUBs to test with (linear algebra, testsuite #100, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants