by aplaice on 3/9/19, 6:41 AM with 86 comments
by fdej on 3/9/19, 12:00 PM
MathML still hasn't caught on after two decades, for three reasons: 1) not working in all browsers; 2) even when it worked, the rendering was often buggy or plain ugly; 3) no one wants to write MathML directly.
MathJax instantly solved all problems, which made it an overnight success. MathML might be able to overcome 1) and 2), but 3) should not be underestimated. MathJax will be around as long as it is the most convenient solution for showing equations in a browser (no user-side compilation required), and rendering times and network traffic will suffer accordingly.
by est31 on 3/9/19, 10:39 AM
Igalia had already been improving WebKit's [1] MathML renderer and they had a fundraiser for the Chromium MathML work for a long time. Now they seem to collected enough to start with it. It's one of the great advantages of open source that a small company like Igalia can just go and improve multiple rendering engines used by billions of people.
[1]: https://webkit.org/blog/6803/improvements-in-mathml-renderin...
by notthingnill on 3/9/19, 9:50 AM
wxMaxima is something like jupyter notebook but developed with wxWindows by a solo developer. ?? is help for command
I just copy pasted:
(%i2) ?? mathml; -- Function: mathml_display (<form>) Produces MathML output. (%i1) load("alt-display.mac")$ (%i2) set_alt_display(2,mathml_display); <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>mlabel</mi> <mfenced separators=""><msub><mi>%o</mi> <mn>2</mn></msub> <mo>,</mo><mi>done</mi> </mfenced> </math> (%o2) true
by dtf on 3/9/19, 9:18 AM
https://runarberg.github.io/ascii2mathml/
(it helps to have the LaTeX Computer Modern fonts installed locally, which for some reason aren't imported on this page)
by bjoli on 3/9/19, 7:44 AM
by sanxiyn on 3/9/19, 8:11 AM
by 75dvtwin on 3/9/19, 11:42 AM
Does anybody know if this will translate to chromium based web toolkits (eg QT), and MS Edge (soon to be based on chromium), and therefore, React-XP [1] ?
by mymythisisthis on 3/10/19, 1:41 PM