MathML: Difference between revisions

Content deleted Content added
lkabkj;lsaa
Tag: Reverted
Undid revision 1307712709 by 151.236.180.121 (talk): Test edit.
 
(44 intermediate revisions by 28 users not shown)
Line 1:
{{short description|Format for expressing mathematical formulae}}
{{Self referencefor|For a guide on using MathML and math tags on Wikipedia, see [[|Help:Displaying a formula]].|selfref=y}}
{{Use dmy dates|date=February 2021}}
{{Infobox technology standard
| title = MathML
| long_name = Mathematical Markup Language
| native_name = {{ubl
| Mathematical Markup Language
| ISO/IEC 40314<ref name="iso-iec-standard">{{Cite web
| url = https://www.iso.org/standard/58439.html
| title = ISO - ISO/IEC 40314:2016 - Information technology — Mathematical Markup Language (MathML) Version 3.0 2nd Edition
| language = en
| publication-date = 2016
| access-date = 2021-04-06
| website = ISO
}}</ref>
}}
| native_name_lang = en
| status = W3C Recommendation<ref name="w3c-standard-2nd-ed">{{Cite web
| url = https://www.w3.org/TR/2014/REC-MathML3-20140410/
| title = Mathematical Markup Language (MathML) Version 3.0 2nd Edition
| publisher = W3C
| 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
}}</ref>
| first_published = {{Start date|1998|04}}
| version = 3.0<ref name="w3c-standard-2nd-ed"/>
| version_date = {{Start date and age|2014|04|10}}<ref name="w3c-standard-2nd-ed"/>
| organization = [[World Wide Web Consortium|W3C]], [[International Organization for Standardization|ISO]], [[International Electrotechnical Commission|IEC]]<ref name="iso-iec-standard"/>
| committee = {{ubl
| W3C Math Working Group
| [[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
| url = https://www.w3.org/TR/2022/WD-mathml-core-20220504/
| title = MathML Core
| publisher = W3C
| publication-date = 2022-05-04
| access-date = 2023-03-03
| editor-first1 = David | editor-last1 = Carlisle
| editor-first2 = Frédéric | editor-last2 = Wang
}}</ref>
}}
| authors = {{Collapsible list|title=Principal authors|
{{blist|Ron Ausbrooks|Stephen Buswell|David Carlisle|Giorgi Chavchanidze|Stéphane Dalmas|Stan Devitt|Angel Diaz|Sam Dooley|Roger Hunter|Patrick Ion|Michael Kohlhase|Azzeddine Lazrek|Paul Libbrecht|Bruce Miller|Robert Miner|Chris Rowley|Murray Sargent|Bruce Smith|Neil Soiffer|Robert Sutor|Stephen Watt}}
}}<ref name="w3c-standard-2nd-ed"/>
| website = {{ubl
| W3C: {{URL|https://www.w3.org/TR/MathML/}}
| ISO: {{URL|https://www.iso.org/standard/58439.html}}
}}
| base_standards = [[XML]]
| related_standards = [[OpenMath]], [[OpenDocument]], [[Office Open XML]], {{abbr|[[OMDoc]]|Open Mathematical Documents}}
| abbreviation = MathML
}}
 
'''Mathematical Markup Language''' ('''MathML''') is a pair of [[mathematical markup language]]s, an application of [[XML]] for describing [[mathematics|mathematical]] notations 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 [[International Organization for Standardization|ISO]]/IEC since 2015.<ref name="iso-iec-standard"/>
 
== History ==
Following some experiments in the [[Arena browser]] based on proposals for mathematical markup in HTML,<ref>{{cite web
| title = 12 - Mathematical Equations
| url = https://www.w3.org/MarkUp/HTMLPlus/htmlplus_45.html
| date = 1993-11-08
}}</ref> MathML 1 was released as a W3C recommendation in April 1998 as the first [[XML]] language to be recommended by the [[W3C]]. Version 1.01 of the format was released in July 1999 and version 2.0 appeared in February 2001. Implementations of the specification appeared in [[Amaya (web editor)|Amaya 1.1]], [[Firefox|Mozilla 1.0]] and [[Opera 9.5]].<ref>{{cite web
| title = Mozilla 1.0 Released!
| url = http://www.mozillazine.org/articles/article2278.html
| date = 2002-06-05
| access-date = 2023-03-03
}}</ref><ref name="opera-kestrel">{{citation
| url = http://dev.opera.com/articles/view/can-kestrels-do-math-mathml-support-in/
| title = Can Kestrels do Math? MathML support in Opera Kestrel
| first = Charles | last = McCathieNevile
| date = 2007-09-27
| publisher = Opera
}}</ref> In October 2003, the second edition of MathML Version 2.0 was published as the final release by the [[World Wide Web Consortium|W3C Math Working Group]].
 
MathML was originally designed before the finalization of [[XML namespace]]s. 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 ''<nowiki>http://www.w3.org/1998/Math/MathML</nowiki>''. 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.<ref>{{cite web
| title = HTML Living Standard
| url = https://html.spec.whatwg.org/#parsing-main-inbody:mathml-namespace
| access-date = 2023-03-03
}}</ref>
 
=== MathML version 3 ===
Version 3 of the MathML specification was released as a [[World Wide Web Consortium#W3C recommendation (REC)|W3C recommendation]] on 20 October 2010. A recommendation of ''A MathML for CSS Profile'' was later released on 7 June 2011;<ref name=CSSProfile>{{cite web
| title = A MathML for CSS Profile
| url = https://www.w3.org/TR/mathml-for-css/
| publisher = W3C
| access-date = 2013-07-25
| date = 2011-06-07
}}</ref> this is a subset of MathML suitable for CSS formatting. Another subset, ''Strict Content MathML'', provides a subset of content MathML with a uniform structure and is designed to be compatible with [[OpenMath]]. Other content elements are defined in terms of a transformation to the strict subset. New content elements include {{code|<bind>|lang=XML}} which associates bound variables ({{code|<bvar>|lang=XML}}) to expressions, for example a summation index. The new {{code|<share>|lang=XML}} element allows structure sharing.<ref name="V3"/>
 
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.<ref name="V3">{{cite web
| url = https://www.w3.org/TR/MathML3/
| title = Mathematical Markup Language Version 3.0 W3C Recommendation
| website = W3.org
| access-date = 2012-05-09
}}</ref> An implementation of MathML 2 landed in [[WebKit]] around this same time,<ref>{{cite web
| title = Announcing…MathML!
| url = https://webkit.org/blog/1366/announcing%e2%80%a6mathml/
| date = 2010-08-17
| first = Beth | last = Dakin
| access-date = 2023-03-03
}}</ref> with a [[Chromium (web browser)|Chromium]] implementation following a couple of years later,<ref>{{cite web
| title = A web developer's guide to the latest Chrome Beta
| url = https://blog.chromium.org/2012/11/a-web-developers-guide-to-latest-chrome.html
| date = 2012-11-08
| access-date = 2023-03-03
}}</ref> although that implementation was removed from Chromium after less than a year.<ref>{{cite web
| title = Comment 32 on Issue 152430: Enabling support for MathML
| url = https://bugs.chromium.org/p/chromium/issues/detail?id=152430#c32
| date = 2013-02-05
| access-date = 2023-03-03
}}</ref>
 
The Second Edition of MathML 3.0 was published as a W3C Recommendation on 10 April 2014.<ref name="w3c-standard-2nd-ed"/> The specification was approved as an [[International Electrotechnical Commission|ISO/IEC]] international standard 40314:2015 on 23 June 2015.<ref>{{cite web
| url = https://www.w3.org/2015/06/mathmlpas.html.en
| title = W3C MathML 3.0 Approved as ISO/IEC International Standard
| website = W3.org
| date = 2015-06-23
| access-date = 2015-06-12
}}</ref> Also in 2015, the MathML Association was founded to support the adoption of the MathML standard.<ref>{{citation
| url = http://mathml-association.org/about.html
| archive-url = https://web.archive.org/web/20151002150927/http://mathml-association.org/about.html
| url-status = usurped
| archive-date = 2 October 2015
| title = Mondial Association for Tools Handling MathML
| access-date = 2016-06-20
| author1 = Deyan Ginev
| author2 = Michael Kohlhase
| author3 = Moritz Schubotz
| author4 = Raniere Silva
| author5 = Frédéric Wang
}}</ref> At that time, according to a member of the [[MathJax]] team, none of the major browser makers paid any of their developers for any MathML-rendering work; whatever support existed was overwhelmingly the result of unpaid volunteer time/work.<ref>{{cite web
| url = http://radar.oreilly.com/2013/11/mathml-forges-on.html
| title = MathML forges on
| first = Peter | last = Krautzberger
| work = oreilly.com
| date = 2013-11-01
| access-date = 2014-11-22
}}</ref>
 
=== 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."<ref>{{cite web
| title = MathML Core
| url = https://www.w3.org/TR/2022/WD-mathml-core-20220504/#abstract
| date = 2022-05-04
| access-date = 2023-03-03
}}</ref> MathML Core set itself apart from MathML 3.0 by including detailed rendering rules and integration with [[CSS]], automated browser support testing resources, and focusing on a fundamental subset of MathML. An implementation was added to Chromium at the beginning of 2023.<ref name="igalia-chrome-109">{{cite web
| url = https://www.igalia.com/2023/01/10/Igalia-Brings-MathML-Back-to-Chromium.html
| title = Igalia Brings MathML Back to Chromium
| date = 2023-01-10
| access-date = 2023-01-10
| publisher = Igalia News
}}</ref>
 
