Skip to content
Surf Wiki
Save to docs
linguistics

From Surf Wiki (app.surf) — the open knowledge base

MathML

Format for expressing mathematical formulae

MathML

Format for expressing mathematical formulae

FieldValue
titleMathML
long_nameMathematical Markup Language
native_name{{ubl
ISO/IEC 40314<ref name"iso-iec-standard"{{Cite web
urlhttps://www.iso.org/standard/58439.html
titleISO - ISO/IEC 40314:2016 - Information technology — Mathematical Markup Language (MathML) Version 3.0 2nd Edition
languageen
publication-date2016
access-date2021-04-06
websiteISO
native_name_langen
statusW3C Recommendation{{Cite web
urlhttps://www.w3.org/TR/2014/REC-MathML3-20140410/
titleMathematical Markup Language (MathML) Version 3.0 2nd Edition
publisherW3C
publication-date2014-04-10
access-date2021-04-06
editor-first1Davideditor-last1 = Carlisle
editor-first2Patrickeditor-last2 = Ion
editor-first3Roberteditor-last3 = Miner
first_published
version3.0
version_date
organizationW3C, ISO, IEC
committee{{ubl
ISO/IEC JTC 1<ref name"iso-iec-standard"/
editors{{ubl
David Carlisle<ref name"w3c-standard-2nd-ed"/
Patrick Ion<ref name"w3c-standard-2nd-ed"/
Robert Miner<ref name"w3c-standard-2nd-ed"/
Frédéric Wang<ref name"w3c-standard-core"{{Cite web
urlhttps://www.w3.org/TR/2022/WD-mathml-core-20220504/
titleMathML Core
publisherW3C
publication-date2022-05-04
access-date2023-03-03
editor-first1Davideditor-last1 = Carlisle
editor-first2Frédériceditor-last2 = Wang
authors{{Collapsible listtitle=Principal authors
}}<ref name"w3c-standard-2nd-ed"/
website{{ubl
base_standardsXML
related_standardsOpenMath, OpenDocument, OMDoc
abbreviationMathML

| Mathematical Markup Language | ISO/IEC 40314{{Cite web | publication-date = 2016 | access-date = 2021-04-06 | publication-date = 2014-04-10 | access-date = 2021-04-06 | editor-first1 = David | editor-last1 = Carlisle | editor-first2 = Patrick | editor-last2 = Ion | editor-first3 = Robert | editor-last3 = Miner | W3C Math Working Group | ISO/IEC JTC 1 | David Carlisle | Patrick Ion | Robert Miner | Frédéric Wang{{Cite web | publication-date = 2022-05-04 | access-date = 2023-03-03 | editor-first1 = David | editor-last1 = Carlisle | editor-first2 = Frédéric | editor-last2 = Wang | W3C: | ISO:

Mathematical Markup Language (MathML) is a pair of mathematical markup languages, an application of XML for describing mathematical notation and capturing both its structure and content. Its aim is to natively integrate mathematical formulae into World Wide Web pages and other documents. It is part of HTML5 and standardised by ISO/IEC since 2015.

History

Following some experiments in the Arena browser based on proposals for mathematical markup in HTML,{{cite web | access-date = 2023-03-03

MathML was originally designed before the finalization of XML namespaces. However, it was assigned a namespace immediately after the Namespace Recommendation was completed, and for XML use, the elements should be in the namespace with namespace URL http://www.w3.org/1998/Math/MathML. When MathML is used in HTML (as opposed to XML) this namespace is automatically inferred by the HTML parser and need not be specified in the document.{{cite web | access-date = 2023-03-03

MathML version 3

Version 3 of the MathML specification was released as a W3C recommendation on 20 October 2010. A recommendation of A MathML for CSS Profile was later released on 7 June 2011;{{cite web | access-date = 2013-07-25

The development of MathML 3.0 went through a number of stages. In June 2006, the W3C rechartered the MathML Working Group to produce a MathML 3 Recommendation until February 2008, and in November 2008 extended the charter to April 2010. A sixth Working Draft of the MathML 3 revision was published in June 2009. On 10 August 2010 version 3 graduated to become a "Proposed Recommendation" rather than a draft.{{cite web | access-date = 2012-05-09 | access-date = 2023-03-03 | access-date = 2023-03-03 | access-date = 2023-03-03

The Second Edition of MathML 3.0 was published as a W3C Recommendation on 10 April 2014. The specification was approved as an ISO/IEC international standard 40314:2015 on 23 June 2015.{{cite web | access-date = 2015-06-12 | archive-url = https://web.archive.org/web/20151002150927/http://mathml-association.org/about.html | url-status = usurped | archive-date = 2 October 2015 | access-date = 2016-06-20 | access-date = 2014-11-22

MathML Core

In August 2021, a new specification called MathML Core was published, described as the "core subset of Mathematical Markup Language, or MathML, that is suitable for browser implementation."{{cite web | access-date = 2023-03-03 | access-date = 2023-01-10

{{anchor|Generic MathML}}Presentation and semantics

| publication-date = 2003-10-21 | access-date = 2023-09-02 | publication-date = 2023-09-01 | access-date = 2023-09-02 | Presentation MathML | Content MathML | | MathML deals not only with the presentation but also the meaning of formula components (the latter part of MathML is known as "Content MathML"). Because the meaning of the equation is preserved separate from the presentation, how the content is communicated can be left up to the user. For example, web pages with MathML embedded in them can be viewed as normal web pages with many browsers, but visually impaired users can also have the same MathML read to them through the use of screen readers (e.g. using the VoiceOver in Safari). JAWS from version 16 onward supports MathML voicing as well as braille output.{{cite web | access-date = 2023-09-07

The quality of rendering of MathML in a browser depends on the installed fonts. The STIX Fonts project have released a comprehensive set of mathematical fonts under an open license. The Cambria Math font supplied with Microsoft Windows had slightly more limited support.{{citation | access-date = 2011-04-13

A valid MathML document typically consists of the XML declaration, DOCTYPE declaration, and document element. The document body then contains MathML expressions which appear in elements as needed in the document. Often, MathML will be embedded in more general documents, such as HTML, DocBook, or other XML-based formats.

Presentation MathML

Presentation MathML focuses on the display of an equation, and has about 30 elements. The elements' names all begin with . A Presentation MathML expression is built up out of tokens that are combined using higher-level elements, which control their layout. Finer details of presentation are affected by close to 50 attributes.

Token elements generally only contain characters (not other elements). They include:

  • – identifiers;
  • – operators;
  • – numbers;
  • – text.

Note, however, that these token elements may be used as extension points, allowing markup in host languages. MathML in HTML5 allows most inline HTML markup in mtext, and is conforming, with the HTML markup being used within the MathML to mark up the embedded text (making the first word bold in this example).

These are combined using layout elements, that generally contain only elements. They include:

  • – a horizontal row of items;
  • , , and others – superscripts, limits over and under operators like sums, etc.;
  • – fractions;
  • and – roots;
  • – surrounding content with fences, such as parentheses.

As usual in HTML and XML, many entities are available for specifying special symbols by name, such as and . An interesting feature of MathML is that entities also exist to express normally-invisible operators, such as (or the shorthand ) for implicit multiplication. They are:

  • (to distinguish \sin(x) from {\sin}\cdot x in \sin{x});
  • (to distinguish a_{m\times n} from a_{m,n} in a_{mn});
  • (vice versa);
  • (to distinguish 2 + \frac{1}{3} from 2 \cdot \frac{1}{3} in 2\tfrac{1}{3}).

The full specification of MathML entities{{cite web

Thus, the expression a x^2+b x+c requires two layout elements: one to create the overall horizontal row and one for the superscripted exponent. However, the individual tokens also have to be identified as identifiers (), operators (), or numbers (). Adding the token markup, the full form ends up as

<mrow>
	<mi>a</mi> <mo>&InvisibleTimes;</mo> <msup><mi>x</mi><mn>2</mn></msup>
	<mo>+</mo><mi>b</mi><mo>&InvisibleTimes;</mo><mi>x</mi>
	<mo>+</mo><mi>c</mi>
</mrow>

A complete document that consists of just the MathML example above, is shown here:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE math PUBLIC "-//W3C//DTD MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/mathml2.dtd">
<math xmlns="http://www.w3.org/1998/Math/MathML">
	<mrow>
		<mi>a</mi> <mo>&InvisibleTimes;</mo> <msup><mi>x</mi><mn>2</mn></msup>
		<mo>+</mo><mi>b</mi><mo>&InvisibleTimes;</mo><mi>x</mi>
		<mo>+</mo><mi>c</mi>
	</mrow>
</math>

Content MathML

Content MathML focuses on the semantics, or meaning, of the expression rather than its layout. Central to Content MathML is the element that represents function application. The function being applied is the first child element under , and its operands or parameters are the remaining child elements. Content MathML uses only a few attributes.

Tokens such as identifiers and numbers are individually marked up, much as for Presentation MathML, but with elements such as and . Rather than being merely another type of token, operators are represented by specific elements, whose mathematical semantics are known to MathML: , , etc. There are over a hundred different elements for different functions and operators.{{cite web

For example, represents \sin(x) and represents x+5. The elements representing operators and functions are empty elements, because their operands are the other elements under the containing .

The expression a x^2+b x+c could be represented as

<math>
	<apply>
		<plus/>
		<apply>
			<times/>
			<ci>a</ci>
			<apply>
				<power/>
				<ci>x</ci>
				<cn>2</cn>
			</apply>
		</apply>
		<apply>
			<times/>
			<ci>b</ci>
			<ci>x</ci>
		</apply>
		<ci>c</ci>
	</apply>
</math>

Content MathML is nearly isomorphic to expressions in a functional language such as Scheme and other dialects of Lisp. amounts to Scheme's , and the many operator and function elements amount to Scheme functions. With this trivial literal transformation, plus un-tagging the individual tokens, the example above becomes:

(plus
  (times a (power x 2))
  (times b x)
  c)

This reflects the long-known close relationship between XML element structures, and LISP or Scheme S-expressions.

Wikidata annotation in Content MathML

According to the OM Society,{{cite web

Example

The well-known quadratic formula could be represented in Presentation MathML as an expression tree made up from layout elements like or :

<math mode="display" xmlns="http://www.w3.org/1998/Math/MathML">
<semantics>
	<mrow>
		<mi>x</mi>
		<mo>=</mo>
		<mfrac>
			<mrow>
				<mo form="prefix">&minus;</mo>
				<mi>b</mi>
				<mo>&pm;</mo>
				<msqrt>
					<msup><mi>b</mi><mn>2</mn></msup>
					<mo>&minus;</mo>
					<mn>4</mn><mo>&it;</mo><mi>a</mi><mo>&it;</mo><mi>c</mi>
				</msqrt>
			</mrow>
			<mrow>
				<mn>2</mn>
				<mo>&it;</mo>
				<mi>a</mi>
			</mrow>
		</mfrac>
	</mrow>
	<annotation encoding="application/x-tex"><!-- TeX -->
		x = \frac{-b\pm\sqrt{b^2-4ac}}{2a}
	</annotation>
	<annotation encoding="StarMath 5.0">
		x = {-b plusminus sqrt {b^2 - 4 ac}} over {2 a}
	</annotation>
	<!-- More annotations can be written: application/x-troff-eqn for eqn, application/x-asciimath for AsciiMath... -->
	<!-- Semantic MathML go under <annotation-xml encoding="MathML-Content">. -->
</semantics>
</math>

This example uses the element, which can be used to embed a semantic annotation in non-XML format, for example to store the formula in the format used by an equation editor such as StarMath or the markup using LaTeX syntax. The field is usually a MIME type, although most of the equation encodings don't have such a registration; freeform text may be used in such cases.

Although less compact than other formats, the XML structuring of MathML makes its content widely usable and accessible, allows near-instant display in applications such as web browsers, and facilitates an interpretation of its meaning in mathematical software products. MathML is not intended to be written or edited directly by humans.{{cite web | access-date = 2006-09-26 | display-authors = etal

Embedding MathML in HTML/XHTML files

MathML, being XML, can be embedded inside other XML files such as XHTML files using XML namespaces.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
	"http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>
		<title>Example of MathML embedded in an XHTML file</title>
		<meta name="description" content="Example of MathML embedded in an XHTML file"/>
	</head>
	<body>
		<h1>Example of MathML embedded in an XHTML file</h1>
		<p>
			The area of a circle is 
			<math xmlns="http://www.w3.org/1998/Math/MathML">
				<mi>&#x03C0;<!-- π --></mi>
				<mo>&#x2062;<!-- &InvisibleTimes; --></mo>
				<msup>
					<mi>r</mi>
					<mn>2</mn>
				</msup>
			</math>.
		</p>
	</body>
</html>
A rendering of the formula for a circle in MathML+XHTML using Firefox 22 on Mac OS X

Inline MathML is also supported in HTML5 files. There is no need to specify namespaces as there was in XHTML.

<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<title>Example of MathML embedded in an HTML5 file</title>
	</head>
	<body>
		<h1>Example of MathML embedded in an HTML5 file</h1>
		<p>
			The area of a circle is 
			<math>
				<mi>&pi;</mi>
				<mo>&InvisibleTimes;</mo>
				<msup>
					<mi>r</mi>
					<mn>2</mn>
				</msup>
			</math>.
		</p>
	</body>
</html>

Embedding MathML in OpenDocument Office Suite files

MathML is natively supported within the ISO standardised OpenDocument Format, which is the default office suite file format used in LibreOffice, Collabora Online and others, these have the filename extensions .odt, .ods, and .odp. The specific XML element serves as a container for the MathML content, ensuring it is correctly interpreted within the OpenDocument framework.

Microsoft Office does not support MathML natively within its default proprietary XML file formats (.docx, .xlsx, .pptx): instead, it defines a different XML math syntax derived from older Microsoft Office products. When Microsoft Office saves equations in the OpenDocument Format, it may save equations as uneditable images, losing the ability for the equation to be edited in the future and causing loss of information. This is a Microsoft Office issue, workarounds exist, including: Updating Word, ensuring equations are in the latest format, disabling AutoSave and using the "Save as MathML" option.

Other standards

Another standard called OpenMath that has been more specifically designed (largely by the same people who devised Content MathML) for storing formulae semantically can be used to complement MathML. OpenMath data can be embedded in MathML using the element. OpenMath content dictionaries can be used to define the meaning of elements. The following would define P1(x) to be the first Legendre polynomial:

<apply>
	<csymbol encoding="OpenMath" definitionURL="http://www.openmath.org/cd/contrib/cd/orthpoly1.xhtml#legendreP">
		<msub><mi>P</mi><mn>1</mn></msub>
	</csymbol>
	<ci>x</ci>
</apply>

OpenMath support is part of the OpenDocument office suite specification, which explicitly allows embedding OpenMath objects alongside MathML. Such that MathML renders the equation and an OpenMath is a semantic representation so that software can compute with it. Office suites that default to using the OpenDocument standard, such as LibreOffice and Collabora Online currently stick to the MathML standard for interoperability, comparatively, OpenMath is not defined in Microsoft's proprietary document formats for docx, pptx, and xlsx.

The OMDoc format has been created for markup of larger mathematical structures than formulae, from statements like definitions, theorems, proofs, and examples, to complete theories and even entire text books. Formulae in OMDoc documents can either be written in Content MathML or in OpenMath; for presentation, they are converted to Presentation MathML.

References

References

  1. Steven DeRose. The SGML FAQ Book: Understanding the Relationship of SGML and XML, Kluwer Academic Publishers, 1997. {{isbn. 978-0-7923-9943-8.
  2. [[Canonical S-expressions#cite note-0]]
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about MathML — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report