Questions tagged [mathml]

An application of XML for describing mathematical notation and mathematical content

Mathematical Markup Language (MathML) is an application of XML for describing mathematical notations and capturing both its structure and content.

MathML deals not only with the presentation but also the meaning of formula components. Because the meaning of the equation is preserved separate from the presentation, how the content is communicated can be left up to the user.

  • "Presentation MathML" focuses on the display of an equation.
  • "Content MathML" focuses on the semantic meaning of the expression.

Inline MathML is also supported in HTML5 files in the upcoming versions of WebKit (Safari, Chrome), Gecko (Firefox) and Presto (Opera).

Useful references:

457 questions
98
votes
7 answers

Accessibility: recommended alt-text convention for SVG and MathML?

Overview HTML5 now allows and markup with an HTML document without depending on external namespaces (decent overview here). Both have their own alt-attribute analogs (see below) which are effectively ignored by today's screen-reader…
Courtney Christensen
  • 9,165
  • 5
  • 47
  • 56
47
votes
16 answers

Math equations on the web

How can I render Math equations on the web? I am already familiar with LaTeX's Math mode.
Justin R.
  • 23,435
  • 23
  • 108
  • 157
43
votes
12 answers

What's the best way to write Mathematical Equations on the Web?

I am working on a Math related web page and am looking for a solution to writing Mathematical equations easily onto a web page. There are several solutions readily available to me at the moment: Use LaTeX and publish them on my web page as…
Mike B
  • 12,768
  • 20
  • 83
  • 109
30
votes
5 answers

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 any (preferably all) of the following…
Tom R
  • 5,991
  • 9
  • 35
  • 41
28
votes
3 answers

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 formula editor without requiring the users to run a Java…
pesho
  • 1,232
  • 2
  • 13
  • 11
18
votes
4 answers

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 including large amount (5~20MB) of files in the…
Tae-Sung Shin
  • 20,215
  • 33
  • 138
  • 240
16
votes
1 answer

Copy MathML into Word to use as equation

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 way to import MathML format equation into word to be…
Yunti
  • 6,761
  • 12
  • 61
  • 106
15
votes
2 answers

Convert MathType equation embedded in OLE Binary file to MathML

I am trying to convert MathType's equation which is stored as OLE binary file to MathML using MathType's SDK. The input file for my program is a DocX which would contain embdedd MathType equations. I am looking for a solution thats independent of…
Srikanth Vittal
  • 476
  • 7
  • 22
15
votes
5 answers

Unable to render MathML content in Google Chrome

I have some MathML contents in HTML page and the page needs to be rendered in Google Chrome over HTTPS connection. So i tried to follow the approach said in the below link Displaying Mathml equations but it did not work (I copied the script in my…
Anirban
  • 925
  • 4
  • 24
  • 54
15
votes
4 answers

Is there a way to include math formulae in Scaladoc?

I would like to enter math formulae in Scaladoc documentation of mathematical Scala code. In Java, I found a library called LatexTaglet that can do exactly this for Javadoc, by writing formulae in Latex: http://latextaglet.sourceforge.net/ And it…
Choucri
  • 250
  • 1
  • 7
14
votes
3 answers

MathJax/jsMath alternatives?

Update from 2021: just use MathJax; you shouldn't be supporting old versions of IE any more. 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…
beerbajay
  • 19,652
  • 6
  • 58
  • 75
12
votes
2 answers

MathJax not working if loaded from local js file or if the source code is included

I am testing the MathJax javascript library in a local HTML file. It works and correctly renders math formulas if I include: script type='text/javascript' src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' in the…
P5music
  • 3,197
  • 2
  • 32
  • 81
11
votes
6 answers

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 extract equations and render them as .PNG files. …
Charles Chen
  • 1,395
  • 13
  • 22
10
votes
3 answers

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... x
Hristo
  • 45,559
  • 65
  • 163
  • 230
10
votes
4 answers

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 OpenMath? I need to convert tons of equations in…
Bolo
  • 11,542
  • 7
  • 41
  • 60
1
2 3
30 31