Examples of MathJax in Node — MathJax 4.0 documentation (original) (raw)
There are a number of examples of using MathJax from within node documents available within this documentation.
- Using MathJax Components in Node
- Using Components Synchronously
- Linking to MathJax Directly in Node
- Replacement for Sre.toSpeech()
In addition, the MathJax Node Demosrepository includes numerous examples of how to use MathJax from anode application. There are examples using modern ESM modules, and others using the oilder CommonJS format. These are each grouped into several categories that illustrate four different ways to access the MathJax code. The main examples use MathJax’s LiteDOM implementation, but there are also some examples using other DOM replacements.
- Using MathJax components in ESM modules
- Using MathJax components in CJS modules
- Using MathJax with alternative DOM implementations