https://bugzilla.wikimedia.org/show_bug.cgi?id=15870

--- Comment #3 from physikerwelt <[email protected]> ---
There is a partial solution for that:

You can use the MathML (LaTeXML) rendering mode.
The downside is that users that have browsers that are not support HTML5 fully
(i.e. MathML) have to use enabling technology like MathJaX or MathPlayer to
display math correctly.
But it's even worth. The browsers don't even know that they can not display
MathML reasonably well and just output the text elements. cf
http://html5test.com/compare/feature/parsing-mathml.html
So it's hard to filter browsers that support reasonably well MathML rendering
and those that don't.

We tried to convert the texvc output via pdflatex to svg. For most cases that
works fine. However there are lot of corner cases and issues and it seems not
to be a very elegant solution.
Our main idea for the future, is to convert MathML to SVG to overcome the
browsers weaknesses at the server side. However at the moment we are not aware
of a tool that can do the job correctly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to