You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains files that provide APIs to call MathJax from
4
4
node.js programs. There is an API for converting individual math
@@ -14,9 +14,9 @@ of calling the MathJax API.
14
14
15
15
Use
16
16
17
-
npm install MathJax-node
17
+
npm install mathjax-node
18
18
19
-
to install MathJax-node and its dependencies.
19
+
to install mathjax-node and its dependencies.
20
20
21
21
These API's can produce PNG images, but that requires the
22
22
[Batik](http://xmlgraphics.apache.org/batik/download.html) library. It
@@ -25,7 +25,7 @@ directory for more details.
25
25
26
26
# Getting started
27
27
28
-
MahJax-node provides two libraries, `lib/mj-single.js` and `lib/mj-page.js`. Below are two very minimal examples -- be sure to check out the examples in `./bin/` for more advanced configurations.
28
+
mathjax-node provides two libraries, `lib/mj-single.js` and `lib/mj-page.js`. Below are two very minimal examples -- be sure to check out the examples in `./bin/` for more advanced configurations.
29
29
30
30
*`lib/mj-single.js` is optimized for processing single equations.
0 commit comments