Tagged Questions
An application of XML for describing mathematical notation and mathematical content
20
votes
14answers
2k views
Math equations on the web
What is the best way for me to render Math equations on the web? I am familiar with LaTeX's Math mode.
11
votes
5answers
3k views
MathML and Java
I've been doing some research for a mathematical Android related project I'd like to embark upon and I stumbled across for the first time MathML.
Does anyone know of any Java libraries which can do ...
7
votes
7answers
233 views
how to add dynamic math to webpage
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 of ...
7
votes
6answers
1k views
MathML or OMML to PNG w/ .NET?
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 to ...
7
votes
7answers
1k views
Looking for a self-contained equation rendering library
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 be ...
6
votes
3answers
2k views
Greasemonkey script for inserting math in gmail
I wish an easy way to communicate mathematical equations with gmail.
There's a javascript script called AsciiMath, which should translate Tex-like equations into standard mathML.
I thought that it ...
5
votes
3answers
539 views
editor for creating mathml equations
I don't have much knowledge on mathml editors, we are already using rich:editor to edit html text. I would like to know the most commonly used mathematical equations editor which is browsed based and ...
4
votes
2answers
86 views
.NET Reporting framework good for science / math
I'm looking for a reporting tool for a .NET application used for engineering analysis. Right now we have a basic HTML-based reporting tool but would like to revamp it. Our main criteria are:
Able to ...
4
votes
1answer
58 views
Algorithm/Tool to convert pMathML to cMathML?
Does any one know of any known algorithm and/or open source project that converts presentation mathml to content mathml?
Javascript is preferable if there is any open source project. But any other ...
4
votes
1answer
603 views
MathJax/jsMath alternatives?
I want to use MathJax to display MathML equations, but its performance in IE is unacceptably slow (yes, I read about using EmulateIE7, this is also unacceptable as it would break other areas of the ...
4
votes
2answers
446 views
Funding for MathML rendering library
I have an unfinished MathML rendering library written in C++. I ceased development a few months ago due to lack of time. The library [still] uses the TrueType version (unsupported) of the STIX fonts ...
4
votes
1answer
483 views
Is there a library to evaluate MathML expressions?
Given some MathML content:
<apply>
<eq/>
<ci>c</ci>
<apply>
<plus/>
<ci>a</ci>
<ci>b</ci>
</apply>
</apply>
...
3
votes
1answer
174 views
How to practically display math formula in Android
I researched on this for quite a while and I know this kind of questions already answered. But I couldn't find a right answer showing how to practically deal with math formula in Android app. Without ...
3
votes
2answers
228 views
MathML to LaTeX conversion
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>
...
3
votes
2answers
75 views
Alternative for python-mathdom
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">
...
3
votes
2answers
174 views
using xsl to output the math expression
I want to use xslt to output the math expression from Mathml input. There must be some mistake in my transform. I don't know how to correct it. Could you help me? Should I use parameter or variable to ...
3
votes
4answers
609 views
Accessibility: recommended alt-text convention for SVG and MathML?
Overview
HTML5 now allows <svg> and <math> markup with an HTML document without depending on external namespaces (decent overview here). Both have their own alt-attribute analogs (see ...
3
votes
1answer
392 views
.NET component for Math ML which can edit formulas, render them as image
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 ...
3
votes
2answers
746 views
Run Javascript on the body of a Gmail message
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 one, ...
3
votes
2answers
971 views
Type Math Equation in Textbox
Is there any solution in ASP.NET/C# or Jquery for writing math equations as MathML is not very well supported by browsers.
Thanks
3
votes
4answers
2k views
MathML, Latex or similar for web-based WYSIWYG editor
I am looking for a web-based WYSIWYG (or WYSIWYM) editor like TinyMCE or WMD Editor (used to write this question) that supports users to write mathematical formulas. I have looked at LaTeX a little ...
3
votes
3answers
510 views
What the best way to get up to speed on MathML and its usage in the world?
What the best way to get up to speed on MathML and its usage in the world?
In particular I mean:
What do you use for rendering/editing it
Is it used in any commercial/open source applications that ...
2
votes
1answer
46 views
lxml/MathML XML Schema - How do I fix “content model is not determinist.” error?
I'm following the lxml validation documentation to build a class that validates a given XML string against the Math ML 3.0 schema. Here's the class:
class XMLSchema(object):
def __init__(self, ...
2
votes
1answer
114 views
Is there a C/C++ Library to convert MathML <-> Infix?
I'm looking for a C/C++ library that can convert MathML to infix and infix to MathML, eg given:
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
...
2
votes
2answers
222 views
Embeddable WYSIWYG equation editor
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 WYSIWYG ...
2
votes
1answer
115 views
Converting Simplified Math Notation to Latex/MathML
I'm trying to implement a way for users to input simplified math notation, rather than the conventional LaTex notation. The result of the expression would then be rendered using MathJax. But I can't ...
2
votes
1answer
121 views
Does LINQ to XML ignore includes from a DTD?
I'm using the MathML DTD for parsing MathML using System.Xml.Linq. While the ordinary MathML stuff gets recognized fine, the MMLEXTRA include in the DTD gets ignored and I get errors. Here's the code ...
2
votes
3answers
274 views
Displaying Mathml equations
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 y ...
2
votes
3answers
443 views
Math notation font
Is there a font that can be used for math notation? I'm thinking there isn't. If that is the case, does anyone know what the simplest route is to having nice math notation in my iPad app?
Update: ...
2
votes
3answers
434 views
Tools for converting LaTeX equations to Content MathML or OpenMath?
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
votes
1answer
396 views
Math rendering library for iPhone OS
Is there a library to render mathematical equations that can be used in iPhone OS?
I would be very happy with a library that renders MathML or LaTeX to a format that iPhone OS can display.
If the ...
2
votes
1answer
1k views
How to render MathML using C#
I am currently doing a project in C# that requires rendering MathML for the user. I can't seem to find anything on the topic that is useful. Any help appreciated.
2
votes
3answers
1k views
Math in Safari (especially iPhone)
Is there an easy way to display math in the Safari web browser? My main target is the iPhone safari.
2
votes
3answers
3k views
Convert MathML to MathType in MS Word
I am writing a converter from XML&MathML to MS Word document.
I'm using MFC and Word automation, so there's no problem in writing text like this:
_Application app;
COleVariant ...
1
vote
1answer
47 views
Is there an official statement of when MathML will be available on the iPhone/iPad?
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 ...
1
vote
1answer
47 views
Is it possible to put HTML inside TeX/MathML with MathJax the way it can be done with jqMath?
Using jqMath you can use \html to insert html inside mathematical expressions, such as in
\[y = ax^\html'<input type="text" size=1>'+bx+c\]
This results in the following expression ...
1
vote
1answer
47 views
XSL copy-of copies outer node
I'm trying to process the following XML snippet:
<inlineequation><mml:math>
<!-- eqn: [-1,1]:-->
<mml:mfenced open="[" close="]">
...
1
vote
3answers
291 views
What can be rendered in foreignObject element when SVG is embedded in HTML5?
HTML5 supports SVG via the svg element. Other languages can be embedded within SVG using the foreignObject element. HTML can be rendered in such, as can MathML. What else can be rendered with ...
1
vote
2answers
127 views
Python expression to MathML
I would like to be able to convert a python mathematical expression into content MathML using Python. The goal would be to turn an expression like (a*x^2 + b*x + c)/(2*a) into the content MathML ...
1
vote
1answer
82 views
regex to detect MathML in textarea in JavaScript
I'm using CodeMirror and trying to create my own version of the mode-changing demo. I have a <textarea> on which I listen for changes and when there is a change, I want to look at the value in ...
1
vote
1answer
227 views
Parsing with SAX and handling character entities
I am parsing a MathML expression with SAX (although the fact that it's MathML may not be completely relevant). An example input string is
<math xmlns='http://www.w3.org/1998/Math/MathML'>
...
1
vote
2answers
90 views
How to add a mathematical notation into html document (inline)
How can I write mathematical notation (ital, sub/sup script, greek letters) in and html page. I need this letters to be inline. I tried wrapping them with <MI></MI> or ...
1
vote
1answer
85 views
Which browsers do support MathML?
We are going to start working on TeX to MathML translator soon. So, I am wondering which browsers (and starting from what version) do officially support MathML? Thanks
1
vote
1answer
203 views
Is there any MathML Renderer Component for .Net App?
Is there any component of MathML Renderer which can be used by Dot Net App? I hope you could help me find one no matter how much it costs.
Detailed Requirements:
it can provides a control for ...
1
vote
1answer
192 views
error producing SVG from sympy / svgmath
I am trying to render algebra as an SVG using sympy and svgmath. I have the file 'svgmath.xml' in the root directory. Unfortunately I get: 'ImportError: No module named libxml2'. I'm not sure of the ...
1
vote
1answer
315 views
render latex / mathml with PySide
I have a small program that renders a typed equation on the fly using SymPy's 'pretty-printing' facility. This works fine but doesn't look very professional. As SymPy will produce latex or mml I was ...
1
vote
2answers
209 views
how to detect MathML tag support (<mfrac>,<mtable>) from javascript?
I can detect MathML support with:
var e = document.createElement('div');
e.innerHTML = '<math></math>';
var mathMLSupported = e.firstChild && "namespaceURI" in ...
1
vote
2answers
206 views
Incorporating MathML in Google Blogger posts
I'd like to format maths equations using MathML, with LaTeX-like syntax, in my blog posts hosted by Google Blogger; but references, on Google's site and elsewhere, to articles on how to conveniently ...
1
vote
2answers
230 views
MathJax doesn't render the “less-than sign”
I'm trying to display the less-than sign using MathJax to render MathML input... currently working on Firefox but will be expanding to other browsers. I have tried displaying the sign in different ...
1
vote
0answers
163 views
MathML expression simplify/evaluate API
Does anybody know of a Java based MathML evaluator API? Specifically, I amlooking for something that will take a MathML document, and evaluate theconstant sections.
Example: If the MathML document ...