From 5612b3f296f44d56e433358164e0cdf281d42e16 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Sun, 26 Feb 2012 10:52:17 -0500 Subject: [PATCH] Updated README to include AsciiMath input --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eee7fca92..5ae9d8b75 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## Beautiful math in all browsers -MathJax is an open-source JavaScript display engine for LaTeX and MathML -that works in all modern browsers. It was designed with the goal of -consolidating the recent advances in web technologies into a single, -definitive, math-on-the-web platform supporting the major browsers and -operating systems. It requires no setup on the part of the user (no +MathJax is an open-source JavaScript display engine for LaTeX, MathML, and +AsciiMath notation that works in all modern browsers. It was designed with +the goal of consolidating the recent advances in web technologies into a +single, definitive, math-on-the-web platform supporting the major browsers +and operating systems. It requires no setup on the part of the user (no plugins to download or software to install), so the page author can write web documents that include mathematics and be confident that users will be able to view it naturally and easily. Simply include MathJax and some @@ -14,14 +14,14 @@ mathematics in a web page, and MathJax does the rest. Some of the main features of MathJax include: -- High-quality display of LaTeX and MathML math notation in HTML pages +- High-quality display of LaTeX, MathML, and AsciiMath notation in HTML pages - Supported in most browsers with no plug-ins, extra fonts, or special setup for the reader - Easy for authors, flexible for publishers, extensible for developers -- Supports math accessibility, cut-and-paste interoperability and other +- Supports math accessibility, cut-and-paste interoperability, and other advanced functionality - Powerful API for integration with other web applications