|
3 | 3 | ## Beautiful math in all browsers |
4 | 4 |
|
5 | 5 | MathJax is an open-source JavaScript display engine for LaTeX, MathML, |
6 | | -andAsciiMath notation that works in all modern browsers. It was |
| 6 | +and AsciiMath notation that works in all modern browsers. It was |
7 | 7 | designed with the goal of consolidating the recent advances in web |
8 | 8 | technologies into a single, definitive, math-on-the-web platform |
9 | 9 | supporting the major browsers and operating systems. It requires no |
@@ -61,7 +61,7 @@ the web. In version 2, the files used on the web were also the source |
61 | 61 | files for MathJax, but in version 3, the source files are no longer on |
62 | 62 | the CDN, as they are not what are run in the browser. |
63 | 63 |
|
64 | | -The components are stored in the `es5` director, and are in ES5 format |
| 64 | +The components are stored in the `es5` directory, and are in ES5 format |
65 | 65 | for the widest possible compatibility. In the future, we may make an |
66 | 66 | `es6` directory containing ES6 versions of the components. |
67 | 67 |
|
@@ -90,7 +90,7 @@ directory to an appropriate location on your server: |
90 | 90 | npm install mathjax |
91 | 91 | mv node_modules/mathjax/es5 <path-to-server-location>/mathjax |
92 | 92 |
|
93 | | -Alternatively, you can get the files via github: |
| 93 | +Alternatively, you can get the files via GitHub: |
94 | 94 |
|
95 | 95 | git clone https://github.com/mathjax/MathJax.git mj-tmp |
96 | 96 | mv mj-tmp/es5 <path-to-server-location>/mathjax |
@@ -147,7 +147,7 @@ everything other than `tex-chtml.js`, and the `input/tex/extensions`, `output/ch |
147 | 147 |
|
148 | 148 | If you are not using A11Y support (e.g., speech generation, or semantic enrichment), then you can remove `a11y` and `sre` as well (though in this case you may need to disable the assistive tools in the MathJax contextual menu in order to avoid MathJax trying to load them when they aren't there). |
149 | 149 |
|
150 | | -If you are using SVG rather that CommonHTML output (e.g., `tex-svg.js` rather than `tex-chtml.js`), you can remove the `output/chtml/fonts/woff-v2` directopry. If you are using MathML input rather than TeX (e.g., `mml-chtml.js` rather than `tex-chtml.js`), then you can remove `input/tex/extensions` as well. |
| 150 | +If you are using SVG rather that CommonHTML output (e.g., `tex-svg.js` rather than `tex-chtml.js`), you can remove the `output/chtml/fonts/woff-v2` directory. If you are using MathML input rather than TeX (e.g., `mml-chtml.js` rather than `tex-chtml.js`), then you can remove `input/tex/extensions` as well. |
151 | 151 |
|
152 | 152 |
|
153 | 153 | ## The Component Files and Pull Requests |
|
0 commit comments