mathjax : Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.. You can installing mathjax npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install mathjax $ sudo npm install -g mathjax
If want to update the mathjax package execute the command as below,
$ sudo npm update mathjax
Update package globally,
$ npm install -g mathjax
$ sudo git clone https://github.com/rektide/mathjax.git
$ sudo npm install -g ./mathjax
mathjax@2.7.2 /usr/lib/node_modules/mathjax
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mathjax
Package Name | mathjax |
Version | 2.7.2 |
Description | Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers. |
Released Date | 2017-08-26T17:14:35.394Z |
Published by | mjadmin |
How to Learn | https://www.npmjs.com/package/mathjax/tutorial |