1 / 9

MathML

MathML. Jayme Johnson HTCTU - 2010. What is it?. W3C specification, first released in 2001 Low-level spec for describing mathematics Basis for machine to machine communication Foundation for math in web pages Currently at version 2.0 More info: http://www.w3.org/Math/.

amelie
Télécharger la présentation

MathML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MathML • Jayme Johnson • HTCTU - 2010

  2. What is it? • W3C specification, first released in 2001 • Low-level spec for describing mathematics • Basis for machine to machine communication • Foundation for math in web pages • Currently at version 2.0 • More info: http://www.w3.org/Math/

  3. What MathML Looks Like • <?xml version="1.0"?> • <html xmlns="http://www.w3.org/1999/xhtml"> • <head>...</head> • <body> • <h1>Example</h1> • .... • <math xmlns="http://www.w3.org/1998/Math/MathML"> • <mi>x</mi><mo>+</mo><mn>3</mn> • </math> • </body> • </html>

  4. How it Works • XML-based • PresentationML (rendering) and ContentML (meaning) • Author Document, save as html or xhtml • Publish web page • View in browser or other application

  5. Presentation Markup • Markup: • <mrow> • <mrow> • <msup> • <mi>x</mi> • <mn>2</mn> • </msup> • <mo>+</mo> • <mrow> • <mn>4</mn> • <mo>&InvisibleTimes;</mo> • <mi>x</mi> • </mrow> • <mo>+</mo> • <mn>4</mn> • </mrow> • <mo>=</mo> • <mn>0</mn> • </mrow>

  6. Content Markup • Markup: • <mrow> • <apply> • <eq/> • <apply> • <plus/> • <apply> • <power/> • <ci>x</ci> • <cn>2</cn> • </apply> • <apply> • <times/> • <cn>4</cn> • <ci>x</ci> • </apply> • <cn>4</cn> • </apply> • <cn>0</cn> • </apply> • </mrow>

  7. Unicode • 00000 to 000FF • http://www.w3.org/TR/MathML2/000.html • 02200 to 022FF • http://www.w3.org/TR/MathML2/022.html • Complete listing: • http://www.w3.org/TR/MathML2/chapter6.html#id.6.3

  8. How You Make It • Edit your document with a MathML editor • Use a MathML capable browser to preview • Publish your document to the web • More information about software for working with MathML: http://www.w3.org/Math/Software/

  9. How You Use It • Use a MathML enabled Web Browser or AT • New DAISY option • More AT options coming soon... • Additional software for working with MathML: http://www.w3.org/Math/Software/

More Related