== {{anchor|Generic MathML}}Presentation and semantics ==
{{Infobox file format
| name = Generic MathML
| extension = .mml<ref name="mathml-media-types"/><ref name="w3c-mathml2-ch7">{{Cite web
| icon =
| url = https://www.w3.org/TR/MathML2/chapter7.html#id.7.1.3
<!-- | screenshot = [[File:HTML.svg|200px]] -->
| title = The MathML Interface
<!-- | extension = .html, .htm
| quote = The W3C Math Working Group recommends the standard file extension <code>.mml</code> used for browser registry.
| mime = text/html
| type codepublisher = TEXTW3C
| publication-date = 2003-10-21
| uniform type = public.html -->
| access-date = 2023-09-02
}}</ref>
| mime = application/mathml+xml<ref name="mathml-media-types">{{Cite web
| url = https://w3c.github.io/mathml-docs/mathml-media-types/#media-types-mathml
| title = MathML Media-type Declarations
| first = Paul | last = Libbrecht
| publisher = W3C
| publication-date = 2023-09-01
| access-date = 2023-09-02
}}</ref>
| type code = <code>MML </code>
| uniform type = {{mono|public.mathml}}
| conforms to = {{mono|public.xml}}
| owner = [[World Wide Web Consortium]]
| genretype = [[MarkupMathematical markup language]]
| container for =
| contained by =
| extended from = [[XML]]
<!-- | extended to = [[XHTML]] -->{{ubl
| [[#Presentation MathML | Presentation MathML]]
| standard = [http://www.w3.org/Math/ W3C MathML]
| [[#Content MathML | Content MathML]]
}}
{{Infobox technology| standard = {{ubl
| {{URL|https://www.w3.org/Math/|W3C MathML}}<ref name="V3"/>
| title = MathML
| {{URL|https://www.iso.org/standard/58439.html|ISO/IEC 40314}}<ref name="iso-iec-standard"/>
| long_name = Mathematical Markup Language
}}
| native_name = {{Plainlist|
| open = Yes
* Mathematical Markup Language
* ISO/IEC 40314<ref name="iso-iec-standard">{{Cite web|url=https://www.iso.org/standard/58439.html|title=ISO - ISO/IEC 40314:2016 - Information technology — Mathematical Markup Language (MathML) Version 3.0 2nd Edition|language=en|publication-date=2016|access-date=2021-04-06|publisher=ISO|website=ISO}}</ref>
}}
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 (web browser)|Safari]]). [[JAWS (screen reader)|JAWS]] from version 16 onward supports MathML voicing as well as braille output.<ref>{{cite web
| native_name_lang = en
| title = JAWS Version 16
| image =
| url = https://support.freedomscientific.com/downloads/jaws/JAWSWhatsNew?version=16
| caption =
| access-date = 2023-09-07
| status = W3C Recommendation<ref name="w3c-standard-2nd-ed">{{Cite web|url=https://www.w3.org/TR/2014/REC-MathML3-20140410/|title=Mathematical Markup Language (MathML) Version 3.0 2nd Edition|publisher=W3C|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
}}</ref>
 
| year_started = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
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.<ref name="Vismor">{{citation
| first_published = {{Start date|1998|04}}
| url = https://vismor.com/documents/site_implementation/viewing_mathematics/viewing_mathematics.php
| version = 3.0<ref name="w3c-standard-2nd-ed" />
| title = Viewing Mathematics on the Internet
| version_date = {{Start date and age|2014|04|10}}<ref name="w3c-standard-2nd-ed" />
| access-date = 2011-04-13
| preview =
| preview_date first = Timothy | last = Vismor
}}</ref>
| organization = [[World Wide Web Consortium|W3C]], [[International Organization for Standardization|ISO]], [[International Electrotechnical Commission|IEC]]<ref name="iso-iec-standard" />
 
| committee = {{Plainlist|
A valid MathML document typically consists of the XML declaration, [[Document type declaration|DOCTYPE]] declaration, and document element. The document body then contains MathML expressions which appear in {{tag|math|o|link=yes}} elements as needed in the document. Often, MathML will be embedded in more general documents, such as [[HTML]], [[DocBook]], or other [[XML]]-based formats.
* W3C Math Working Group
 
* [[ISO/IEC JTC 1]]<ref name="iso-iec-standard" />
=== Presentation MathML ===
}}
{{Infobox file format
| editors = {{Plainlist|
| name = Presentation MathML
* David Carlisle<ref name="w3c-standard-2nd-ed" />
*| Patrickmime Ion= application/mathml-presentation+xml<ref name="w3cmathml-standardmedia-2nd-edtypes" />
| type code = <code>MMLp</code>
* Robert Miner<ref name="w3c-standard-2nd-ed" />
| uniform type = {{mono|public.mathml.presentation}}
}}
| conforms to = {{mono|public.mathml}}
| authors = {{Collapsible list|title=Principal authors|
| extended from = [[#Generic MathML|Generic MathML]]
* Ron Ausbrooks
* Stephen Buswell
* David Carlisle
* Giorgi Chavchanidze
* Stéphane Dalmas
* Stan Devitt
* Angel Diaz
* Sam Dooley
* Roger Hunter
* Patrick Ion
* Michael Kohlhase
* Azzeddine Lazrek
* Paul Libbrecht
* Bruce Miller
* Robert Miner
* Chris Rowley
* Murray Sargent
* Bruce Smith
* Neil Soiffer
* Robert Sutor
* Stephen Watt
}}<ref name="w3c-standard-2nd-ed" />
| base_standards = [[XML]]
| related_standards = [[OpenMath]], [[Office Open XML]], {{abbr|[[OMDoc]]|Open Mathematical Documents}}
| abbreviation = MathML
| ___domain =
| license =
| website = {{Plainlist|
* W3C: {{URL|https://www.w3.org/TR/MathML/}}
* ISO: {{URL|https://www.iso.org/standard/58439.html}}
}}
Presentation MathML focuses on the display of an equation, and has about 30 elements. The elements' names all begin with {{code|m}}. 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:
* {{code|lang=XML|<mi>x</mi>}} – identifiers;
* {{code|lang=XML|<mo>+</mo>}} – operators;
* {{code|lang=XML|<mn>2</mn>}} – numbers;
* {{code|lang=XML|<mtext>such that</mtext>}} – 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 {{code|lang=XML|<mtext><b>non</b> zero</mtext>}} 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:
* {{code|lang=XML|<mrow>}} – a horizontal row of items;
* {{code|lang=XML|<msup>}}, {{code|lang=XML|<munderover>}}, and others – superscripts, limits over and under operators like sums, etc.;
* {{code|lang=XML|<mfrac>}} – fractions;
* {{code|lang=XML|<msqrt>}} and {{code|lang=XML|<mroot>}} – roots;
* {{code|lang=XML|<mfenced>}} – surrounding content with fences, such as parentheses.
 
As usual in HTML and XML, many [[character entity reference|entities]] are available for specifying special symbols by name, such as {{code|lang=HTML|&pi;}} and {{code|lang=HTML|&RightArrow;}}. An interesting feature of MathML is that entities also exist to express normally-invisible operators, such as {{code|lang=HTML|&InvisibleTimes;}} (or the shorthand {{code|lang=HTML|&it;}}) for implicit multiplication. They are:
* {{unichar|2061|FUNCTION APPLICATION}} (to distinguish <math>\sin(x)</math> from <math>\sin\cdot x</math> in <math>\sin{x}</math>);
* {{unichar|2062|INVISIBLE TIMES}} (to distinguish <math>a_{m\times n}</math> from <math>a_{m,n}</math> in <math>a_{mn}</math>);
* {{unichar|2063|INVISIBLE SEPARATOR}} (vice versa);
* {{unichar|2064|INVISIBLE PLUS}} (to distinguish <math>2 + \frac{1}{3}</math> from <math>2 \cdot \frac{1}{3}</math> in <math>2\tfrac{1}{3}</math>).
 
The full specification of MathML entities<ref>{{cite web
| url = http://www.w3.org/TR/MathML3/chapter7.html
| title = Characters, Entities and Fonts
| website = W3.org
}}</ref> is closely coordinated with the corresponding specifications for use with HTML and XML in general.<ref>{{cite web
| url = http://www.w3.org/TR/xml-entity-names/Overview.html
| title = XML Entity Definitions for Characters (2nd Edition)
| website = W3.org
}}</ref>
 
Thus, the expression <math>a x^2+b x+c</math> 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 ({{code|lang=XML|<mi>}}), operators ({{code|lang=XML|<mo>}}), or numbers ({{code|lang=XML|<mn>}}). Adding the token markup, the full form ends up as
 
<syntaxhighlight lang="xml">
<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>
</syntaxhighlight>
 
A complete document that consists of just the MathML example above, is shown here:
 
<syntaxhighlight lang="xml">
<?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>
</syntaxhighlight>
 
=== Content MathML ===
{{Infobox file format
| name = Content MathML
| mime = application/mathml-content+xml
| type code = <code>MMLc</code>
| uniform type = {{mono|public.mathml.content}}
| conforms to = {{mono|public.mathml}}
| extended from = [[#Generic MathML|Generic MathML]]
}}
Content MathML focuses on the semantics, or meaning, of the expression rather than its layout. Central to Content MathML is the {{code|lang=XML|<apply>}} element that represents function application. The function being applied is the first child element under {{code|lang=XML|<apply>}}, 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 {{code|lang=XML|<ci>}} and {{code|lang=XML|<cn>}}. Rather than being merely another type of token, operators are represented by specific elements, whose mathematical semantics are known to MathML: {{code|lang=XML|<times>}}, {{code|lang=XML|<power>}}, etc. There are over a hundred different elements for different functions and operators.<ref>{{cite web
'''Mathematical Markup Language''' ('''MathML''') is a [[mathematical markup language]], an application of [[XML]] for describing [[mathematics|mathematical]] notations and capturing both its structure and content. It aims at integrating mathematical formulae into [[World Wide Web]] pages and other documents. It is part of [[HTML5]] and is a ISO/IEC standard [https://www.iso.org/standard/58439.html ISO/IEC 40314] since 2015.
| url = http://www.w3.org/TR/MathML3/chapter4.html#contm.opel
| title = Content Markup
| website = W3.org
}}</ref>
 
For example, {{code|lang=XML|<apply><sin/><ci>x</ci></apply>}} represents <math>\sin(x)</math> and {{code|lang=XML|<apply><plus/><ci>x</ci><cn>5</cn></apply>}} represents <math>x+5</math>. The elements representing operators and functions are empty elements, because their operands are the other elements under the containing {{code|lang=XML|<apply>}}.
=ith six children in tow, Catherine raced to the airport departing gate. This wasn't an easy task as the children had other priorities than to get to the gate. She knew that she was tight on time and the frustration came out as she yelled at the kids to keep up. They continued to test her, pretending not to listen and to move in directions that only slowed them down. They had no idea the wrath they were about to receive when Catherine made it to the gate only to be informed that they had all missed the plane.
He sat across from her trying to imagine it was the first time. It wasn't. Had it been a hundred? It quite possibly could have been. Two hundred? Probably not. His mind wandered until he caught himself and again tried to imagine it was the first time.
Have you ever wondered about toes? Why 10 toes and not 12. Why are some bigger than others? Some people can use their toes to pick up things while others can barely move them on command. Some toes are nice to look at while others are definitely not something you want to look at. Toes can be stubbed and make us scream. Toes help us balance and walk. 10 toes are just something to ponder.
Sleep deprivation causes all sorts of challenges and problems. When one doesn’t get enough sleep one’s mind doesn’t work clearly. Studies have shown that after staying awake for 24 hours one’s ability to do simple math is greatly impaired. Driving tired has been shown to be as bad as driving drunk. Moods change, depression, anxiety, and mania can be induced by lack of sleep. As much as people try to do without enough sleep it is a wonder more crazy things don’t happen in this world.
I'm meant to be writing at this moment. What I mean is, I'm meant to be writing something else at this moment. The document I'm meant to be writing is, of course, open in another program on my computer and is patiently awaiting my attention. Yet here I am plonking down senseless sentiments in this paragraph because it's easier to do than to work on anything particularly meaningful. I am grateful for the distraction.
Brenda never wanted to be famous. While most of her friends dreamed about being famous, she could see the negative aspects that those who wanted to be famous seemed to ignore. The fact that you could never do anything in public without being mobbed and the complete lack of privacy was something that she never wanted to experience. She also had no desire to have strangers speculating about every aspect of her life and what each thing she did was supposed to mean. Brenda was perfectly happy with her anonymous life where she could do exactly as she wanted without anyone else giving a damn. Thus, her overnight Internet celebrity was not something she was thrilled about as her friends told her how lucky she was.
Do you think you're living an ordinary life? You are so mistaken it's difficult to even explain. The mere fact that you exist makes you extraordinary. The odds of you existing are less than winning the lottery, but here you are. Are you going to let this extraordinary opportunity pass?
Patrick didn't want to go. The fact that she was insisting they must go made him want to go even less. He had no desire to make small talk with strangers he would never again see just to be polite. But she insisted that Patrick go, and she would soon find out that this would be the biggest mistake she could make in their relationship.
It was always the Monday mornings. It never seemed to happen on Tuesday morning, Wednesday morning, or any other morning during the week. But it happened every Monday morning like clockwork. He mentally prepared himself to once again deal with what was about to happen, but this time he also placed a knife in his pocket just in case.
The computer wouldn't start. She banged on the side and tried again. Nothing. She lifted it up and dropped it to the table. Still nothing. She banged her closed fist against the top. It was at this moment she saw the irony of trying to fix the machine with violence.
There once lived an old man and an old woman who were peasants and had to work hard to earn their daily bread. The old man used to go to fix fences and do other odd jobs for the farmers around, and while he was gone the old woman, his wife, did the work of the house and worked in their own little plot of land.
Betty was a creature of habit and she thought she liked it that way. That was until Dave showed up in her life. She now had a choice to make and it would determine whether her lie remained the same or if it would change forever.
It was a question of which of the two she preferred. On the one hand, the choice seemed simple. The more expensive one with a brand name would be the choice of most. It was the easy choice. The safe choice. But she wasn't sure she actually preferred it.
There was a time when this wouldn't have bothered her. The fact that it did actually bother her bothered her even more. What had changed in her life that such a small thing could annoy her so much for the entire day? She knew it was ridiculous that she even took notice of it, yet she was still obsessing over it as she tried to fall asleep.
The opened package of potato chips held the answer to the mystery. Both detectives looked at it but failed to realize it was the key to solve the crime. They passed by it assuming it was random trash ensuring that the case would never be solved.
One dollar and eighty-seven cents. That was all. And sixty cents of it was in pennies. Pennies saved one and two at a time by bulldozing the grocer and the vegetable man and the butcher until one’s cheeks burned with the silent imputation of parsimony that such close dealing implied. One dollar and eighty-seven cents. And the next day would be Christmas...
Twenty-five hours had passed since the incident. It seemed to be a lot longer than that. That twenty-five hours seemed more like a week in her mind. The fact that she still was having trouble comprehending exactly what took place wasn't helping the matter. She thought if she could just get a little rest the entire incident might make a little more sense.
She put the pen to paper but she couldn't bring herself to actually write anything. She just stared at the blank card and wondered what words she could write that would help in even a small way. She thought of a dozen ways to begin but none seemed to do justice to the situation. There were no words that could help and she knew it.
You're going to make a choice today that will have a direct impact on where you are five years from now. The truth is, you'll make choice like that every day of your life. The problem is that on most days, you won't know the choice you make will have such a huge impact on your life in the future. So if you want to end up in a certain place in the future, you need to be careful of the choices you make today.
The tree missed the days the kids used to come by and play. It still wore the tire swing the kids had put up in its branches years ago although both the tire and the rope had seen better days. The tree had watched all the kids in the neighborhood grow up and leave, and it wondered if there would ever be a time when another child played and laughed again under its branches. That was the hope that the tree wished every day as the swing gently swung empty in the wind.
I checked in for the night at Out O The Way motel. What a bad choice that was. First I took a shower and a spider crawled out of the drain. Next, the towel rack fell down when I reached for the one small bath towel. This allowed the towel to fall halfway into the toilet. I tried to watch a movie, but the remote control was sticky and wouldn’t stop scrolling through the channels. I gave up for the night and crawled into bed. I stretched out my leg and felt something furry by my foot. Filled with fear, I reached down and to my surprise, I pulled out a raccoon skin pair of underwear. After my initial relief that it wasn’t alive, the image of a fat, ugly businessman wearing raccoon skin briefs filled my brain. I jumped out of the bed, threw my toothbrush into my bag, and sprinted towards my car.
They needed to find a place to eat. The kids were beginning to get grumpy in the back seat and if they didn't find them food soon, it was just a matter of time before they were faced with a complete meltdown. Even knowing this, the solution wasn't easy. Everyone in the car had a different opinion on where the best place to eat would be with nobody agreeing with the suggestions of the others. It seemed to be an impossible no-win situation where not everyone would be happy no matter where they decided to eat which in itself would lead to a meltdown. Yet a decision needed to be made and it needed to be made quickly.
It wasn't supposed to end that way. The plan had been meticulously thought out and practiced again and again. There was only one possible result once it had been implemented, but as they stood there the result wasn't anything close to what it should have been. They all blankly looked at each wondering how this could have happened. In their minds, they all began to blame the other members of the group as to why they had failed.
Brock would have never dared to do it on his own he thought to himself. That is why Kenneth and he had become such good friends. Kenneth forced Brock out of his comfort zone and made him try new things he'd never imagine doing otherwise. Up to this point, this had been a good thing. It had expanded Brock's experiences and given him a new appreciation for life. Now that both of them were in the back of a police car, all Brock could think was that he would have never dared do it except for the influence of Kenneth.
It was their first date and she had been looking forward to it the entire week. She had her eyes on him for months, and it had taken a convoluted scheme with several friends to make it happen, but he'd finally taken the hint and asked her out. After all the time and effort she'd invested into it, she never thought that it would be anything but wonderful. It goes without saying that things didn't work out quite as she expected.
The thing that's great about this job is the time sourcing the items involves no traveling. I just look online to buy it. It's really as simple as that. While everyone else is searching for what they can sell, I sit in front of my computer and buy better stuff for less money and spend a fraction of the time doing it.
Indescribable oppression, which seemed to generate in some unfamiliar part of her consciousness, filled her whole being with a vague anguish. It was like a shadow, like a mist passing across her soul's summer day. It was strange and unfamiliar; it was a mood. She did not sit there inwardly upbraiding her husband, lamenting at Fate, which had directed her footsteps to the path which they had taken. She was just having a good cry all to herself. The mosquitoes made merry over her, biting her firm, round arms and nipping at her bare insteps.
The boxed moved. That was a problem. Peter had packed the box three hours before and there was nothing inside that should make it move. The question now was whether or not Peter was going to open it up and look inside to see why it had moved. The answer to that question was obvious. Peter dropped the package into the mailbox so he would never have to see it again.
The shoes had been there for as long as anyone could remember. In fact, it was difficult for anyone to come up with a date they had first appeared. It had seemed they'd always been there and yet they seemed so out of place. Why nobody had removed them was a question that had been asked time and again, but while they all thought it, nobody had ever found the energy to actually do it. So, the shoes remained on the steps, out of place in one sense, but perfectly normal in another.
The light blinded him. It was dark and he thought he was the only one in the area, but the light shining in his eyes proved him wrong. It came from about 100 feet away and was shining so directly into his eyes he couldn't make out anything about the person holding the light. There was only one thing to do in this situation. He reached into his pocket and pulled out a flashlight of his own that was much stronger than the one currently blinding him. He turned it on and pointed it into the stranger's eyes.
It was a simple green chair. There was nothing extraordinary about it or so it seemed. It was the type of chair one would pass without even noticing it was there, let alone what the actual color of it was. It was due to this common and unassuming appearance that few people actually stopped to sit in it and discover its magical powers.
Lori lived her life through the lens of a camera. She never realized this until this very moment as she scrolled through thousands of images on your computer. She could remember the exact moment each photo was taken. She could remember where she had been, what she was thinking as she tried to get the shot, the smells of the surrounding area, and even the emotions that she felt taking the photo, yet she had trouble remembering what she had for breakfast.
The time to take action was now. All three men knew in their hearts this was the case, yet none of them moved a muscle to try. They were all watching and waiting for one of the others to make the first move so they could follow a step or two behind and help. The situation demanded a leader and all three men were followers.
The headache wouldn't go away. She's taken medicine but even that didn't help. The monstrous throbbing in her head continued. She had this happen to her only once before in her life and she realized that only one thing could be happening.
It was hidden under the log beside the stream. It had been there for as long as Jerry had been alive. He wasn't sure if anyone besides him and his friends knew of its existence. He knew that anyone could potentially find it, but it was well enough hidden that it seemed unlikely to happen. The fact that it had been there for more than 30 years attested to this. So it was quite a surprise when he found the item was missing.
There were a variety of ways to win the game. James had played it long enough to know most of them and he could see what his opponent was trying to do. There was a simple counterattack that James could use and the game should be his. He began deploying it with the confidence of a veteran player who had been in this situation a thousand times in the past. So, it was with great surprise when his opponent used a move he had never before seen or anticipated to easily defeat him in the game.
Her breath exited her mouth in big puffs as if she were smoking a cigarette. The morning dew had made her clothes damp and she shivered from the chill in the air. There was only one thing that could get her up and out this early in the morning.
Wandering down the path to the pond had become a daily routine. Even when the weather wasn't cooperating like today with the wind and rain, Jerry still took the morning stroll down the path until he reached the pond. Although there didn't seem to be a particular reason Jerry did this to anyone looking in from the outside, those who knew him well knew exactly what was going on. It could all be traced back to a specific incident that happened exactly 5 years previously.
What have you noticed today? I noticed that if you outline the eyes, nose, and mouth on your face with your finger, you make an "I" which makes perfect sense, but is something I never noticed before. What have you noticed today?
It really doesn't matter what she thinks as it isn't her problem to solve. That's what he kept trying to convince himself. She was trying to insert her opinion where it wasn't wanted or welcome. He already had a plan and even though that plan didn't correspond with what she wanted him to do or what should be done, it wasn't her decision to make. The question now became whether he w
 
The expression <math>a x^2+b x+c</math> could be represented as
The [[International Organization for Standardization|ISO]]/[[International Electrotechnical Commission|IEC]] standard [[Office Open XML]] (OOXML) defines a different XML math syntax, derived from [[Microsoft Office]] products. However, it is partially compatible<ref>{{Citation| url=http://dpcarlisle.blogspot.com/2007/04/xhtml-and-mathml-from-office-20007.html
 
| title=XHTML and MathML from Office 2007
<syntaxhighlight lang="xml">
| author=David Carlisle
<math>
| publisher=David Carlisle
<apply>
| date=9 May 2007
<plus/>
| access-date=20 September 2007
<apply>
}}</ref> through relatively simple [[XSL Transformations]].
<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>
</syntaxhighlight>
 
Content MathML is nearly [[isomorphic]] to [[Binary expression tree|expressions]] in a [[Functional programming|functional language]] such as [[Scheme (programming language)|Scheme]] and other dialects of [[Lisp (programming language)|Lisp]]. {{code|lang=XML|<apply>...</apply>}} amounts to Scheme's {{code|lang=Scheme|(...)}}, 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:
<syntaxhighlight lang="scheme">
(plus
(times a (power x 2))
(times b x)
c)
</syntaxhighlight>
This reflects the long-known close relationship between XML element structures, and [[Lisp (programming language)|LISP]] or Scheme [[S-expressions]].<ref>Steven DeRose. The SGML FAQ Book: Understanding the Relationship of SGML and XML, Kluwer Academic Publishers, 1997. {{isbn|978-0-7923-9943-8}}.</ref><ref>[[Canonical S-expressions#cite note-0]]</ref>
 
==== Wikidata annotation in Content MathML ====
According to the OM Society,<ref name="OpenMath">{{cite web
| url = https://www.openmath.org/
| title = OpenMath Home · OpenMath
| website = www.openmath.org
}}</ref> OpenMath Content Dictionaries can be employed as collections of symbols and identifiers with declarations of their semantics{{snd}}names, descriptions and rules. A 2018 paper presented at the [[Special Interest Group on Information Retrieval|SIGIR]] conference<ref name="SchubotzScharpfGipp2018">{{cite journal
| first1 = Moritz | last1 = Schubotz
| first2 = Philipp | last2 = Scharpf
| first3 = Bela | last3 = Gipp
| title = Representing Mathematical Formulae in Content MathML using Wikidata.
| url = http://ceur-ws.org/Vol-2132/paper5.pdf
| date = 2018
| journal = Birndl@sigir
}}</ref> proposed that the semantic knowledge base [[Wikidata]] could be used as an OpenMath Content Dictionary to link semantic elements of a mathematical formula to unique and language-independent Wikidata items.
 
== Example ==
The well-known [[quadratic formula]] could be represented in Presentation MathML as an expression tree made up from layout elements like {{code|lang=XML|<mfrac>}} or {{code|lang=XML|<msqrt>}}:
 
<syntaxhighlight lang="xml">
<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>
</syntaxhighlight>
 
This example uses the {{code|lang=XML|<annotation>}} 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 {{code|encoding}} 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 browser]]s, and facilitates an interpretation of its meaning in mathematical software products. MathML is not intended to be written or edited directly by humans.<ref>{{cite web
| url = https://www.w3.org/TR/REC-MathML/#abstract
| title = Mathematical Markup Language (MathML) 1.01 Specification (Abstract)
| access-date = 2006-09-26
| first1 = Steven | last1 = Buswell
| first2 = Stan | last2 = Devitt
| first3 = Angel | last3 = Diaz
| display-authors = etal
| date = 1999-07-07
| quote = While MathML is human-readable it is anticipated that, in all but the simplest cases, authors will use equation editors, conversion programs, and other specialized software tools to generate MathML.
}}</ref>
 
== Embedding MathML in HTML/XHTML files ==
MathML, being XML, can be embedded inside other XML files such as [[XHTML]] files using XML namespaces.
 
<syntaxhighlight lang="html">
<?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>
</syntaxhighlight>
[[File:MathMLxhtml.png|thumb|435px|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]].
{{clear}}
 
<syntaxhighlight lang="html">
<!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>
</syntaxhighlight>
 
== Other standards ==
The [[International Organization for Standardization|ISO]]/[[International Electrotechnical Commission|IEC]] standard [[OpenDocument]] (ODF) natively supports MathML for mathematical content. OpenDocument is the default file format in office suites like [[LibreOffice]] and [[Collabora Online]], the MathML content is stored in the ODF files (e.g., .odt, .ods, .odp). Microsoft Office does not support MathML in its default office suite XML document format. Instead, it defines a different XML math syntax derived from older [[Microsoft Office]] products.
 
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 {{code|lang=XML|1=<annotation-xml encoding="OpenMath">}} element. OpenMath ''content dictionaries'' can be used to define the meaning of {{code|lang=XML|<csymbol>}} elements. The following would define ''P''<sub>1</sub>(''x'') to be the first [[Legendre polynomial]]:
<syntaxhighlight lang="xml">
<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>
</syntaxhighlight>
 
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.
 
== See also ==
{{Portal|Internet|Mathematics}}
* [[CSS]]
* [[List of document markup languages]]
Line 143 ⟶ 480:
* [[KaTeX]]{{snd}}JavaScript library that converts LaTeX to MathML
* [[MathJax]]{{snd}}JavaScript library that converts LaTeX to MathML
* [[OpenDocument]] The ISO/IEC standard used by applications like [[LibreOffice]] and [[Collabora Online]] natively support MathML for mathematical content
 
== Notes ==
{{reflist|group=note}}
 
== References ==
Line 158 ⟶ 493:
 
== External links ==
* [httphttps://www.w3.org/Math/ W3C Math Home] – Contains the specifications, a FAQ, and a list of supporting software.
* {{cite web
* {{cite web|url=http://www.data2type.de/en/xml-xslt-xslfo/math-ml/|title=The Mathml Handbook |last= Pavi |first=Sandhu|date=12 December 2002|publisher=[[Charles River Media]]|access-date=2015-10-02}}
| url = https://www.data2type.de/en/xml-xslt-xslfo/math-ml/
* [https://github.com/davidcarlisle/web-xslt web-xslt], a collection of [[XSLT]] programs for handling MathML (e.g. converting Content MathML to Presentation MathML, converting Presentation MathML to TeX)
| title = The MathML Handbook
| last = Pavi | first = Sandhu
| date = 2002-12-12
| publisher = [[Charles River Media]]
| access-date = 2015-10-02
}}
* {{GitHub|davidcarlisle/web-xslt|link=hidden}} – A collection of [[XSLT]] programs for handling MathML (e.g. converting Content MathML to Presentation MathML, converting Presentation MathML to [[TeX]])
 
{{W3C Standards}}
{{Web browsers}}
{{ISO standards}}
 
{{Authority control}}
 
{{DEFAULTSORT:Mathml}}
[[Category:MathML|Articles with example Scheme (programming language) code]]
[[Category:Mathematical markup languages]]
[[Category:MathML| ]]
[[Category:World Wide Web Consortium standards]]
[[Category:XML markup languages]]
[[Category:XML-based standards]]
[[Category:World Wide Web Consortium standards]]
[[Category:Articles with example Scheme (programming language) code]]