mathml Questions
4
Solved
My browser, Firefox 3.6, seems to display the Mathml equations in the W3C test suite just fine. But if I copy the code into my webpage, like from here, all Firefox produces is something like x y x ...
Discus asked 13/11, 2010 at 19:27
1
Solved
I can successfully copy equations made using the insert equation tool in MS word (2013) to the clipboard in MathML format for use elsewhere. However I mainly need to import into Word. Is there a wa...
3
Solved
I'm trying to figure out how to convert a MathML representation of a math equation and convert it to the LaTeX representation of that math equation. So for example...
<math>
<mrow>
&...
Refit asked 5/7, 2011 at 19:32
1
I plan to use Xcode to make an app for the iPhone that displays math equations that high school and college students often use. I do all my math with Mathematica, and it allows me to save such equa...
4
Solved
Do you know any open source tools or libraries (preferably Java, but that's not a strict requirement) in the GNU/Linux world that convert mathematical equations in LaTeX syntax to Content MathML or...
2
Given some MathML content:
<apply>
<eq/>
<ci>c</ci>
<apply>
<plus/>
<ci>a</ci>
<ci>b</ci>
</apply>
</apply>
a...
1
Solved
In my research group, we have different people doing algebraic modelling in different symbolic tools such as Symbolic Toolbox in Matlab and Sympy in Python. These models are then typically exported...
Spiky asked 21/7, 2012 at 10:52
3
do you know of a WYSIWYG equation editor, like DragMath, implemented in javascript/mathml or Flash?
I could embed DragMath as well, but I was wondering if there's a way to have a good WYSIW...
Butler asked 15/9, 2011 at 15:37
1
Solved
Everything I have found online shows rumours that WebKit development of MathML support is coming soon. Does anyone know where I might find an official statement of this work, and when (from an offi...
6
Solved
Are there any libraries which take MathML (or, even more preferably, OMML) and outputs a .PNG file?
I am putting together an export process for .docx files and, as a part of this process, I'd like...
1
Solved
I'd like to convert a MathML expression to an equation string in python, for which the MathDOM module should be good for.
An example would be:
<math xmlns="http://www.w3.org/1998/Math/MathML"&...
5
Solved
Is there such a thing as a small, self-contained library that will render an equation written in a text-based format (e.g. LaTeX or MathML) to an image (either vector or raster)?
It would b...
7
I'm a math teacher wanting to insert some dynamic math into a website. What I'd like to achieve is to have a button that a student can press to randomly vary a question so that it's the same type o...
Tolentino asked 23/10, 2010 at 14:48
1
At the moment the most popular component MathML.Net is not available for download, I am wondering if there are other .Net components that can help with this issue (can edit formulas, render them as...
1
Solved
I was trying to parse mathml document using JScience but was not succeed. Following is my piece of code.
import JSci.io.*;
import JSci.mathml.*;
.
.
public class ParsingMathML(){
try {
....
/...
2
Solved
I want to display LaTeX math in the gmail messages that I receive, so that for example $\mathbb P^2$ would show as a nice formula. Now, there are several Javascripts available (for example, this on...
Baksheesh asked 9/5, 2010 at 3:41
© 2022 - 2024 — McMap. All rights reserved.